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

Jan Steffens heftig at archlinux.org
Fri Mar 30 18:31:53 UTC 2012


    Date: Friday, March 30, 2012 @ 14:31:53
  Author: heftig
Revision: 154803

archrelease: copy trunk to gnome-unstable-any

Added:
  gnome-icon-theme-extras/repos/gnome-unstable-any/
  gnome-icon-theme-extras/repos/gnome-unstable-any/PKGBUILD
    (from rev 154802, gnome-icon-theme-extras/trunk/PKGBUILD)
  gnome-icon-theme-extras/repos/gnome-unstable-any/gnome-icon-theme-extras.install
    (from rev 154802, gnome-icon-theme-extras/trunk/gnome-icon-theme-extras.install)

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

Copied: gnome-icon-theme-extras/repos/gnome-unstable-any/PKGBUILD (from rev 154802, gnome-icon-theme-extras/trunk/PKGBUILD)
===================================================================
--- gnome-unstable-any/PKGBUILD	                        (rev 0)
+++ gnome-unstable-any/PKGBUILD	2012-03-30 18:31:53 UTC (rev 154803)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) <jan.steffens at gmail.com>
+# Contributor: Jan de Groot <jgc at archlinux.org>
+
+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/gnome-unstable-any/gnome-icon-theme-extras.install (from rev 154802, gnome-icon-theme-extras/trunk/gnome-icon-theme-extras.install)
===================================================================
--- gnome-unstable-any/gnome-icon-theme-extras.install	                        (rev 0)
+++ gnome-unstable-any/gnome-icon-theme-extras.install	2012-03-30 18:31:53 UTC (rev 154803)
@@ -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