#Maintainer: George Vlahavas pkgname=xfce4-quicklauncher-plugin pkgver=1.9.4 pkgrel=1gv arch=x86_64 source=(http://goodies.xfce.org/releases/xfce4-quicklauncher-plugin/xfce4-quicklauncher-plugin-$pkgver.tar.bz2) docs=("readme" "install" "copying" "changelog" "authors" "news" "todo") url=http://goodies.xfce.org/projects/panel-plugins/xfce4-quicklauncher-plugin slackdesc=\ ( #|-----handy-ruler------------------------------------------------------| "xfce4-quicklauncher-plugin - a quicklaunch panel plugin for xfce" "The goal of the xfce4-quicklauncher-plugin is double:" " * First, it is intented to offer you a fast and easy way to configure" "the plugins which are on your panel." " * Secondly, it is able to display these launchers on one or more" "lines, and they are displayed so that they don’t waste space. They" "also feature a little zoom effect when you pass the mouse over them." ) build() { cd $startdir/src/$pkgname-$pkgver ./configure --prefix=/usr --libdir=/usr/lib${LIBDIRSUFFIX} --localstatedir=/var --sysconfdir=/etc --disable-static --disable-debug make || return 1 make install DESTDIR=$startdir/pkg }