xfe.paketlendi
This commit is contained in:
parent
4893ba683a
commit
b5554fb125
2 changed files with 11 additions and 10 deletions
|
@ -59,6 +59,7 @@ python-yaml
|
||||||
python3-pythondialog
|
python3-pythondialog
|
||||||
python3-qt5
|
python3-qt5
|
||||||
python3-parted
|
python3-parted
|
||||||
|
python3-pytz
|
||||||
node
|
node
|
||||||
numix-gtk-theme
|
numix-gtk-theme
|
||||||
slim
|
slim
|
||||||
|
|
|
@ -4,17 +4,17 @@
|
||||||
# Depends on: freetype fox libpng libjpeg-turbo libtiff expat intltool
|
# Depends on: freetype fox libpng libjpeg-turbo libtiff expat intltool
|
||||||
|
|
||||||
name=xfe
|
name=xfe
|
||||||
version=1.41
|
version=1.42
|
||||||
release=1
|
release=1
|
||||||
|
|
||||||
source=(http://downloads.sourceforge.net/$name/$name-$version.tar.gz)
|
source=(http://downloads.sourceforge.net/$name/$name-$version.tar.gz)
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
cd $name-$version
|
cd $name-$version
|
||||||
export CFLAGS="$CFLAGS `pkg-config --cflags freetype2`"
|
export CFLAGS="$CFLAGS `pkg-config --cflags freetype2`"
|
||||||
aclocal
|
aclocal
|
||||||
automake --add-missing
|
automake --add-missing
|
||||||
autoreconf
|
autoreconf
|
||||||
./configure --prefix=/usr
|
./configure --prefix=/usr
|
||||||
make
|
make
|
||||||
make DESTDIR=$PKG install
|
make DESTDIR=$PKG install
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue