# Description: Modern, fast and easy-to-use file manager for Xfce # URL: https://www.xfce.org # Maintainer: mac-a-r0ni, j at lngn dot net # Depends on: gnome-icon-theme gvfs libexif libnotify tumbler xfce4-panel name=thunar version=4.20.4 release=1 source=(https://archive.xfce.org/src/xfce/$name/${version:0:4}/$name-$version.tar.bz2) build() { cd $name-$version ./configure \ --prefix=/usr \ --libexecdir=/usr/lib/$name \ --sysconfdir=/etc \ --disable-gtk-doc \ --disable-nls \ --enable-gtk-doc-html=no make make DESTDIR=$PKG install find $PKG/usr/lib/* -name "*.la" -type f|xargs rm -f rm -r $PKG/usr/share/{doc,gtk-doc} rm -rf $PKG/usr/lib/systemd }