xfe.paketlendi

This commit is contained in:
milisbir 2017-08-25 19:39:48 +03:00
parent 4893ba683a
commit b5554fb125
2 changed files with 11 additions and 10 deletions

View File

@ -59,6 +59,7 @@ python-yaml
python3-pythondialog
python3-qt5
python3-parted
python3-pytz
node
numix-gtk-theme
slim

View File

@ -4,17 +4,17 @@
# Depends on: freetype fox libpng libjpeg-turbo libtiff expat intltool
name=xfe
version=1.41
version=1.42
release=1
source=(http://downloads.sourceforge.net/$name/$name-$version.tar.gz)
build() {
cd $name-$version
export CFLAGS="$CFLAGS `pkg-config --cflags freetype2`"
aclocal
automake --add-missing
autoreconf
./configure --prefix=/usr
make
make DESTDIR=$PKG install
cd $name-$version
export CFLAGS="$CFLAGS `pkg-config --cflags freetype2`"
aclocal
automake --add-missing
autoreconf
./configure --prefix=/usr
make
make DESTDIR=$PKG install
}