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

Jan de Groot jgc at archlinux.org
Fri Sep 21 21:46:46 UTC 2007


    Date: Friday, September 21, 2007 @ 17:46:46
  Author: jgc
    Path: /home/cvs-extra/extra/gnome/gnome-icon-theme

Modified: PKGBUILD (1.1 -> 1.2)

upgpkg: gnome-icon-theme 2.20.0-1
GNOME 2.20


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


Index: extra/gnome/gnome-icon-theme/PKGBUILD
diff -u extra/gnome/gnome-icon-theme/PKGBUILD:1.1 extra/gnome/gnome-icon-theme/PKGBUILD:1.2
--- extra/gnome/gnome-icon-theme/PKGBUILD:1.1	Sun Jul 15 06:46:27 2007
+++ extra/gnome/gnome-icon-theme/PKGBUILD	Fri Sep 21 17:46:46 2007
@@ -1,21 +1,21 @@
-# $Id: PKGBUILD,v 1.1 2007/07/15 10:46:27 jgc Exp $
-# Maintainer: arjan <arjan at archlinux.org>
+# $Id: PKGBUILD,v 1.2 2007/09/21 21:46:46 jgc Exp $
+# Maintainer: Jan de Groot <jgc at archlinux.org>
 
 pkgname=gnome-icon-theme
-pkgver=2.18.0
+pkgver=2.20.0
 pkgrel=1
 pkgdesc="Default icon theme for GNOME2"
 arch=(i686 x86_64)
-depends=('hicolor-icon-theme' 'icon-naming-utils>=0.8.1')
+depends=('hicolor-icon-theme' 'icon-naming-utils>=0.8.6')
 url="http://www.gnome.org"
-license=(GPL)
+license=('GPL')
 groups=('gnome')
-source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/2.18/${pkgname}-$pkgver.tar.bz2)
-md5sums=('0b9aa12c473e0be61dc324b059c106e3')
+source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/2.20/${pkgname}-$pkgver.tar.bz2)
+md5sums=('56857a6d5f26c236b48fcf6760549d1b')
 
 build() {
   cd ${startdir}/src/${pkgname}-$pkgver
   ./configure --prefix=/usr
   make || return 1
-  make DESTDIR=${startdir}/pkg install
+  make DESTDIR=${startdir}/pkg install || return 1
 }




More information about the arch-commits mailing list