[arch-commits] Commit in mate-icon-theme-faenza/repos/community-staging-any (2 files)

Antonio Rojas arojas at archlinux.org
Sat Sep 24 14:55:59 UTC 2016


    Date: Saturday, September 24, 2016 @ 14:55:59
  Author: arojas
Revision: 190367

archrelease: copy trunk to community-staging-any

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

----------+
 PKGBUILD |   64 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 32 insertions(+), 32 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2016-09-24 14:55:34 UTC (rev 190366)
+++ PKGBUILD	2016-09-24 14:55:59 UTC (rev 190367)
@@ -1,32 +0,0 @@
-# Contributor: Martin Wimpress <code at flexion.org>
-
-_ver=1.14
-pkgname=mate-icon-theme-faenza
-pkgver=${_ver}.0
-pkgrel=1
-pkgdesc="Faenza icon theme for MATE"
-url="http://mate-desktop.org"
-arch=('any')
-license=('GPL')
-makedepends=('mate-common')
-options=(!strip)
-groups=('mate-extra' 'mate-extra-gtk3')
-source=("http://pub.mate-desktop.org/releases/${_ver}/${pkgname}-${pkgver}.tar.xz")
-sha1sums=('2a4b5e57d0ea3099bb0683f37e4f9eff62888d86')
-
-prepare() {
-    cd "${srcdir}/${pkgname}-${pkgver}"
-    NOCONFIGURE=1 ./autogen.sh
-}
-
-build() {
-    cd "${srcdir}/${pkgname}-${pkgver}"
-    ./configure \
-        --prefix=/usr
-    make
-}
-
-package() {
-    cd "${srcdir}/${pkgname}-${pkgver}"
-    make DESTDIR="${pkgdir}" install
-}

Copied: mate-icon-theme-faenza/repos/community-staging-any/PKGBUILD (from rev 190366, mate-icon-theme-faenza/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2016-09-24 14:55:59 UTC (rev 190367)
@@ -0,0 +1,32 @@
+# Contributor: Martin Wimpress <code at flexion.org>
+
+_ver=1.16
+pkgname=mate-icon-theme-faenza
+pkgver=${_ver}.0
+pkgrel=1
+pkgdesc="Faenza icon theme for MATE"
+url="http://mate-desktop.org"
+arch=('any')
+license=('GPL')
+makedepends=('mate-common')
+options=(!strip)
+groups=('mate-extra' 'mate-extra-gtk3')
+source=("http://pub.mate-desktop.org/releases/${_ver}/${pkgname}-${pkgver}.tar.xz")
+sha1sums=('0f6a27fed21f30d778dd045f6a0f2ba1c5d994d7')
+
+prepare() {
+    cd "${srcdir}/${pkgname}-${pkgver}"
+    NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+    cd "${srcdir}/${pkgname}-${pkgver}"
+    ./configure \
+        --prefix=/usr
+    make
+}
+
+package() {
+    cd "${srcdir}/${pkgname}-${pkgver}"
+    make DESTDIR="${pkgdir}" install
+}



More information about the arch-commits mailing list