[arch-commits] CVS update of extra/gnome/gnome-icon-theme (PKGBUILD)

Jan de Groot jgc at archlinux.org
Wed Mar 12 23:45:17 UTC 2008


    Date: Wednesday, March 12, 2008 @ 19:45:17
  Author: jgc
    Path: /home/cvs-extra/extra/gnome/gnome-icon-theme

Modified: PKGBUILD (1.2 -> 1.3)

upgpkg: gnome-icon-theme 2.22.0-1


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


Index: extra/gnome/gnome-icon-theme/PKGBUILD
diff -u extra/gnome/gnome-icon-theme/PKGBUILD:1.2 extra/gnome/gnome-icon-theme/PKGBUILD:1.3
--- extra/gnome/gnome-icon-theme/PKGBUILD:1.2	Fri Sep 21 17:46:46 2007
+++ extra/gnome/gnome-icon-theme/PKGBUILD	Wed Mar 12 19:45:17 2008
@@ -1,8 +1,8 @@
-# $Id: PKGBUILD,v 1.2 2007/09/21 21:46:46 jgc Exp $
+# $Id: PKGBUILD,v 1.3 2008/03/12 23:45:17 jgc Exp $
 # Maintainer: Jan de Groot <jgc at archlinux.org>
 
 pkgname=gnome-icon-theme
-pkgver=2.20.0
+pkgver=2.22.0
 pkgrel=1
 pkgdesc="Default icon theme for GNOME2"
 arch=(i686 x86_64)
@@ -10,12 +10,12 @@
 url="http://www.gnome.org"
 license=('GPL')
 groups=('gnome')
-source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/2.20/${pkgname}-$pkgver.tar.bz2)
-md5sums=('56857a6d5f26c236b48fcf6760549d1b')
+source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/2.22/${pkgname}-$pkgver.tar.bz2)
+md5sums=('a4c03092da28ad53ed3867aef83f29d9')
 
 build() {
   cd ${startdir}/src/${pkgname}-$pkgver
-  ./configure --prefix=/usr
+  ./configure --prefix=/usr || return 1
   make || return 1
   make DESTDIR=${startdir}/pkg install || return 1
 }




More information about the arch-commits mailing list