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

Brad Fanella cesura at archlinux.org
Mon May 20 09:43:00 UTC 2019


    Date: Monday, May 20, 2019 @ 09:42:59
  Author: cesura
Revision: 468055

archrelease: copy trunk to community-any

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

----------+
 PKGBUILD |   54 +++++++++++++++++++++++++++---------------------------
 1 file changed, 27 insertions(+), 27 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2019-05-20 09:42:42 UTC (rev 468054)
+++ PKGBUILD	2019-05-20 09:42:59 UTC (rev 468055)
@@ -1,27 +0,0 @@
-# Maintainer: Brad Fanella <cesura at archlinux.org>
-# Contributor: Martin Wimpress <code at flexion.org>
-
-pkgname=mate-icon-theme
-pkgver=1.22.0
-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")
-sha256sums=('0000e1f44745fe06f186dbf7a3c127b5714d3a1b326c1ae7e63cac606f771b24')
-
-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 468054, mate-icon-theme/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2019-05-20 09:42:59 UTC (rev 468055)
@@ -0,0 +1,27 @@
+# Maintainer: Brad Fanella <cesura at archlinux.org>
+# Contributor: Martin Wimpress <code at flexion.org>
+
+pkgname=mate-icon-theme
+pkgver=1.22.1
+pkgrel=1
+pkgdesc="MATE icon theme"
+url="https://mate-desktop.org"
+arch=('any')
+license=('LGPL')
+options=('!emptydirs')
+makedepends=('icon-naming-utils' 'intltool')
+groups=('mate')
+source=("https://pub.mate-desktop.org/releases/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz")
+sha256sums=('73448762d46612ebc3317ca50b677d96e6f45180384c6e0b89957092ebeac1de')
+
+build() {
+   	cd "${pkgname}-${pkgver}"
+    	./configure \
+        	--prefix=/usr
+    	make
+}
+
+package() {
+    	cd "${pkgname}-${pkgver}"
+    	make DESTDIR="${pkgdir}" install
+}



More information about the arch-commits mailing list