[arch-commits] Commit in windowmaker-crm-git/repos (extra-i686 extra-i686/PKGBUILD)
Daniel Isenmann
daniel at archlinux.org
Mon Dec 21 06:15:17 UTC 2009
Date: Monday, December 21, 2009 @ 01:15:17
Author: daniel
Revision: 61648
Merged revisions 61646 via svnmerge from
svn+ssh://daniel@gerolde.archlinux.org/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-i686/ (properties)
windowmaker-crm-git/repos/extra-i686/PKGBUILD
----------+
PKGBUILD | 10 ++++------
1 file changed, 4 insertions(+), 6 deletions(-)
Property changes on: windowmaker-crm-git/repos/extra-i686
___________________________________________________________________
Modified: svnmerge-integrated
- /windowmaker-crm-git/trunk:1-57649
+ /windowmaker-crm-git/trunk:1-61647
Modified: extra-i686/PKGBUILD
===================================================================
--- extra-i686/PKGBUILD 2009-12-21 06:07:17 UTC (rev 61647)
+++ extra-i686/PKGBUILD 2009-12-21 06:15:17 UTC (rev 61648)
@@ -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