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

Balló György bgyorgy at archlinux.org
Sat Aug 6 15:41:12 UTC 2016


    Date: Saturday, August 6, 2016 @ 15:41:11
  Author: bgyorgy
Revision: 185631

archrelease: copy trunk to community-staging-any

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

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

Copied: mate-backgrounds/repos/community-staging-any/PKGBUILD (from rev 185630, mate-backgrounds/trunk/PKGBUILD)
===================================================================
--- community-staging-any/PKGBUILD	                        (rev 0)
+++ community-staging-any/PKGBUILD	2016-08-06 15:41:11 UTC (rev 185631)
@@ -0,0 +1,26 @@
+# Contributor: Martin Wimpress <code at flexion.org>
+
+_ver=1.14
+pkgname=mate-backgrounds
+pkgver=${_ver}.0
+pkgrel=1
+pkgdesc="Background images and data for MATE"
+url="http://mate-desktop.org"
+arch=('any')
+license=('GPL')
+makedepends=('intltool')
+groups=('mate' 'mate-gtk3')
+source=("http://pub.mate-desktop.org/releases/${_ver}/${pkgname}-${pkgver}.tar.xz")
+sha1sums=('0dd81659b362862f6da1f48900609a09133053bb')
+
+build() {
+    cd "${srcdir}/${pkgname}-${pkgver}"
+    ./configure \
+        --prefix=/usr
+    make
+}
+
+package() {
+    cd "${srcdir}/${pkgname}-${pkgver}"
+    make DESTDIR="${pkgdir}" install
+}



More information about the arch-commits mailing list