Date: Monday, December 21, 2009 @ 01:07:17 Author: daniel Revision: 61647
Merged revisions 61646 via svnmerge from svn+ssh://[email protected]/srv/svn-packages/windowmaker-crm-git/trunk ........ r61646 | daniel | 2009-12-21 07:06:37 +0100 (Mon, 21 Dec 2009) | 2 lines upgpkg: windowmaker-crm-git 20091221-1 New snapshot and moving GNUstep dir to /usr/lib/GNUstep according to FS#15301. Same behaviour as Debian now. ........ Modified: windowmaker-crm-git/repos/extra-x86_64/ (properties) windowmaker-crm-git/repos/extra-x86_64/PKGBUILD ----------+ PKGBUILD | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) Property changes on: windowmaker-crm-git/repos/extra-x86_64 ___________________________________________________________________ Modified: svnmerge-integrated - /windowmaker-crm-git/trunk:1-57646 + /windowmaker-crm-git/trunk:1-61646 Modified: extra-x86_64/PKGBUILD =================================================================== --- extra-x86_64/PKGBUILD 2009-12-21 06:06:37 UTC (rev 61646) +++ extra-x86_64/PKGBUILD 2009-12-21 06:07:17 UTC (rev 61647) @@ -1,7 +1,7 @@ # Maintainer: Daniel Isenmann <[email protected]> pkgname=windowmaker-crm-git -pkgver=20091029 +pkgver=20091221 pkgrel=1 pkgdesc="An X11 window manager with a NEXTSTEP look and feel - git version from Carlos R. Mafra" arch=(i686 x86_64) @@ -12,15 +12,13 @@ provides=('windowmaker') conflicts=('windowmaker') source=(ftp://ftp.archlinux.org/other/windowmaker/windowmaker-$pkgver.tar.gz) -md5sums=('7426068f1edb2d4eb22034e91fc40e07') +md5sums=('2cc3b4630f52025b78285eda39d62681') build() { cd $srcdir/windowmaker-$pkgver [ -z "$LINGUAS" ] && export LINGUAS="`ls po/*.po | sed 's:po/\(.*\)\.po$:\1:'`" - ./autogen.sh - ./configure --prefix=/usr --sysconfdir=/etc \ - --with-gnustepdir=/usr/share/GNUstep --with-nlsdir=/usr/share/locale \ - --enable-xinerama || return 1 + ./autogen.sh --prefix=/usr --sysconfdir=/etc --enable-xinerama \ + --with-nlsdir=/usr/share/locale --with-gnustepdir=/usr/lib/GNUstep make || return 1 make DESTDIR=$pkgdir install || return 1 install -D -m644 COPYING.WTFPL $pkgdir/usr/share/licenses/$pkgname/COPYING.WTFPL
