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

Jan Steffens heftig at nymeria.archlinux.org
Wed Apr 10 19:12:41 UTC 2013


    Date: Wednesday, April 10, 2013 @ 21:12:41
  Author: heftig
Revision: 182501

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

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

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

Copied: gnome-icon-theme/repos/testing-any/PKGBUILD (from rev 182430, gnome-icon-theme/repos/staging-any/PKGBUILD)
===================================================================
--- testing-any/PKGBUILD	                        (rev 0)
+++ testing-any/PKGBUILD	2013-04-10 19:12:41 UTC (rev 182501)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Jan de Groot <jgc at archlinux.org>
+
+pkgname=gnome-icon-theme
+pkgver=3.8.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
+options=('!emptydirs')
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
+sha256sums=('e4f7c73e33eb8693e3adbab7df60fbb5f6dd147116ac04d9bd26986e41071270')
+
+build() {
+    cd "$pkgname-$pkgver"
+    ./configure --prefix=/usr
+    make
+}
+
+package() {
+    cd "$pkgname-$pkgver"
+    make DESTDIR="$pkgdir" install
+    rm -f  "${pkgdir}/usr/share/icons/gnome/icon-theme.cache"
+}

Copied: gnome-icon-theme/repos/testing-any/gnome-icon-theme.install (from rev 182430, gnome-icon-theme/repos/staging-any/gnome-icon-theme.install)
===================================================================
--- testing-any/gnome-icon-theme.install	                        (rev 0)
+++ testing-any/gnome-icon-theme.install	2013-04-10 19:12:41 UTC (rev 182501)
@@ -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