summaryrefslogtreecommitdiff
path: root/community/pawm/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/pawm/PKGBUILD')
-rw-r--r--community/pawm/PKGBUILD5
1 files changed, 3 insertions, 2 deletions
diff --git a/community/pawm/PKGBUILD b/community/pawm/PKGBUILD
index af37c7df9..7a08d36fe 100644
--- a/community/pawm/PKGBUILD
+++ b/community/pawm/PKGBUILD
@@ -1,9 +1,9 @@
-# $Id: PKGBUILD 59172 2011-11-21 13:08:19Z spupykin $
+# $Id: PKGBUILD 66194 2012-02-23 02:43:04Z spupykin $
# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com>
pkgname=pawm
pkgver=2.3.0
-pkgrel=1
+pkgrel=2
pkgdesc="Puto Amo Window Manager is a full featured window manager, but without useless bells and whistles"
arch=('i686' 'x86_64')
url="http://www.pleyades.net/pawm/"
@@ -15,6 +15,7 @@ md5sums=('cc004865f5b5d8118e68154857b913a2')
build() {
cd $srcdir/$pkgname-$pkgver
+ export LDFLAGS="-lXrender -lXext -lX11"
cmake -DCMAKE_INSTALL_PREFIX=/usr
make
make install DESTDIR=$pkgdir