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

Antonio Rojas arojas at archlinux.org
Fri Apr 16 20:11:23 UTC 2021


    Date: Friday, April 16, 2021 @ 20:11:23
  Author: arojas
Revision: 919567

archrelease: copy trunk to community-any

Added:
  mate-themes/repos/community-any/PKGBUILD
    (from rev 919566, mate-themes/trunk/PKGBUILD)
Deleted:
  mate-themes/repos/community-any/PKGBUILD

----------+
 PKGBUILD |   60 ++++++++++++++++++++++++++++++------------------------------
 1 file changed, 30 insertions(+), 30 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-04-16 20:11:13 UTC (rev 919566)
+++ PKGBUILD	2021-04-16 20:11:23 UTC (rev 919567)
@@ -1,30 +0,0 @@
-# Maintainer: Brad Fanella <cesura at archlinux.org>
-# Contributor: Martin Wimpress <code at flexion.org>
-
-pkgname=mate-themes
-pkgver=3.22.21
-pkgrel=1
-pkgdesc="Default themes for the MATE desktop"
-url="http://mate-desktop.org"
-arch=('any')
-license=('GPL')
-makedepends=('gtk2' 'intltool')
-optdepends=('gtk-engines: for gtk2 themes'
-            'gtk-engine-murrine: for gtk2 themes'
-            'mate-icon-theme: default icon theme')
-options=('!emptydirs')
-groups=('mate')
-source=("https://pub.mate-desktop.org/releases/themes/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz")
-sha256sums=('d668c578fd10d6e2a46932df1cb8852f77923193f0b88fb327e89d80f0162f14')
-
-build() {
-    	cd "${pkgname}-${pkgver}"
-    	./configure \
-        	--prefix=/usr
-    	make
-}
-
-package() {
-    	cd "${pkgname}-${pkgver}"
-    	make DESTDIR="${pkgdir}" install
-}

Copied: mate-themes/repos/community-any/PKGBUILD (from rev 919566, mate-themes/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-04-16 20:11:23 UTC (rev 919567)
@@ -0,0 +1,30 @@
+# Maintainer: Brad Fanella <cesura at archlinux.org>
+# Contributor: Martin Wimpress <code at flexion.org>
+
+pkgname=mate-themes
+pkgver=3.22.22
+pkgrel=1
+pkgdesc="Default themes for the MATE desktop"
+url="http://mate-desktop.org"
+arch=('any')
+license=('GPL')
+makedepends=('gtk2' 'intltool')
+optdepends=('gtk-engines: for gtk2 themes'
+            'gtk-engine-murrine: for gtk2 themes'
+            'mate-icon-theme: default icon theme')
+options=('!emptydirs')
+groups=('mate')
+source=("https://pub.mate-desktop.org/releases/themes/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz")
+sha256sums=('bd00affe5aec217656c0af21496a4c66fd5f6f3e9e93b42fc96b54771d6f99a1')
+
+build() {
+    	cd "${pkgname}-${pkgver}"
+    	./configure \
+        	--prefix=/usr
+    	make
+}
+
+package() {
+    	cd "${pkgname}-${pkgver}"
+    	make DESTDIR="${pkgdir}" install
+}



More information about the arch-commits mailing list