#Maintainer: Markus Muttilainen pkgname=fbpanel pkgver=6.1 pkgrel=1 zenver=69 arch=i486 sourcetemplate=("http://www.auroracore.biz/user-accounts/stillborn/zenwalk/fbpanel/stock/") source=("http://downloads.sourceforge.net/fbpanel/fbpanel-6.1.tbz2" \ "http://www.auroracore.biz/user-accounts/stillborn/fbpanel/stock/fbpanel-5.6-dsofix.patch" ) docs=('AUTHORS' 'ChangeLog' 'COPY' 'CREDITS' 'INSTALL' 'NEWS' 'LICENSE' 'notes' 'README' 'TODO') url="http://fbpanel.sourceforge.net/" #extradepends=('') slackdesc=\ ( #|-----handy-ruler------------------------------------------------------| "$pkgname - a lightweight desktop panel" "fbpanel application launcher. fbpanel is a lightweight, NETWM" "compliant desktop panel. It works with any NETWM compliant window" "manager, for example xfwm4, sawfish, openbox, metacity, kde wm. " ) build() { cd $startdir/src/$pkgname-$pkgver patch -p1 < ../fbpanel-5.6-dsofix.patch || exit 1 sed -i '/urxvt/s/x-terminal urxvt gnome-terminal/terminal/' exec/make_profile.in || exit 1 ./configure --prefix=/usr #--libexecdir=/usr/lib/fbpanel make || return 1 make DESTDIR=$startdir/pkg install ##just to fix .xsession-errors messages mkdir -p $startdir/pkg/usr/local/share/ }