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

Brad Fanella cesura at archlinux.org
Sat Mar 30 02:37:31 UTC 2019


    Date: Saturday, March 30, 2019 @ 02:37:31
  Author: cesura
Revision: 446198

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2019-03-30 02:36:48 UTC (rev 446197)
+++ PKGBUILD	2019-03-30 02:37:31 UTC (rev 446198)
@@ -1,25 +0,0 @@
-# Contributor: Martin Wimpress <code at flexion.org>
-
-pkgname=mate-backgrounds
-pkgver=1.20.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")
-sha1sums=('55b7a0b409aa1adc40b8f37c2649afc2897e9336')
-
-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 446197, mate-backgrounds/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2019-03-30 02:37:31 UTC (rev 446198)
@@ -0,0 +1,26 @@
+# 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
+}



More information about the arch-commits mailing list