#Packager: Raphael Groner pkgname=xqde pkgver=20090301 pkgrel=1rg arch=i486 source=(http://downloads.sourceforge.net/project/$pkgname/$pkgname/$pkgname-$pkgver/$pkgname-$pkgver.tar.gz) sourcetemplate=http://people.salixos.org/damnagehack/$pkgname/i486 url=https://sourceforge.net/projects/xqde/ slackdesc=\ ( #|-----handy-ruler------------------------------------------------------| "XQDE (X Qt based Desktop Environment)" "XQDE is a docker application that provides functionality similar to " "KXDocker in many ways. It resembles the Dock of Mac OS X in that it " "is mainly used as an application launcher. It supports themes, " "plugins and a few extra features (there is documentation on creating " "your own themes)." "It works together with a compositing window manager." ) build() { cd $startdir/src/$pkgname-$pkgver qmake && make -j || return 1 install -D -m755 libxqdebase $startdir/pkg/usr/bin/xqde }