# Description: Application library for the Xfce desktop environment # Xfce git group: xfce # URL: https://docs.xfce.org/xfce/exo/start # doc # URL: https://gitlab.xfce.org/xfce/exo # git # Maintainer: David L. Craig, dlc dot usa at gmail dot com # Depends on: libxfce4ui p5-uri xfcerel=4.16 name=exo version=4.16.1 release=1 source=(http://archive.xfce.org/src/xfce/$name/${version%.*}/$name-$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 $SRC/$name-$version ./configure --prefix=/usr \ --disable-nls \ --libexecdir=/usr/lib/exo make make DESTDIR=$PKG install rm -r $PKG/usr/share/{locale,gtk-doc} find $PKG/usr/share -type f -name '*.desktop' \ -exec sed -r '/\[.+\]=/d' -i {} \; }