summaryrefslogtreecommitdiff
path: root/community/fbpanel
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2012-02-21 23:15:10 +0000
committerroot <root@rshg054.dnsready.net>2012-02-21 23:15:10 +0000
commit1f55cedf5ea357497d2a98eb2be78d8dab4a9665 (patch)
tree5e44ad19f2672ee92283377c9fe6eab3c8a815d7 /community/fbpanel
parent11484c032f8c236b2044e715a9a3b28e33f65598 (diff)
Tue Feb 21 23:15:10 UTC 2012
Diffstat (limited to 'community/fbpanel')
-rw-r--r--community/fbpanel/PKGBUILD7
1 files changed, 4 insertions, 3 deletions
diff --git a/community/fbpanel/PKGBUILD b/community/fbpanel/PKGBUILD
index 0a33d0f38..5edf5f2a1 100644
--- a/community/fbpanel/PKGBUILD
+++ b/community/fbpanel/PKGBUILD
@@ -1,11 +1,11 @@
-# $Id: PKGBUILD 21121 2010-07-14 15:52:45Z spupykin $
+# $Id: PKGBUILD 65166 2012-02-20 06:59:42Z spupykin $
# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com>
# Maintainer: Jeff Mickey <jeff@archlinux.org>
# Contributor: Torin Daniel <torindan@gmail.com>
pkgname=fbpanel
pkgver=6.1
-pkgrel=2
+pkgrel=3
pkgdesc="NetWM compliant desktop panel"
arch=('i686' 'x86_64')
url="http://fbpanel.sourceforge.net/"
@@ -17,6 +17,7 @@ md5sums=('80ca0c64195b30587cfcb8c2cd9887a0')
build() {
cd "$srcdir/$pkgname-$pkgver"
./configure --prefix=/usr
- make || return 1
+ echo "LDFLAGSX += -lX11 -lm" >>config.mk
+ make
make DESTDIR="$pkgdir/" install
}