[arch-commits] Commit in mate-backgrounds/repos (2 files)

Antonio Rojas arojas at archlinux.org
Fri Mar 17 20:24:30 UTC 2017


    Date: Friday, March 17, 2017 @ 20:24:29
  Author: arojas
Revision: 216960

archrelease: copy trunk to community-staging-any

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

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

Copied: mate-backgrounds/repos/community-staging-any/PKGBUILD (from rev 216959, mate-backgrounds/trunk/PKGBUILD)
===================================================================
--- community-staging-any/PKGBUILD	                        (rev 0)
+++ community-staging-any/PKGBUILD	2017-03-17 20:24:29 UTC (rev 216960)
@@ -0,0 +1,25 @@
+# Contributor: Martin Wimpress <code at flexion.org>
+
+pkgname=mate-backgrounds
+pkgver=1.18.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=('b282bd6495175d96c561e8bd468cd0129759978d')
+
+build() {
+    cd ${pkgname}-${pkgver}
+    ./configure \
+        --prefix=/usr
+    make
+}
+
+package() {
+    cd ${pkgname}-${pkgver}
+    make DESTDIR="${pkgdir}" install
+}



More information about the arch-commits mailing list