From d466ef49f224a9347fe0375eac8126725e10a0a4 Mon Sep 17 00:00:00 2001 From: root Date: Thu, 23 Feb 2012 23:15:11 +0000 Subject: Thu Feb 23 23:15:11 UTC 2012 --- community/pawm/PKGBUILD | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'community/pawm/PKGBUILD') 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 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 -- cgit v1.2.3-54-g00ecf