[arch-commits] Commit in hicolor-icon-theme/repos/extra-any (PKGBUILD PKGBUILD)

Jan de Groot jgc at archlinux.org
Thu Nov 9 21:50:47 UTC 2017


    Date: Thursday, November 9, 2017 @ 21:50:44
  Author: jgc
Revision: 309343

archrelease: copy trunk to extra-any

Added:
  hicolor-icon-theme/repos/extra-any/PKGBUILD
    (from rev 309342, hicolor-icon-theme/trunk/PKGBUILD)
Deleted:
  hicolor-icon-theme/repos/extra-any/PKGBUILD

----------+
 PKGBUILD |   46 +++++++++++++++++++++++-----------------------
 1 file changed, 23 insertions(+), 23 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2017-11-09 21:50:26 UTC (rev 309342)
+++ PKGBUILD	2017-11-09 21:50:44 UTC (rev 309343)
@@ -1,23 +0,0 @@
-# $Id$
-# Maintainer: Jan De Groot <jgc at archlinux.org>
-
-pkgname=hicolor-icon-theme
-pkgver=0.15
-pkgrel=1
-pkgdesc="Freedesktop.org Hicolor icon theme"
-arch=('any')
-url="http://www.freedesktop.org/wiki/Software/icon-theme/"
-license=('GPL2')
-source=("http://icon-theme.freedesktop.org/releases/${pkgname}-${pkgver}.tar.xz")
-sha1sums=('368ecc47521e1a2f72cef0171bee02aae876ff53')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="${pkgdir}" install
-}

Copied: hicolor-icon-theme/repos/extra-any/PKGBUILD (from rev 309342, hicolor-icon-theme/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2017-11-09 21:50:44 UTC (rev 309343)
@@ -0,0 +1,23 @@
+# $Id$
+# Maintainer: Jan De Groot <jgc at archlinux.org>
+
+pkgname=hicolor-icon-theme
+pkgver=0.17
+pkgrel=1
+pkgdesc="Freedesktop.org Hicolor icon theme"
+arch=('any')
+url="https://www.freedesktop.org/wiki/Software/icon-theme/"
+license=('GPL2')
+source=("https://icon-theme.freedesktop.org/releases/${pkgname}-${pkgver}.tar.xz")
+sha256sums=('317484352271d18cbbcfac3868eab798d67fff1b8402e740baa6ff41d588a9d8')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="${pkgdir}" install
+}



More information about the arch-commits mailing list