Date: Sunday, April 1, 2012 @ 07:33:17
  Author: heftig
Revision: 155118

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

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

---------------------------------+
 PKGBUILD                        |   28 ++++++++++++++++++++++++++++
 gnome-icon-theme-extras.install |   11 +++++++++++
 2 files changed, 39 insertions(+)

Copied: gnome-icon-theme-extras/repos/testing-any/PKGBUILD (from rev 155005, 
gnome-icon-theme-extras/repos/gnome-unstable-any/PKGBUILD)
===================================================================
--- testing-any/PKGBUILD                                (rev 0)
+++ testing-any/PKGBUILD        2012-04-01 11:33:17 UTC (rev 155118)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) <[email protected]>
+# Contributor: Jan de Groot <[email protected]>
+
+pkgname=gnome-icon-theme-extras
+pkgver=3.4.0
+pkgrel=1
+pkgdesc="GNOME icon theme, extra icons"
+arch=(any)
+depends=('gnome-icon-theme')
+makedepends=('intltool')
+url="http://www.gnome.org";
+license=('GPL')
+install=gnome-icon-theme-extras.install
+groups=('gnome')
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
+sha256sums=('d54492c2fb685a983bce4dec24db5831a2828f6479c98fbcd93a1f8370b4c373')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}

Copied: 
gnome-icon-theme-extras/repos/testing-any/gnome-icon-theme-extras.install (from 
rev 155005, 
gnome-icon-theme-extras/repos/gnome-unstable-any/gnome-icon-theme-extras.install)
===================================================================
--- testing-any/gnome-icon-theme-extras.install                         (rev 0)
+++ testing-any/gnome-icon-theme-extras.install 2012-04-01 11:33:17 UTC (rev 
155118)
@@ -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
+}

Reply via email to