diff --git a/ayarlar/gerekli_programlar_xfce4 b/ayarlar/gerekli_programlar_xfce4 index 0da8a50c2..f832920a6 100644 --- a/ayarlar/gerekli_programlar_xfce4 +++ b/ayarlar/gerekli_programlar_xfce4 @@ -59,6 +59,7 @@ python-yaml python3-pythondialog python3-qt5 python3-parted +python3-pytz node numix-gtk-theme slim diff --git a/talimatname/genel/xfe/talimat b/talimatname/genel/xfe/talimat index 8be1d70b0..637fca5e4 100644 --- a/talimatname/genel/xfe/talimat +++ b/talimatname/genel/xfe/talimat @@ -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 }