[arch-commits] Commit in icon-naming-utils/repos/extra-any (4 files)

Felix Yan fyan at nymeria.archlinux.org
Tue Jul 1 14:16:40 UTC 2014


    Date: Tuesday, July 1, 2014 @ 16:16:40
  Author: fyan
Revision: 216069

archrelease: copy trunk to extra-any

Added:
  icon-naming-utils/repos/extra-any/PKGBUILD
    (from rev 216068, icon-naming-utils/trunk/PKGBUILD)
  icon-naming-utils/repos/extra-any/remove-legacy-calc.patch
    (from rev 216068, icon-naming-utils/trunk/remove-legacy-calc.patch)
Deleted:
  icon-naming-utils/repos/extra-any/PKGBUILD
  icon-naming-utils/repos/extra-any/remove-legacy-calc.patch

--------------------------+
 PKGBUILD                 |   60 ++++++++++++++++++++++-----------------------
 remove-legacy-calc.patch |   30 +++++++++++-----------
 2 files changed, 45 insertions(+), 45 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2014-07-01 14:15:58 UTC (rev 216068)
+++ PKGBUILD	2014-07-01 14:16:40 UTC (rev 216069)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot <jgc at archlinux.org>
-# Contributor: William Rea <sillywilly at gmail.com>
-
-pkgname=icon-naming-utils
-pkgver=0.8.90
-pkgrel=2
-pkgdesc="Maps the new names of icons for Tango to the legacy names used by the GNOME and KDE desktops."
-arch=(any)
-license=('GPL')
-url="http://tango.freedesktop.org/"
-depends=('perl-xml-simple')
-source=(ftp://ftp.archlinux.org/other/$pkgname/$pkgname-$pkgver.tar.gz
-        remove-legacy-calc.patch)
-md5sums=('2c5c7a418e5eb3268f65e21993277fba'
-         'd3490e31df95ae11c96f0af2a9ef2ed0')
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-  patch -Np1 -i "$srcdir/remove-legacy-calc.patch"
-  ./configure --prefix=/usr --sysconfdir=/etc \
-              --libexecdir=/usr/lib/icon-naming-utils \
-	      --localstatedir=/var
-  make
-}
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-  make DESTDIR="$pkgdir" install
-  mv "$pkgdir/usr/share/pkgconfig" "$pkgdir/usr/lib/pkgconfig"
-}

Copied: icon-naming-utils/repos/extra-any/PKGBUILD (from rev 216068, icon-naming-utils/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2014-07-01 14:16:40 UTC (rev 216069)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Jan de Groot <jgc at archlinux.org>
+# Contributor: William Rea <sillywilly at gmail.com>
+
+pkgname=icon-naming-utils
+pkgver=0.8.90
+pkgrel=3
+pkgdesc="Maps the new names of icons for Tango to the legacy names used by the GNOME and KDE desktops."
+arch=(any)
+license=('GPL')
+url="http://tango.freedesktop.org/"
+depends=('perl-xml-simple')
+source=(ftp://ftp.archlinux.org/other/$pkgname/$pkgname-$pkgver.tar.gz
+        remove-legacy-calc.patch)
+md5sums=('2c5c7a418e5eb3268f65e21993277fba'
+         'd3490e31df95ae11c96f0af2a9ef2ed0')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+  patch -Np1 -i "$srcdir/remove-legacy-calc.patch"
+  ./configure --prefix=/usr --sysconfdir=/etc \
+              --libexecdir=/usr/lib/icon-naming-utils \
+	      --localstatedir=/var
+  make
+}
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+  make DESTDIR="$pkgdir" install
+  mv "$pkgdir/usr/share/pkgconfig" "$pkgdir/usr/lib/pkgconfig"
+}

Deleted: remove-legacy-calc.patch
===================================================================
--- remove-legacy-calc.patch	2014-07-01 14:15:58 UTC (rev 216068)
+++ remove-legacy-calc.patch	2014-07-01 14:16:40 UTC (rev 216069)
@@ -1,15 +0,0 @@
-diff -Nur icon-naming-utils-0.8.90.orig/legacy-icon-mapping.xml icon-naming-utils-0.8.90/legacy-icon-mapping.xml
---- icon-naming-utils-0.8.90.orig/legacy-icon-mapping.xml	2011-06-06 12:18:27.059555925 +0000
-+++ icon-naming-utils-0.8.90/legacy-icon-mapping.xml	2011-06-06 12:18:47.709737921 +0000
-@@ -427,11 +427,6 @@
- 	</icon>
-     </context>
-     <context dir="apps">
--	<icon name="accessories-calculator">
--	    <link>gnome-calculator</link>
--	    <link>kcalc</link>
--	    <link>calc</link>
--	</icon>
- 	<icon name="accessories-character-map">
- 	    <link>gnome-character-map</link>
- 	    <link>gucharmap</link>

Copied: icon-naming-utils/repos/extra-any/remove-legacy-calc.patch (from rev 216068, icon-naming-utils/trunk/remove-legacy-calc.patch)
===================================================================
--- remove-legacy-calc.patch	                        (rev 0)
+++ remove-legacy-calc.patch	2014-07-01 14:16:40 UTC (rev 216069)
@@ -0,0 +1,15 @@
+diff -Nur icon-naming-utils-0.8.90.orig/legacy-icon-mapping.xml icon-naming-utils-0.8.90/legacy-icon-mapping.xml
+--- icon-naming-utils-0.8.90.orig/legacy-icon-mapping.xml	2011-06-06 12:18:27.059555925 +0000
++++ icon-naming-utils-0.8.90/legacy-icon-mapping.xml	2011-06-06 12:18:47.709737921 +0000
+@@ -427,11 +427,6 @@
+ 	</icon>
+     </context>
+     <context dir="apps">
+-	<icon name="accessories-calculator">
+-	    <link>gnome-calculator</link>
+-	    <link>kcalc</link>
+-	    <link>calc</link>
+-	</icon>
+ 	<icon name="accessories-character-map">
+ 	    <link>gnome-character-map</link>
+ 	    <link>gucharmap</link>




More information about the arch-commits mailing list