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

Brad Fanella cesura at archlinux.org
Tue Feb 25 19:17:22 UTC 2020


    Date: Tuesday, February 25, 2020 @ 19:17:22
  Author: cesura
Revision: 581894

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2020-02-25 19:17:17 UTC (rev 581893)
+++ PKGBUILD	2020-02-25 19:17:22 UTC (rev 581894)
@@ -1,26 +0,0 @@
-# Maintainer: Brad Fanella <cesura at archlinux.org>
-# Contributor: Martin Wimpress <code at flexion.org>
-
-pkgname=mate-backgrounds
-pkgver=1.22.0
-pkgrel=1
-pkgdesc="Background images and data for MATE"
-url="http://mate-desktop.org"
-arch=('any')
-license=('GPL')
-makedepends=('intltool')
-groups=('mate')
-source=("http://pub.mate-desktop.org/releases/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz")
-sha256sums=('496e6cf2817759c06f0bf1ba255c731726958f315ca4b559ab048b8809802cc9')
-
-build() {
-    	cd "${pkgname}-${pkgver}"
-    	./configure \
-        	--prefix=/usr
-    	make
-}
-
-package() {
-    	cd "${pkgname}-${pkgver}"
-    	make DESTDIR="${pkgdir}" install
-}

Copied: mate-backgrounds/repos/community-any/PKGBUILD (from rev 581893, mate-backgrounds/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2020-02-25 19:17:22 UTC (rev 581894)
@@ -0,0 +1,26 @@
+# Maintainer: Brad Fanella <cesura at archlinux.org>
+# Contributor: Martin Wimpress <code at flexion.org>
+
+pkgname=mate-backgrounds
+pkgver=1.24.0
+pkgrel=1
+pkgdesc="Background images and data for MATE"
+url="https://mate-desktop.org"
+arch=('any')
+license=('GPL')
+groups=('mate')
+depends=('gettext')
+source=("https://pub.mate-desktop.org/releases/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz")
+sha256sums=('28127b17c74a98a409899ac76367fde31b12a06fb5b0d78dac067b2780d7359b')
+
+build() {
+    	cd "${pkgname}-${pkgver}"
+    	./configure \
+        	--prefix=/usr
+    	make
+}
+
+package() {
+    	cd "${pkgname}-${pkgver}"
+    	make DESTDIR="${pkgdir}" install
+}



More information about the arch-commits mailing list