diff options
author | James Meyer <james.meyer@operamail.com> | 2012-09-03 19:07:47 (GMT) |
---|---|---|
committer | James Meyer <james.meyer@operamail.com> | 2012-09-03 19:07:47 (GMT) |
commit | 89b1c2ed6b63457b2af33ef06a1e1996188cf5d4 (patch) | |
tree | e3592e8e40485183534576f8b588fbaa4dea433e | |
parent | 664c9c9d923d68bdc4b6454f3f73f49eba5abfdf (diff) | |
download | linhes_pkgbuild-89b1c2ed6b63457b2af33ef06a1e1996188cf5d4.zip linhes_pkgbuild-89b1c2ed6b63457b2af33ef06a1e1996188cf5d4.tar.gz linhes_pkgbuild-89b1c2ed6b63457b2af33ef06a1e1996188cf5d4.tar.bz2 |
Windowmaker: git revision that doesn't require cpp for processing custom menus. May be changed back to release version of wmaker when .95.4 is released
-rw-r--r-- | abs/core/windowmaker/PKGBUILD | 10 | ||||
-rw-r--r-- | abs/core/windowmaker/WindowMaker-0.95.4.tar.gz | bin | 0 -> 17063436 bytes |
2 files changed, 6 insertions, 4 deletions
diff --git a/abs/core/windowmaker/PKGBUILD b/abs/core/windowmaker/PKGBUILD index e588b62..b421603 100644 --- a/abs/core/windowmaker/PKGBUILD +++ b/abs/core/windowmaker/PKGBUILD @@ -2,19 +2,21 @@ # Maintainer: Daniel Isenmann <daniel@archlinux.org> # Contributor: Judd Vinet <jvinet@zeroflux.org> pkgname=windowmaker -pkgver=0.95.3 -pkgrel=1 +pkgver=0.95.4 +pkgrel=3 pkgdesc="An X11 window manager with a NEXTSTEP look and feel" arch=(i686 x86_64) url="http://www.windowmaker.org/" license=('GPL' 'custom') depends=('libxinerama' 'libxrandr' 'libxmu' 'libpng' 'libxpm' 'libxft' 'libtiff' 'giflib') options=('!libtool') -source=(http://windowmaker.org/pub/source/release/WindowMaker-$pkgver.tar.gz wmaker.desktop) +#source=(http://windowmaker.org/pub/source/release/WindowMaker-$pkgver.tar.gz wmaker.desktop) +source=(WindowMaker-$pkgver.tar.gz wmaker.desktop) install=wmaker.install build() { cd $srcdir/WindowMaker-$pkgver [ -z "$LINGUAS" ] && export LINGUAS="`ls po/*.po | sed 's:po/\(.*\)\.po$:\1:'`" + sh ./autogen.sh ./configure --prefix=/usr --sysconfdir=/etc --enable-xinerama \ --with-nlsdir=/usr/share/locale --with-gnustepdir=/usr/lib/GNUstep \ --enable-usermenu --enable-modelock --enable-xrandr @@ -29,5 +31,5 @@ package() { install -D -m644 $srcdir/wmaker.desktop $pkgdir/usr/share/xsessions/wmaker.desktop } -md5sums=('305af9d862e853a5d7977e801cb66ca3' +md5sums=('81d7138ea89618b2c7093f6ecff7d603' '2fba97bebfd691836b92b8f0db79ff13') diff --git a/abs/core/windowmaker/WindowMaker-0.95.4.tar.gz b/abs/core/windowmaker/WindowMaker-0.95.4.tar.gz Binary files differnew file mode 100644 index 0000000..252aadd --- /dev/null +++ b/abs/core/windowmaker/WindowMaker-0.95.4.tar.gz |