xfce4/thunar/Pkgfile
2019-07-06 18:46:23 +02:00

37 lines
872 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: xfce4-dev-tools libxfce4ui exo libpng gtk3 glib libexif dbus-glib libnotify startup-notification freetype libjpeg-turbo xfce4-panel xfconf
name=thunar
version=1.8.7
release=2
source=(https://git.xfce.org/xfce/$name/snapshot/$name-$version.tar.gz)
build() {
cd $name-$version
./autogen.sh \
--prefix=/usr \
--libexecdir=/usr/lib/$name \
--enable-gio-unix \
--enable-gudev \
--disable-gtk-doc \
--disable-gtk-doc-html \
--disable-gtk-doc-pdf \
--disable-gtk2 \
--enable-gtk3 \
--enable-instrospection=no
make
make DESTDIR=$PKG install
install -d $PKG/etc
mv $PKG/usr/share/dbus-1 $PKG/etc
rm -r $PKG/usr/share/doc
rm -r $PKG/usr/lib/systemd
#rm -r $PKG/usr/share/locale
}