[arch-commits] Commit in gnome-icon-theme/repos (4 files)

Ionut Biru ibiru at archlinux.org
Wed Sep 28 19:30:27 UTC 2011


    Date: Wednesday, September 28, 2011 @ 15:30:26
  Author: ibiru
Revision: 138919

db-move: moved gnome-icon-theme from [gnome-unstable] to [testing] (any)

Added:
  gnome-icon-theme/repos/testing-any/
  gnome-icon-theme/repos/testing-any/PKGBUILD
    (from rev 138832, gnome-icon-theme/repos/gnome-unstable-any/PKGBUILD)
  gnome-icon-theme/repos/testing-any/gnome-icon-theme.install
    (from rev 138832, gnome-icon-theme/repos/gnome-unstable-any/gnome-icon-theme.install)
Deleted:
  gnome-icon-theme/repos/gnome-unstable-any/

--------------------------+
 PKGBUILD                 |   29 +++++++++++++++++++++++++++++
 gnome-icon-theme.install |   11 +++++++++++
 2 files changed, 40 insertions(+)

Copied: gnome-icon-theme/repos/testing-any/PKGBUILD (from rev 138832, gnome-icon-theme/repos/gnome-unstable-any/PKGBUILD)
===================================================================
--- testing-any/PKGBUILD	                        (rev 0)
+++ testing-any/PKGBUILD	2011-09-28 19:30:26 UTC (rev 138919)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Jan de Groot <jgc at archlinux.org>
+
+pkgname=gnome-icon-theme
+pkgver=3.2.0
+pkgrel=1
+pkgdesc="GNOME icon theme"
+arch=(any)
+depends=('hicolor-icon-theme' 'icon-naming-utils' 'gtk-update-icon-cache' 'gnome-icon-theme-symbolic')
+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}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz)
+sha256sums=('7e622748d6d9f96edbccad3f44acbba9b4583db7df69e076067c80489c593328')
+
+build() {
+    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"
+}

Copied: gnome-icon-theme/repos/testing-any/gnome-icon-theme.install (from rev 138832, gnome-icon-theme/repos/gnome-unstable-any/gnome-icon-theme.install)
===================================================================
--- testing-any/gnome-icon-theme.install	                        (rev 0)
+++ testing-any/gnome-icon-theme.install	2011-09-28 19:30:26 UTC (rev 138919)
@@ -0,0 +1,11 @@
+post_install() {
+  gtk-update-icon-cache -q -t -f usr/share/icons/gnome
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}




More information about the arch-commits mailing list