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

Felix Yan felixonmars at archlinux.org
Mon May 25 14:07:46 UTC 2020


    Date: Monday, May 25, 2020 @ 14:07:45
  Author: felixonmars
Revision: 634379

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2020-05-25 14:07:28 UTC (rev 634378)
+++ PKGBUILD	2020-05-25 14:07:45 UTC (rev 634379)
@@ -1,26 +0,0 @@
-# Contributor: Martin Wimpress <code at flexion.org>
-
-pkgname=mate-icon-theme-faenza
-pkgver=1.20.0
-pkgrel=1
-pkgdesc="Faenza icon theme for MATE"
-url="http://mate-desktop.org"
-arch=('any')
-license=('GPL')
-makedepends=('mate-common')
-groups=('mate-extra')
-source=("http://pub.mate-desktop.org/releases/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz")
-sha1sums=('08f32e19012bc7501ac445b1a6e13f7cba0a113a')
-
-build() {
-    cd ${pkgname}-${pkgver}
-    ./autogen.sh
-    ./configure \
-        --prefix=/usr
-    make
-}
-
-package() {
-    cd ${pkgname}-${pkgver}
-    make DESTDIR="${pkgdir}" install
-}

Copied: mate-icon-theme-faenza/repos/community-any/PKGBUILD (from rev 634378, mate-icon-theme-faenza/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2020-05-25 14:07:45 UTC (rev 634379)
@@ -0,0 +1,26 @@
+# Contributor: Martin Wimpress <code at flexion.org>
+
+pkgname=mate-icon-theme-faenza
+pkgver=1.20.0
+pkgrel=2
+pkgdesc="Faenza icon theme for MATE"
+url="https://mate-desktop.org"
+arch=('any')
+license=('GPL')
+makedepends=('mate-common')
+groups=('mate-extra')
+source=("https://pub.mate-desktop.org/releases/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz")
+sha1sums=('08f32e19012bc7501ac445b1a6e13f7cba0a113a')
+
+build() {
+    cd ${pkgname}-${pkgver}
+    ./autogen.sh
+    ./configure \
+        --prefix=/usr
+    make
+}
+
+package() {
+    cd ${pkgname}-${pkgver}
+    make DESTDIR="${pkgdir}" install
+}



More information about the arch-commits mailing list