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

Daniel Isenmann daniel at archlinux.org
Tue Feb 14 20:49:56 UTC 2012


    Date: Tuesday, February 14, 2012 @ 15:49:56
  Author: daniel
Revision: 150207

upgpkg: windowmaker 0.95.2-1

New upstream release

Modified:
  windowmaker/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2012-02-14 20:14:21 UTC (rev 150206)
+++ PKGBUILD	2012-02-14 20:49:56 UTC (rev 150207)
@@ -2,7 +2,7 @@
 # Maintainer: Daniel Isenmann <daniel at archlinux.org>
 # Contributor: Judd Vinet <jvinet at zeroflux.org>
 pkgname=windowmaker
-pkgver=0.95.1
+pkgver=0.95.2
 pkgrel=1
 pkgdesc="An X11 window manager with a NEXTSTEP look and feel"
 arch=(i686 x86_64)
@@ -10,14 +10,13 @@
 license=('GPL' 'custom')
 depends=('libxinerama' 'libxrandr' 'libxmu' 'libpng' 'libxpm' 'libxft' 'libtiff' 'giflib')
 options=('!libtool')
-source=(ftp://ftp.archlinux.org/other/windowmaker/windowmaker-$pkgver.tar.gz wmaker.desktop)  
-md5sums=('1b0d0aa2ac53a7a98ef80a35e507b082'
+source=(http://windowmaker.org/pub/source/release/WindowMaker-$pkgver.tar.gz wmaker.desktop)  
+md5sums=('ae62bad9c4dee504066e0f172b565ff0'
          '2fba97bebfd691836b92b8f0db79ff13')
 
 build() {
-  cd $srcdir/windowmaker-$pkgver
+  cd $srcdir/WindowMaker-$pkgver
   [ -z "$LINGUAS" ] && export LINGUAS="`ls po/*.po | sed 's:po/\(.*\)\.po$:\1:'`"
-  ./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
@@ -25,7 +24,7 @@
 }
 
 package() {
-  cd $srcdir/windowmaker-$pkgver
+  cd $srcdir/WindowMaker-$pkgver
   
   make DESTDIR=$pkgdir install
   install -D -m644 COPYING.WTFPL $pkgdir/usr/share/licenses/$pkgname/COPYING.WTFPL




More information about the arch-commits mailing list