[arch-commits] Commit in icon-naming-utils/trunk (PKGBUILD)

Jan de Groot jgc at archlinux.org
Sun Jun 3 21:23:17 UTC 2018


    Date: Sunday, June 3, 2018 @ 21:23:17
  Author: jgc
Revision: 325708

upgpkg: icon-naming-utils 0.8.90-4

Modified:
  icon-naming-utils/trunk/PKGBUILD

----------+
 PKGBUILD |   13 +++++++++----
 1 file changed, 9 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-06-03 21:19:53 UTC (rev 325707)
+++ PKGBUILD	2018-06-03 21:23:17 UTC (rev 325708)
@@ -4,7 +4,7 @@
 
 pkgname=icon-naming-utils
 pkgver=0.8.90
-pkgrel=3
+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')
@@ -12,17 +12,22 @@
 depends=('perl-xml-simple')
 source=(https://sources.archlinux.org/other/$pkgname/$pkgname-$pkgver.tar.gz
         remove-legacy-calc.patch)
-md5sums=('2c5c7a418e5eb3268f65e21993277fba'
-         'd3490e31df95ae11c96f0af2a9ef2ed0')
+sha256sums=('044ab2199ed8c6a55ce36fd4fcd8b8021a5e21f5bab028c0a7cdcf52a5902e1c'
+            '35afd197c9259fe6142c38e34aa5d033b4285188c81218dc918dc0c81a115792')
 
+prepare() {
+  cd "$srcdir/$pkgname-$pkgver"
+  patch -Np1 -i "$srcdir/remove-legacy-calc.patch"
+}
+
 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



More information about the arch-commits mailing list