# Description: Xfce's desktop manager # URL: https://www.xfce.org # Maintainer: jolupa, jlpavon at me dot com # Depends on: exo libwnck-gtk3 libxfce4ui libnotify startup-notification thunar name=xfdesktop version=4.15.0 release=2 source=(http://archive.xfce.org/src/xfce/$name/${version:0:4}/$name-$version.tar.bz2) build() { cd $name-$version ./configure \ --prefix=/usr \ --libexecdir=/usr/lib/$name \ --disable-debug \ --enable-thunarx make make DESTDIR=$PKG install rm -r $PKG/usr/share/locale }