xfce4/thunar/Pkgfile
2019-06-29 16:28:39 +02:00

33 lines
763 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=1
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
#rm -r $PKG/usr/share/locale
}