[arch-commits] Commit in windowmaker/repos (extra-i686 extra-i686/PKGBUILD)
Eric Bélanger
eric at archlinux.org
Wed Feb 25 23:32:41 UTC 2009
Date: Wednesday, February 25, 2009 @ 18:32:40
Author: eric
Revision: 27785
Merged revisions 356,27780 via svnmerge from
svn+ssh://svn.archlinux.org/srv/svn-packages/windowmaker/trunk
........
r356 | aaron | 2008-04-18 18:56:27 -0400 (Fri, 18 Apr 2008) | 1 line
Added svn:keywords to all PKGBUILDs
........
r27780 | eric | 2009-02-25 17:52:09 -0500 (Wed, 25 Feb 2009) | 2 lines
upgpkg: windowmaker 0.92.0-5
Updated url, Corrected license, Add libtoolize to fix build issue, updated libungif depends to giflib
........
Modified:
windowmaker/repos/extra-i686/ (properties)
windowmaker/repos/extra-i686/PKGBUILD
----------+
PKGBUILD | 28 +++++++++++++++-------------
1 file changed, 15 insertions(+), 13 deletions(-)
Property changes on: windowmaker/repos/extra-i686
___________________________________________________________________
Modified: svnmerge-integrated
- /windowmaker/trunk:1
+ /windowmaker/trunk:1-27784
Modified: extra-i686/PKGBUILD
===================================================================
--- extra-i686/PKGBUILD 2009-02-25 23:31:22 UTC (rev 27784)
+++ extra-i686/PKGBUILD 2009-02-25 23:32:40 UTC (rev 27785)
@@ -1,29 +1,31 @@
# $Id$
# Maintainer: aurelien <aurelien at archlinux.org>
-# Committer: Judd Vinet <jvinet at zeroflux.org>
+# Contributor: Judd Vinet <jvinet at zeroflux.org>
pkgname=windowmaker
pkgver=0.92.0
-pkgrel=4
+pkgrel=5
pkgdesc="An X11 window manager with a NEXTSTEP look and feel"
arch=(i686 x86_64)
-depends=('libxinerama' 'libpng' 'libxpm' 'libxft' 'libtiff' 'libungif')
-source=(ftp://ftp.windowmaker.info/pub/source/release/WindowMaker-$pkgver.tar.bz2 windowmaker-gcc4.patch.tar.bz2)
url="http://www.windowmaker.info/"
+license=('GPL' 'custom')
+depends=('libxinerama' 'libpng' 'libxpm' 'libxft' 'libtiff' 'giflib')
+options=('!libtool')
+source=(http://windowmaker.info/pub/source/release/WindowMaker-$pkgver.tar.bz2 windowmaker-gcc4.patch.tar.bz2)
md5sums=('aaac5421b686ed2d3e6ab65229c98097' 'd9fb6a9c255f5c03d0e0c83dc3cd2320')
build() {
- cd $startdir/src/WindowMaker-$pkgver
- patch -Np1 -i ../windowmaker-gcc4.patch
- aclocal
- autoconf
- automake
+ cd $srcdir/WindowMaker-$pkgver
+ patch -Np1 -i ../windowmaker-gcc4.patch || return 1
+ libtoolize --force --copy || return 1
+ aclocal || return 1
+ autoconf || return 1
+ 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 \
- --enable-xinerama
+ --enable-xinerama || return 1
make || return 1
- make DESTDIR=$startdir/pkg install
- # libtoolslay
- find $startdir/pkg -name '*.la' -exec rm {} \;
+ 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