[arch-commits] Commit in gnome-icon-theme (3 files)

Jan de Groot jgc at archlinux.org
Tue Aug 18 19:12:00 UTC 2009


    Date: Tuesday, August 18, 2009 @ 15:12:00
  Author: jgc
Revision: 50040

Switch to -any architecture
Update icon theme cache in post_install/upgrade/remove. This is fairly the biggest icon theme package in the whole distribution.

Added:
  gnome-icon-theme/gnome-unstable/
  gnome-icon-theme/gnome-unstable/gnome-icon-theme.install
Modified:
  gnome-icon-theme/gnome-unstable/PKGBUILD

-----------------------------------------+
 PKGBUILD                                |   11 ++++++-----
 gnome-unstable/gnome-icon-theme.install |   11 +++++++++++
 2 files changed, 17 insertions(+), 5 deletions(-)

Modified: gnome-unstable/PKGBUILD
===================================================================
--- trunk/PKGBUILD	2009-08-18 18:57:41 UTC (rev 50039)
+++ gnome-unstable/PKGBUILD	2009-08-18 19:12:00 UTC (rev 50040)
@@ -2,17 +2,18 @@
 # Maintainer: Jan de Groot <jgc at archlinux.org>
 
 pkgname=gnome-icon-theme
-pkgver=2.26.0
+pkgver=2.27.90
 pkgrel=1
 pkgdesc="Default icon theme for GNOME2"
-arch=(i686 x86_64)
-depends=('hicolor-icon-theme' 'icon-naming-utils>=0.8.6')
+arch=(any)
+depends=('hicolor-icon-theme' 'icon-naming-utils>=0.8.6' 'gtk2')
 makedepends=('intltool')
 url="http://www.gnome.org"
 license=('GPL')
 groups=('gnome')
-source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/2.26/${pkgname}-${pkgver}.tar.bz2)
-md5sums=('36a4e5e1b2c7c053779a9a399f6146a2')
+install=gnome-icon-theme.install
+source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/2.27/${pkgname}-${pkgver}.tar.bz2)
+sha256sums=('2fc2a20d315d76eb37ca459a6f0b9a25cf15e1452373e9bdce860f1a3c081190')
 
 build() {
   cd "${srcdir}/${pkgname}-${pkgver}"

Added: gnome-unstable/gnome-icon-theme.install
===================================================================
--- gnome-unstable/gnome-icon-theme.install	                        (rev 0)
+++ gnome-unstable/gnome-icon-theme.install	2009-08-18 19:12:00 UTC (rev 50040)
@@ -0,0 +1,11 @@
+post_install() {
+  gtk-update-icon-cache -q -t -f usr/share/icons/gnome
+}
+
+post_upgrade() {
+  gtk-update-icon-cache -q -t -f usr/share/icons/gnome
+}
+
+post_remove() {
+  gtk-update-icon-cache -q -t -f usr/share/icons/gnome
+}




More information about the arch-commits mailing list