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

2018-06-03 Thread Jan de Groot via arch-commits
Date: Sunday, June 3, 2018 @ 21:23:20
  Author: jgc
Revision: 325709

archrelease: copy trunk to extra-any

Added:
  icon-naming-utils/repos/extra-any/PKGBUILD
(from rev 325708, icon-naming-utils/trunk/PKGBUILD)
  icon-naming-utils/repos/extra-any/remove-legacy-calc.patch
(from rev 325708, 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 |   65 -
 remove-legacy-calc.patch |   30 ++--
 2 files changed, 50 insertions(+), 45 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-06-03 21:23:17 UTC (rev 325708)
+++ PKGBUILD2018-06-03 21:23:20 UTC (rev 325709)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot 
-# Contributor: William Rea 
-
-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=(https://sources.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 325708, 
icon-naming-utils/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-06-03 21:23:20 UTC (rev 325709)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Jan de Groot 
+# Contributor: William Rea 
+
+pkgname=icon-naming-utils
+pkgver=0.8.90
+pkgrel=4
+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=(https://sources.archlinux.org/other/$pkgname/$pkgname-$pkgver.tar.gz
+remove-legacy-calc.patch)
+sha256sums=('044ab2199ed8c6a55ce36fd4fcd8b8021a5e21f5bab028c0a7cdcf52a5902e1c'
+'35afd197c9259fe6142c38e34aa5d033b4285188c81218dc918dc0c81a115792')
+
+prepare() {
+  cd "$srcdir/$pkgname-$pkgver"
+  patch -Np1 -i "$srcdir/remove-legacy-calc.patch"
+}
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+  ./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.patch2018-06-03 21:23:17 UTC (rev 325708)
+++ remove-legacy-calc.patch2018-06-03 21:23:20 UTC (rev 325709)
@@ -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 +
-+++ icon-naming-utils-0.8.90/legacy-icon-mapping.xml   2011-06-06 
12:18:47.709737921 +
-@@ -427,11 +427,6 @@
-   
- 
- 
--  
--  gnome-calculator
--  kcalc
--  calc
--  
-   
-   gnome-character-map
-   gucharmap

Copied: icon-naming-utils/repos/extra-any/remove-legacy-calc.patch (from rev 
325708, icon-naming-utils/trunk/remove-legacy-calc.patch)
===
--- remove-legacy-calc.patch(rev 0)
+++ remove-legacy-calc.patch2018-06-03 21:23:20 UTC (rev 325709)
@@ -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 +
 icon-naming-utils-0.8.90/legacy-icon-mapping.xml   2011-06-06 
12:18:47.709737921 +
+@@ -427,11 +427,6 @@
+   
+ 
+ 
+-  
+-  gnome-calculator
+-  kcalc
+-  calc
+-  
+   
+   gnome-character-map
+   gucharmap


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

2014-07-01 Thread Felix Yan
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
===
--- PKGBUILD2014-07-01 14:15:58 UTC (rev 216068)
+++ PKGBUILD2014-07-01 14:16:40 UTC (rev 216069)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot j...@archlinux.org
-# Contributor: William Rea sillywi...@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)
+++ PKGBUILD2014-07-01 14:16:40 UTC (rev 216069)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+# Contributor: William Rea sillywi...@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.patch2014-07-01 14:15:58 UTC (rev 216068)
+++ remove-legacy-calc.patch2014-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 +
-+++ icon-naming-utils-0.8.90/legacy-icon-mapping.xml   2011-06-06 
12:18:47.709737921 +
-@@ -427,11 +427,6 @@
-   /icon
- /context
- context dir=apps
--  icon name=accessories-calculator
--  linkgnome-calculator/link
--  linkkcalc/link
--  linkcalc/link
--  /icon
-   icon name=accessories-character-map
-   linkgnome-character-map/link
-   linkgucharmap/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.patch2014-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 +
 icon-naming-utils-0.8.90/legacy-icon-mapping.xml   2011-06-06 
12:18:47.709737921 +
+@@ -427,11 +427,6 @@
+   /icon
+ /context
+ context dir=apps
+-  icon name=accessories-calculator
+-  linkgnome-calculator/link
+-  linkkcalc/link
+-  linkcalc/link
+-  /icon
+   icon name=accessories-character-map
+   linkgnome-character-map/link
+   linkgucharmap/link



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

2011-11-22 Thread Ionut Biru
Date: Tuesday, November 22, 2011 @ 04:48:19
  Author: ibiru
Revision: 143061

archrelease: copy trunk to extra-any

Added:
  icon-naming-utils/repos/extra-any/PKGBUILD
(from rev 143060, icon-naming-utils/trunk/PKGBUILD)
  icon-naming-utils/repos/extra-any/remove-legacy-calc.patch
(from rev 143060, 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
===
--- PKGBUILD2011-11-22 09:47:48 UTC (rev 143060)
+++ PKGBUILD2011-11-22 09:48:19 UTC (rev 143061)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot j...@archlinux.org
-# Contributor: William Rea sillywi...@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=(http://tango.freedesktop.org/releases/${pkgname}-${pkgver}.tar.bz2
-remove-legacy-calc.patch)
-md5sums=('dd8108b56130b9eedc4042df634efa66'
- '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 143060, 
icon-naming-utils/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2011-11-22 09:48:19 UTC (rev 143061)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+# Contributor: William Rea sillywi...@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
+}

Deleted: remove-legacy-calc.patch
===
--- remove-legacy-calc.patch2011-11-22 09:47:48 UTC (rev 143060)
+++ remove-legacy-calc.patch2011-11-22 09:48:19 UTC (rev 143061)
@@ -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 +
-+++ icon-naming-utils-0.8.90/legacy-icon-mapping.xml   2011-06-06 
12:18:47.709737921 +
-@@ -427,11 +427,6 @@
-   /icon
- /context
- context dir=apps
--  icon name=accessories-calculator
--  linkgnome-calculator/link
--  linkkcalc/link
--  linkcalc/link
--  /icon
-   icon name=accessories-character-map
-   linkgnome-character-map/link
-   linkgucharmap/link

Copied: icon-naming-utils/repos/extra-any/remove-legacy-calc.patch (from rev 
143060, icon-naming-utils/trunk/remove-legacy-calc.patch)
===
--- remove-legacy-calc.patch(rev 0)
+++ remove-legacy-calc.patch2011-11-22 09:48:19 UTC (rev 143061)
@@ -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 +
 icon-naming-utils-0.8.90/legacy-icon-mapping.xml   2011-06-06 
12:18:47.709737921 +
+@@ -427,11 +427,6 @@
+   /icon
+ /context
+ context dir=apps
+-  icon name=accessories-calculator
+-  linkgnome-calculator/link
+-  linkkcalc/link
+-  linkcalc/link
+-  /icon
+   icon name=accessories-character-map
+   linkgnome-character-map/link
+   linkgucharmap/link