summaryrefslogtreecommitdiff
path: root/community/fbpanel/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/fbpanel/PKGBUILD')
-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
}