# Description: File manager for XFCE # URL: http://docs.xfce.org/xfce/thunar/start https://git.xfce.org/xfce/thunar/tree/README # Maintainer: David L. Craig, dlc dot usa at gmail dot com # Depends on: libexif libgudev libnotify polkit tumbler xfce4-panel # Xfce git (https://git.xfce.org/) group: xfce xfcerel=4.14 name=thunar version=1.8.11 release=2 source=(https://archive.xfce.org/src/xfce/$name/${version%.*}/thunar-$version.tar.bz2 xfce_$xfcerel.$name ) build () { # The port's pre-install script ensured the build and/or deploy system is in the # right state to build and/or deploy this port. # Establish the $xfcerel $name file for this port: install -d -m0755 -groot -oroot $PKG/var/lib/pkg/xfce/$xfcerel install -T -m0644 -groot -oroot $SRC/xfce_$xfcerel.$name \ $PKG/var/lib/pkg/xfce/$xfcerel/$name # Build the canonical package: cd thunar-$version ./configure --prefix=/usr \ --disable-nls \ --libexecdir=/usr/lib/thunar \ --enable-dbus \ --enable-gudev \ --enable-tpa-plugin \ --enable-uca-plugin \ --enable-sbr-plugin \ --enable-wallpaper-plugin make make DESTDIR=$PKG install rm -rf $PKG/usr/share/{locale,doc,gtk-doc} rm -rf $PKG/usr/lib/systemd find $PKG/usr/share -type f -name '*.desktop' \ -exec sed -r '/\[.+\]=/d' -i {} \; }