diff options
Diffstat (limited to 'extra/windowmaker-crm-git/PKGBUILD')
-rw-r--r-- | extra/windowmaker-crm-git/PKGBUILD | 8 |
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 |