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

Jan Steffens heftig at nymeria.archlinux.org
Sat Mar 29 19:19:35 UTC 2014


    Date: Saturday, March 29, 2014 @ 20:19:35
  Author: heftig
Revision: 209146

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 209145, gnome-icon-theme-extras/trunk/PKGBUILD)
  gnome-icon-theme-extras/repos/gnome-unstable-any/gnome-icon-theme-extras.install
    (from rev 209145, 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 209145, gnome-icon-theme-extras/trunk/PKGBUILD)
===================================================================
--- gnome-unstable-any/PKGBUILD	                        (rev 0)
+++ gnome-unstable-any/PKGBUILD	2014-03-29 19:19:35 UTC (rev 209146)
@@ -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.12.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=('4eec6cea8a7b09c4ed6ebab1a3b42539b9c61a53bec4b8872e774611cc619608')
+
+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 209145, 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	2014-03-29 19:19:35 UTC (rev 209146)
@@ -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