#Maintainer: George Vlahavas pkgname=xfce4-quicklauncher-plugin pkgver=1.9.4 pkgrel=3rl source=(http://goodies.xfce.org/releases/xfce4-quicklauncher-plugin/xfce4-quicklauncher-plugin-$pkgver.tar.bz2 xfce4-quicklauncher-plugin-1.9.4-desktop-file.patch xfce4-quicklauncher-plugin-1.9.4-fix-missing-english-translation.patch xfce4-quicklauncher-plugin-1.9.4-fix-multiscreen.patch xfce4-quicklauncher-plugin-1.9.4-save-settings.patch xfce4-quicklauncher-plugin-1.9.4-xfce4-settings-manager.patch) 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 # Fedora patches patch -Np0 -i "../xfce4-quicklauncher-plugin-1.9.4-desktop-file.patch" patch -Np0 -i "../xfce4-quicklauncher-plugin-1.9.4-fix-multiscreen.patch" patch -Np1 -i "../xfce4-quicklauncher-plugin-1.9.4-save-settings.patch" patch -Np1 -i "../xfce4-quicklauncher-plugin-1.9.4-fix-missing-english-translation.patch" patch -Np0 -i "../xfce4-quicklauncher-plugin-1.9.4-xfce4-settings-manager.patch" ./configure --prefix=/usr --libdir=/usr/lib${LIBDIRSUFFIX} --localstatedir=/var --sysconfdir=/etc --disable-static --disable-debug make || return 1 make install DESTDIR=$startdir/pkg }