diff options
author | James Meyer <james.meyer@operamail.com> | 2013-01-11 22:45:53 (GMT) |
---|---|---|
committer | James Meyer <james.meyer@operamail.com> | 2013-01-11 22:45:53 (GMT) |
commit | 63ebdd273929a867a2aa9dd40375bdf8a3036a81 (patch) | |
tree | d96d5b696785a52b1a06ed8f28bd2c80dc59ce34 /abs | |
parent | 8272c56f614fd713b6de712a5d427886058056c0 (diff) | |
download | linhes_pkgbuild-63ebdd273929a867a2aa9dd40375bdf8a3036a81.zip linhes_pkgbuild-63ebdd273929a867a2aa9dd40375bdf8a3036a81.tar.gz linhes_pkgbuild-63ebdd273929a867a2aa9dd40375bdf8a3036a81.tar.bz2 |
windowmaker: official release of .95
Diffstat (limited to 'abs')
-rw-r--r-- | abs/core/windowmaker/PKGBUILD | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/abs/core/windowmaker/PKGBUILD b/abs/core/windowmaker/PKGBUILD index 8b0ffcb..61c2b65 100644 --- a/abs/core/windowmaker/PKGBUILD +++ b/abs/core/windowmaker/PKGBUILD @@ -3,20 +3,20 @@ # Contributor: Judd Vinet <jvinet@zeroflux.org> pkgname=windowmaker pkgver=0.95.4 -pkgrel=4 +pkgrel=5 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=(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 +# 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 |