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

Daniel Isenmann daniel at archlinux.org
Mon Jan 9 19:01:29 UTC 2012


    Date: Monday, January 9, 2012 @ 14:01:29
  Author: daniel
Revision: 146364

upgpkg: windowmaker-crm-git 20120109-1

New git snapshot

Modified:
  windowmaker-crm-git/trunk/PKGBUILD

----------+
 PKGBUILD |   14 ++++++++++----
 1 file changed, 10 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2012-01-09 18:53:15 UTC (rev 146363)
+++ PKGBUILD	2012-01-09 19:01:29 UTC (rev 146364)
@@ -2,7 +2,7 @@
 # Maintainer: Daniel Isenmann <daniel at archlinux.org>
 
 pkgname=windowmaker-crm-git
-pkgver=20110909
+pkgver=20120109
 pkgrel=1
 pkgdesc="An X11 window manager with a NEXTSTEP look and feel - git version from Carlos R. Mafra"
 arch=(i686 x86_64)
@@ -13,7 +13,7 @@
 provides=('windowmaker')
 conflicts=('windowmaker')
 source=(ftp://ftp.archlinux.org/other/windowmaker/windowmaker-$pkgver.tar.gz wmaker.desktop)
-md5sums=('594f66f40130fe49b6350579f4d54c2b'
+md5sums=('abe70f9cc7606c73a9bbe498cacf925a'
          '2fba97bebfd691836b92b8f0db79ff13')
 
 build() {
@@ -23,8 +23,14 @@
   ./configure --prefix=/usr --sysconfdir=/etc --enable-xinerama \
     --with-nlsdir=/usr/share/locale --with-gnustepdir=/usr/lib/GNUstep \
     --enable-usermenu --enable-modelock --enable-xrandr
-  make || return 1
-  make DESTDIR=$pkgdir install || return 1
+  make
+}
+
+package() {
+  cd $srcdir/windowmaker-$pkgver
+  
+  make DESTDIR=$pkgdir install
   install -D -m644 COPYING.WTFPL $pkgdir/usr/share/licenses/$pkgname/COPYING.WTFPL
   install -D -m644 $srcdir/wmaker.desktop $pkgdir/usr/share/xsessions/wmaker.desktop
+
 }




More information about the arch-commits mailing list