[arch-commits] Commit in mate-icon-theme/repos/community-any (PKGBUILD PKGBUILD)

Antonio Rojas arojas at archlinux.org
Thu Apr 20 22:50:30 UTC 2017


    Date: Thursday, April 20, 2017 @ 22:50:29
  Author: arojas
Revision: 224029

archrelease: copy trunk to community-any

Added:
  mate-icon-theme/repos/community-any/PKGBUILD
    (from rev 224028, mate-icon-theme/trunk/PKGBUILD)
Deleted:
  mate-icon-theme/repos/community-any/PKGBUILD

----------+
 PKGBUILD |   52 ++++++++++++++++++++++++++--------------------------
 1 file changed, 26 insertions(+), 26 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2017-04-20 22:50:04 UTC (rev 224028)
+++ PKGBUILD	2017-04-20 22:50:29 UTC (rev 224029)
@@ -1,26 +0,0 @@
-# Contributor: Martin Wimpress <code at flexion.org>
-
-pkgname=mate-icon-theme
-pkgver=1.18.1
-pkgrel=1
-pkgdesc="MATE icon theme"
-url="http://mate-desktop.org"
-arch=('any')
-license=('LGPL')
-options=('!emptydirs')
-makedepends=('icon-naming-utils' 'intltool')
-groups=('mate')
-source=("http://pub.mate-desktop.org/releases/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz")
-sha1sums=('d015231f8c56b84de5978ff2083ae01b4a2854c9')
-
-build() {
-    cd ${pkgname}-${pkgver}
-    ./configure \
-        --prefix=/usr
-    make
-}
-
-package() {
-    cd ${pkgname}-${pkgver}
-    make DESTDIR="${pkgdir}" install
-}

Copied: mate-icon-theme/repos/community-any/PKGBUILD (from rev 224028, mate-icon-theme/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2017-04-20 22:50:29 UTC (rev 224029)
@@ -0,0 +1,26 @@
+# Contributor: Martin Wimpress <code at flexion.org>
+
+pkgname=mate-icon-theme
+pkgver=1.18.2
+pkgrel=1
+pkgdesc="MATE icon theme"
+url="http://mate-desktop.org"
+arch=('any')
+license=('LGPL')
+options=('!emptydirs')
+makedepends=('icon-naming-utils' 'intltool')
+groups=('mate')
+source=("http://pub.mate-desktop.org/releases/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz")
+sha1sums=('f5fd084b18edf27f7522839361683371fdd565c9')
+
+build() {
+    cd ${pkgname}-${pkgver}
+    ./configure \
+        --prefix=/usr
+    make
+}
+
+package() {
+    cd ${pkgname}-${pkgver}
+    make DESTDIR="${pkgdir}" install
+}



More information about the arch-commits mailing list