#Packager: George Vlahavas pkgname=xfdashboard pkgver=0.9.5 _mainver=`echo $pkgver | cut -d'.' -f 1,2` pkgrel=1gv source=("https://archive.xfce.org/src/apps/xfdashboard/${_mainver}/xfdashboard-${pkgver}.tar.bz2") docs=("readme" "install" "copying" "changelog" "authors" "news" "todo") url=https://docs.xfce.org/apps/xfdashboard/start options=('noautodotnew') slackdesc=\ ( #|-----handy-ruler------------------------------------------------------| "xfdashboard (a Gnome shell and macOS Expose like dashboard for Xfce)" "xfdashboard provides a GNOME shell dashboard and macOS Mission Control" "(Exposé and Spaces) like interface for use with the Xfce desktop. It" "can be configured to run with any keyboard shortcut and when executed" "provides an overview of applications currently open enabling the user" "to switch between different applications. The search feature works" "like Xfce's app finder which makes it convenient to search for and" "start applications." ) build() { cd $startdir/src/$pkgname-$pkgver ./configure --prefix=/usr \ --libdir=/usr/lib${LIBDIRSUFFIX} \ --localstatedir=/var \ --sysconfdir=/etc \ --build=$arch-slackware-linux make -j $numjobs || return 1 make install DESTDIR=$startdir/pkg }