summaryrefslogtreecommitdiff
path: root/community/fbpanel
diff options
context:
space:
mode:
authorNicolás Reynolds <fauno@endefensadelsl.org>2013-12-27 23:55:53 +0000
committerNicolás Reynolds <fauno@endefensadelsl.org>2013-12-27 23:55:53 +0000
commit65eeff79fff8a1bfdf67ca51d147384f46f4d5c0 (patch)
treefbfdff322b28d9a3c37e6e31c94caf1d8e48dac1 /community/fbpanel
parentd53c44f055929b18d7d1b25f8367ee5836c435fc (diff)
Fri Dec 27 23:54:04 UTC 2013
Diffstat (limited to 'community/fbpanel')
-rw-r--r--community/fbpanel/PKGBUILD13
1 files changed, 10 insertions, 3 deletions
diff --git a/community/fbpanel/PKGBUILD b/community/fbpanel/PKGBUILD
index 287189613..aa75c9216 100644
--- a/community/fbpanel/PKGBUILD
+++ b/community/fbpanel/PKGBUILD
@@ -1,4 +1,4 @@
-# $Id: PKGBUILD 99522 2013-10-29 10:57:06Z spupykin $
+# $Id: PKGBUILD 100493 2013-11-05 10:04:31Z spupykin $
# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com>
# Maintainer: Jeff Mickey <jeff@archlinux.org>
# Contributor: Torin Daniel <torindan@gmail.com>
@@ -6,20 +6,27 @@
pkgname=fbpanel
pkgver=6.1
-pkgrel=5
+pkgrel=6
pkgdesc="NetWM compliant desktop panel"
arch=('i686' 'x86_64')
url="http://fbpanel.sourceforge.net/"
depends=('gtk2')
license=('GPL')
source=("http://downloads.sourceforge.net/fbpanel/fbpanel-${pkgver}.tbz2"
+ "taskbar_unicode.patch::https://bugs.archlinux.org/task/37639?getfile=11189"
"battery_fix.patch")
md5sums=('80ca0c64195b30587cfcb8c2cd9887a0'
+ '0af51e8f0391ea9b734a57a9880b57e5'
'dc1db8eee1be899725f350eb36793ea4')
-build() {
+prepare() {
cd "$srcdir/$pkgname-$pkgver"
patch -p1 <$srcdir/battery_fix.patch
+ patch -p1 <$srcdir/taskbar_unicode.patch
+}
+
+build() {
+ cd "$srcdir/$pkgname-$pkgver"
./configure --prefix=/usr --libexecdir=/usr/lib
echo "LDFLAGSX += -lX11 -lm" >>config.mk
make