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

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


    Date: Saturday, August 6, 2016 @ 15:48:20
  Author: bgyorgy
Revision: 185633

archrelease: copy trunk to community-staging-any

Added:
  mate-user-guide/repos/community-staging-any/
  mate-user-guide/repos/community-staging-any/PKGBUILD
    (from rev 185632, mate-user-guide/trunk/PKGBUILD)

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

Copied: mate-user-guide/repos/community-staging-any/PKGBUILD (from rev 185632, mate-user-guide/trunk/PKGBUILD)
===================================================================
--- community-staging-any/PKGBUILD	                        (rev 0)
+++ community-staging-any/PKGBUILD	2016-08-06 15:48:20 UTC (rev 185633)
@@ -0,0 +1,28 @@
+# Contributor: Martin Wimpress <code at flexion.org>
+
+_ver=1.14
+_pkgbase=mate-user-guide
+pkgname=${_pkgbase}
+pkgver=${_ver}.0
+pkgrel=1
+pkgdesc="MATE User Guide"
+groups=('mate' 'mate-gtk3')
+url="http://mate-desktop.org"
+arch=('any')
+license=('FDL')
+depends=('yelp')
+makedepends=('itstool' 'intltool')
+source=("http://pub.mate-desktop.org/releases/${_ver}/${_pkgbase}-${pkgver}.tar.xz")
+sha1sums=('03e872c3d879599569ef26ff2e854fb59dbd3981')
+
+build() {
+    cd "${srcdir}/${_pkgbase}-${pkgver}"
+    ./configure \
+        --prefix=/usr
+    make
+}
+
+package() {
+    cd "${srcdir}/${_pkgbase}-${pkgver}"
+    make DESTDIR="${pkgdir}" install
+}



More information about the arch-commits mailing list