summaryrefslogtreecommitdiff
path: root/extra/windowmaker-crm-git
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2011-09-10 23:14:36 +0000
committerroot <root@rshg054.dnsready.net>2011-09-10 23:14:36 +0000
commit1dc1efa50ce9926a6ed832bda2ebe3319485ac09 (patch)
tree25b059dc89bbd5f44377c1df6f612cf6556a6076 /extra/windowmaker-crm-git
parent42db4a0cf3a829fcd1bc2150669c6aa3c2984815 (diff)
Sat Sep 10 23:14:36 UTC 2011
Diffstat (limited to 'extra/windowmaker-crm-git')
-rw-r--r--extra/windowmaker-crm-git/PKGBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/extra/windowmaker-crm-git/PKGBUILD b/extra/windowmaker-crm-git/PKGBUILD
index 6a4789552..b2b1b4f1e 100644
--- a/extra/windowmaker-crm-git/PKGBUILD
+++ b/extra/windowmaker-crm-git/PKGBUILD
@@ -1,8 +1,8 @@
-# $Id: PKGBUILD 94218 2010-10-05 16:33:23Z daniel $
+# $Id: PKGBUILD 137555 2011-09-09 11:26:39Z daniel $
# Maintainer: Daniel Isenmann <daniel@archlinux.org>
pkgname=windowmaker-crm-git
-pkgver=20101005
+pkgver=20110909
pkgrel=1
pkgdesc="An X11 window manager with a NEXTSTEP look and feel - git version from Carlos R. Mafra"
arch=(i686 x86_64)
@@ -13,7 +13,7 @@ options=('!libtool')
provides=('windowmaker')
conflicts=('windowmaker')
source=(ftp://ftp.archlinux.org/other/windowmaker/windowmaker-$pkgver.tar.gz wmaker.desktop)
-md5sums=('8cc7e736a8d7e446f696b80fc7dcb79c'
+md5sums=('594f66f40130fe49b6350579f4d54c2b'
'2fba97bebfd691836b92b8f0db79ff13')
build() {
@@ -22,7 +22,7 @@ build() {
./autogen.sh
./configure --prefix=/usr --sysconfdir=/etc --enable-xinerama \
--with-nlsdir=/usr/share/locale --with-gnustepdir=/usr/lib/GNUstep \
- --enable-usermenu --enable-modelock
+ --enable-usermenu --enable-modelock --enable-xrandr
make || return 1
make DESTDIR=$pkgdir install || return 1
install -D -m644 COPYING.WTFPL $pkgdir/usr/share/licenses/$pkgname/COPYING.WTFPL