[arch-commits] Commit in windowmaker-crm-git/trunk (PKGBUILD)

Daniel Isenmann daniel at archlinux.org
Mon Dec 21 06:06:38 UTC 2009


    Date: Monday, December 21, 2009 @ 01:06:37
  Author: daniel
Revision: 61646

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/trunk/PKGBUILD

----------+
 PKGBUILD |   10 ++++------
 1 file changed, 4 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2009-12-21 02:26:25 UTC (rev 61645)
+++ PKGBUILD	2009-12-21 06:06:37 UTC (rev 61646)
@@ -1,7 +1,7 @@
 # Maintainer: Daniel Isenmann <daniel at archlinux.org>
 
 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




More information about the arch-commits mailing list