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

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


    Date: Wednesday, April 10, 2013 @ 21:12:42
  Author: heftig
Revision: 182502

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

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

-----------------------------------+
 PKGBUILD                          |   33 +++++++++++++++++++++++++++++++++
 gnome-icon-theme-symbolic.install |   11 +++++++++++
 gnome-icon-theme-symbolic.pc.in   |    6 ++++++
 3 files changed, 50 insertions(+)

Copied: gnome-icon-theme-symbolic/repos/testing-any/PKGBUILD (from rev 182430, gnome-icon-theme-symbolic/repos/staging-any/PKGBUILD)
===================================================================
--- testing-any/PKGBUILD	                        (rev 0)
+++ testing-any/PKGBUILD	2013-04-10 19:12:42 UTC (rev 182502)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Jan "heftig" Steffens <jan.steffens at gmail.com>
+# Contributor: Ionut Biru <ibiru at archlinux.org>
+
+pkgname=gnome-icon-theme-symbolic
+pkgver=3.8.0.1
+pkgrel=1
+pkgdesc="GNOME icon theme, symbolic icons"
+arch=(any)
+depends=('gtk-update-icon-cache' 'icon-naming-utils' 'hicolor-icon-theme')
+makedepends=('intltool')
+url="http://www.gnome.org"
+license=('GPL')
+install=gnome-icon-theme-symbolic.install
+groups=('gnome')
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:3}/$pkgname-$pkgver.tar.xz
+        gnome-icon-theme-symbolic.pc.in)
+sha256sums=('b2fc2a319b1b3b5d74899c2001616b1317d2ec73b462918b240da1beada38342'
+            'eff5b212c3e67c2ee2ee4d038bbec57a12ecc274fb5ffeddf06e332a7036af7c')
+
+build() {
+  cd "$pkgname-$pkgver"
+  # HACK: Upstream maintainer generated the tarball with outdated Makefiles, check if this is still needed on updates
+  cp ../gnome-icon-theme-symbolic.pc.in .
+
+  GTK_UPDATE_ICON_CACHE=/bin/true ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+  make DESTDIR="$pkgdir" install
+}

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

Copied: gnome-icon-theme-symbolic/repos/testing-any/gnome-icon-theme-symbolic.pc.in (from rev 182430, gnome-icon-theme-symbolic/repos/staging-any/gnome-icon-theme-symbolic.pc.in)
===================================================================
--- testing-any/gnome-icon-theme-symbolic.pc.in	                        (rev 0)
+++ testing-any/gnome-icon-theme-symbolic.pc.in	2013-04-10 19:12:42 UTC (rev 182502)
@@ -0,0 +1,6 @@
+Name: gnome-icon-theme-symbolic
+Description: A collection of symbolic icons used as the basis for GNOME themes
+Version: @VERSION@
+Requires:
+Libs:
+Cflags:




More information about the arch-commits mailing list