diff options
author | root <root@rshg054.dnsready.net> | 2012-02-23 23:15:11 +0000 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2012-02-23 23:15:11 +0000 |
commit | d466ef49f224a9347fe0375eac8126725e10a0a4 (patch) | |
tree | c08a9d7437c4d6de169858ac98fb340fd90202c2 /community/pawm | |
parent | 1d9fb21dff6df1679e536ab672edcbbdb4cf3a15 (diff) |
Thu Feb 23 23:15:11 UTC 2012
Diffstat (limited to 'community/pawm')
-rw-r--r-- | community/pawm/PKGBUILD | 5 |
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 |