diff options
author | Michał Masłowski <mtjm@mtjm.eu> | 2012-02-24 14:50:00 +0100 |
---|---|---|
committer | Michał Masłowski <mtjm@mtjm.eu> | 2012-02-24 14:50:00 +0100 |
commit | 82e1a8e4caf3318dbb60adda8c2649ae7ac15661 (patch) | |
tree | bc42529997fa58fc26481c8ba7524560f3baa5af /community/pawm | |
parent | f87cdf22eb712b5b1c118f768d4ff710fc839403 (diff) | |
parent | d466ef49f224a9347fe0375eac8126725e10a0a4 (diff) |
Merge branch 'master' of ssh://parabolagnulinux.org:1863/home/parabola/abslibre-pre-mips64el
Conflicts:
community/arpack/PKGBUILD
community/flac123/PKGBUILD
community/flashrom/PKGBUILD
community/liblockfile/PKGBUILD
community/python-cjson/PKGBUILD
community/tcpflow/PKGBUILD
extra/vlc/PKGBUILD
multilib/lib32-gnutls/PKGBUILD
multilib/lib32-libssh2/PKGBUILD
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 7e452bd3b..c2ba3afe9 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' 'mips64el') 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 |