xfce4/thunar/Pkgfile
2020-02-19 00:36:31 +01:00

32 lines
743 B
Plaintext

# Description: Modern, fast and easy-to-use file manager for Xfce
# URL: https://www.xfce.org
# Maintainer: jolupa, jlpavon at me dot com
# Depends on: libxfce4ui exo libpng gtk3 glib libgudev libnotify xfce4-panel gvfs libexif freetype libjpeg-turbo xfconf
name=thunar
version=1.8.9
release=1
source=(https://archive.xfce.org/src/xfce/$name/${version:0:3}/$name-$version.tar.bz2)
build() {
cd $name-$version
./configure \
--prefix=/usr \
--libexecdir=/usr/lib/$name \
--sysconfdir=/etc \
--disable-gtk2 \
--enable-gtk3 \
--disable-gtk-doc \
--enable-instrospection=no
make
make DESTDIR=$PKG install
#rm -r $PKG/usr/share/locale
rm -r $PKG/usr/share/gtk-doc
rm -r $PKG/usr/share/doc
}