[arch-commits] Commit in mate-backgrounds/repos/community-any (PKGBUILD PKGBUILD)
Brad Fanella
cesura at archlinux.org
Fri Aug 21 12:36:52 UTC 2020
Date: Friday, August 21, 2020 @ 12:36:52
Author: cesura
Revision: 685958
archrelease: copy trunk to community-any
Added:
mate-backgrounds/repos/community-any/PKGBUILD
(from rev 685957, mate-backgrounds/trunk/PKGBUILD)
Deleted:
mate-backgrounds/repos/community-any/PKGBUILD
----------+
PKGBUILD | 52 ++++++++++++++++++++++++++--------------------------
1 file changed, 26 insertions(+), 26 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2020-08-21 12:36:42 UTC (rev 685957)
+++ PKGBUILD 2020-08-21 12:36:52 UTC (rev 685958)
@@ -1,26 +0,0 @@
-# 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
-}
Copied: mate-backgrounds/repos/community-any/PKGBUILD (from rev 685957, mate-backgrounds/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2020-08-21 12:36:52 UTC (rev 685958)
@@ -0,0 +1,26 @@
+# Maintainer: Brad Fanella <cesura at archlinux.org>
+# Contributor: Martin Wimpress <code at flexion.org>
+
+pkgname=mate-backgrounds
+pkgver=1.24.1
+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=('b6218b66b5ba681fa97a721ca3a949e3229d3979e227aaf13a06d17491e93e2d')
+
+build() {
+ cd "${pkgname}-${pkgver}"
+ ./configure \
+ --prefix=/usr
+ make
+}
+
+package() {
+ cd "${pkgname}-${pkgver}"
+ make DESTDIR="${pkgdir}" install
+}
More information about the arch-commits
mailing list