[arch-commits] Commit in gnome-icon-theme-symbolic/trunk (2 files)

Jan Steffens heftig at nymeria.archlinux.org
Tue May 7 22:37:57 UTC 2013


    Date: Wednesday, May 8, 2013 @ 00:37:57
  Author: heftig
Revision: 184757

Add librsvg dep; cleanup

Modified:
  gnome-icon-theme-symbolic/trunk/PKGBUILD
Deleted:
  gnome-icon-theme-symbolic/trunk/gnome-icon-theme-symbolic.pc.in

---------------------------------+
 PKGBUILD                        |   19 +++++++------------
 gnome-icon-theme-symbolic.pc.in |    6 ------
 2 files changed, 7 insertions(+), 18 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2013-05-07 16:48:04 UTC (rev 184756)
+++ PKGBUILD	2013-05-07 22:37:57 UTC (rev 184757)
@@ -4,25 +4,20 @@
 
 pkgname=gnome-icon-theme-symbolic
 pkgver=3.8.0.1
-pkgrel=1
+pkgrel=2
 pkgdesc="GNOME icon theme, symbolic icons"
 arch=(any)
-depends=('gtk-update-icon-cache' 'icon-naming-utils' 'hicolor-icon-theme')
-makedepends=('intltool')
+depends=(gtk-update-icon-cache icon-naming-utils hicolor-icon-theme librsvg)
+makedepends=(intltool)
 url="http://www.gnome.org"
-license=('GPL')
+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')
+groups=(gnome)
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:3}/$pkgname-$pkgver.tar.xz)
+sha256sums=('b2fc2a319b1b3b5d74899c2001616b1317d2ec73b462918b240da1beada38342')
 
 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
 }

Deleted: gnome-icon-theme-symbolic.pc.in
===================================================================
--- gnome-icon-theme-symbolic.pc.in	2013-05-07 16:48:04 UTC (rev 184756)
+++ gnome-icon-theme-symbolic.pc.in	2013-05-07 22:37:57 UTC (rev 184757)
@@ -1,6 +0,0 @@
-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