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

Antonio Rojas arojas at gemini.archlinux.org
Sun Aug 8 18:26:39 UTC 2021


    Date: Sunday, August 8, 2021 @ 18:26:39
  Author: arojas
Revision: 995456

archrelease: copy trunk to community-any

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

----------+
 PKGBUILD |   56 ++++++++++++++++++++++++++++----------------------------
 1 file changed, 28 insertions(+), 28 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-08-08 18:26:29 UTC (rev 995455)
+++ PKGBUILD	2021-08-08 18:26:39 UTC (rev 995456)
@@ -1,28 +0,0 @@
-# Maintainer: Brad Fanella <cesura at archlinux.org>
-# Contributor: Martin Wimpress <code at flexion.org>
-
-pkgname=mate-icon-theme
-pkgver=1.24.0
-pkgrel=1
-pkgdesc="MATE icon theme"
-url="https://mate-desktop.org"
-arch=('any')
-license=('LGPL')
-options=('!emptydirs')
-depends=('gettext')
-makedepends=('icon-naming-utils')
-groups=('mate')
-source=("https://pub.mate-desktop.org/releases/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz")
-sha256sums=('ca9e5387439fcf7eed53eb33f10a6d3ae51b4d96af525eed6f8cf31d83f95428')
-
-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 995455, mate-icon-theme/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-08-08 18:26:39 UTC (rev 995456)
@@ -0,0 +1,28 @@
+# Maintainer: Brad Fanella <cesura at archlinux.org>
+# Contributor: Martin Wimpress <code at flexion.org>
+
+pkgname=mate-icon-theme
+pkgver=1.26.0
+pkgrel=1
+pkgdesc="MATE icon theme"
+url="https://mate-desktop.org"
+arch=('any')
+license=('LGPL')
+options=('!emptydirs')
+depends=('gettext')
+makedepends=('icon-naming-utils')
+groups=('mate')
+source=("https://pub.mate-desktop.org/releases/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz")
+sha256sums=('41f50436d57f425e54fd9557541be77fb291e03aacd55f7991c042e84a290a5a')
+
+build() {
+   	cd "${pkgname}-${pkgver}"
+    	./configure \
+        	--prefix=/usr
+    	make
+}
+
+package() {
+    	cd "${pkgname}-${pkgver}"
+    	make DESTDIR="${pkgdir}" install
+}



More information about the arch-commits mailing list