[arch-commits] Commit in gnome-icon-theme/trunk (PKGBUILD)

Ionut Biru ibiru at archlinux.org
Fri Feb 11 18:38:06 UTC 2011


    Date: Friday, February 11, 2011 @ 13:38:06
  Author: ibiru
Revision: 109676

update to 2.91.6

Modified:
  gnome-icon-theme/trunk/PKGBUILD

----------+
 PKGBUILD |   24 +++++++++++++++---------
 1 file changed, 15 insertions(+), 9 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2011-02-11 18:32:55 UTC (rev 109675)
+++ PKGBUILD	2011-02-11 18:38:06 UTC (rev 109676)
@@ -2,22 +2,28 @@
 # Maintainer: Jan de Groot <jgc at archlinux.org>
 
 pkgname=gnome-icon-theme
-pkgver=2.31.0
+pkgver=2.91.6
 pkgrel=1
-pkgdesc="Default icon theme for GNOME2"
+pkgdesc="GNOME icon theme"
 arch=(any)
-depends=('hicolor-icon-theme>=0.12' 'icon-naming-utils>=0.8.90' 'gtk2')
+depends=('hicolor-icon-theme' 'icon-naming-utils' 'gtk-update-icon-cache')
 makedepends=('intltool')
 url="http://www.gnome.org"
 license=('GPL')
 groups=('gnome')
 install=gnome-icon-theme.install
-source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/2.31/${pkgname}-${pkgver}.tar.bz2)
-sha256sums=('ea7e05b77ead159379392b3b275ca0c9cbacd7d936014e447cc7c5e27a767982')
+source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/2.91/${pkgname}-${pkgver}.tar.bz2)
+sha256sums=('259fbe23e4d63e57c95cdb239e1f9117715bd7a5cc04e851f1c19a6f3160170a')
 
 build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  ./configure --prefix=/usr
-  make
-  make DESTDIR="${pkgdir}" install
+    cd "${srcdir}/${pkgname}-${pkgver}"
+    ./configure --prefix=/usr
+    make
 }
+
+package() {
+    cd "${srcdir}/${pkgname}-${pkgver}"
+    make DESTDIR="${pkgdir}" install
+    #don't include icon cache
+    rm -f  "${pkgdir}/usr/share/icons/gnome/icon-theme.cache"
+}




More information about the arch-commits mailing list