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

Daniel Isenmann daniel at archlinux.org
Sun Mar 7 10:56:49 UTC 2010


    Date: Sunday, March 7, 2010 @ 05:56:49
  Author: daniel
Revision: 71460

upgpkg: windowmaker 0.92.0-8
Fixed FS#15301. GNUstep directory is now under /usr/lib/GNUstep

Modified:
  windowmaker/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2010-03-07 10:27:20 UTC (rev 71459)
+++ PKGBUILD	2010-03-07 10:56:49 UTC (rev 71460)
@@ -1,9 +1,9 @@
 # $Id$
-# Maintainer: aurelien <aurelien at archlinux.org>
+# Maintainer: Daniel Isenmann <daniel at archlinux.org>
 # Contributor: Judd Vinet <jvinet at zeroflux.org>
 pkgname=windowmaker
 pkgver=0.92.0
-pkgrel=7
+pkgrel=8
 pkgdesc="An X11 window manager with a NEXTSTEP look and feel"
 arch=(i686 x86_64)
 url="http://www.windowmaker.info/"
@@ -26,7 +26,7 @@
   automake || return 1
   [ -z "$LINGUAS" ] && export LINGUAS="`ls po/*.po | sed 's:po/\(.*\)\.po$:\1:'`"
   ./configure --prefix=/usr --sysconfdir=/etc \
-    --with-gnustepdir=/usr/share/GNUstep --with-nlsdir=/usr/share/locale \
+    --with-gnustepdir=/usr/lib/GNUstep --with-nlsdir=/usr/share/locale \
     --enable-xinerama  || return 1
   make || return 1
   make DESTDIR=$pkgdir install || return 1




More information about the arch-commits mailing list