[arch-commits] CVS update of arch/build/x11/icewm (PKGBUILD)

Paul Mattal paul at archlinux.org
Mon Sep 3 12:30:21 UTC 2007


    Date: Monday, September 3, 2007 @ 08:30:21
  Author: paul
    Path: /home/cvs-arch/arch/build/x11/icewm

Modified: PKGBUILD (1.38 -> 1.39)

upgpkg: icewm 1.2.32-1
upgrade to 1.2.32


----------+
 PKGBUILD |   15 ++++++++-------
 1 file changed, 8 insertions(+), 7 deletions(-)


Index: arch/build/x11/icewm/PKGBUILD
diff -u arch/build/x11/icewm/PKGBUILD:1.38 arch/build/x11/icewm/PKGBUILD:1.39
--- arch/build/x11/icewm/PKGBUILD:1.38	Mon Dec 25 04:03:00 2006
+++ arch/build/x11/icewm/PKGBUILD	Mon Sep  3 08:30:20 2007
@@ -1,21 +1,22 @@
-# $Id: PKGBUILD,v 1.38 2006/12/25 09:03:00 tpowa Exp $
-# Maintainer: dorphell <dorphell at archlinux.org>
+# $Id: PKGBUILD,v 1.39 2007/09/03 12:30:20 paul Exp $
+# Maintainer: Paul Mattal <paul at archlinux.org>
 # Committer: dorphell <dorphell at gmx.net>
 
 pkgname=icewm
-pkgver=1.2.30
+pkgver=1.2.32
 pkgrel=1
 pkgdesc="A Window Manager designed for speed, usability, and consistency"
 arch=(i686 x86_64)
 depends=('gcc' 'imlib' 'libxrandr' 'libxft' 'libsm' 'libxinerama')
 source=(http://heanet.dl.sourceforge.net/sourceforge/icewm/$pkgname-$pkgver.tar.gz)
 url="http://www.icewm.org/"
-md5sums=('8a302c5e629bb81d87cc02004a694ece')
+md5sums=('49084971689c04b739766a3f5d576d83')
+license=('LGPL')
 
 build() {
-   cd $startdir/src/$pkgname-$pkgver
+   cd $startdir/src/$pkgname-$pkgver || return 1
    ./configure --prefix=/usr --sysconfdir=/etc --with-imlib \
-     --enable-shaped-decorations --enable-gradients
+     --enable-shaped-decorations --enable-gradients || return 1
    make || return 1
-   make DESTDIR=$startdir/pkg install
+   make DESTDIR=$startdir/pkg install || return 1
 }




More information about the arch-commits mailing list