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

2018-02-09 Thread Antonio Rojas via arch-commits
Date: Friday, February 9, 2018 @ 19:06:06
  Author: arojas
Revision: 290555

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 290554, mate-user-guide/trunk/PKGBUILD)

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

Copied: mate-user-guide/repos/community-staging-any/PKGBUILD (from rev 290554, 
mate-user-guide/trunk/PKGBUILD)
===
--- community-staging-any/PKGBUILD  (rev 0)
+++ community-staging-any/PKGBUILD  2018-02-09 19:06:06 UTC (rev 290555)
@@ -0,0 +1,26 @@
+# Contributor: Martin Wimpress 
+
+pkgname=mate-user-guide
+pkgver=1.20.0
+pkgrel=1
+pkgdesc="MATE User Guide"
+groups=('mate')
+url="http://mate-desktop.org";
+arch=('any')
+license=('FDL')
+depends=('yelp')
+makedepends=('itstool' 'intltool')
+source=("http://pub.mate-desktop.org/releases/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz";)
+sha1sums=('31e43207d7173653a39941994ede98db2265c093')
+
+build() {
+cd ${pkgname}-${pkgver}
+./configure \
+--prefix=/usr
+make
+}
+
+package() {
+cd ${pkgname}-${pkgver}
+make DESTDIR="${pkgdir}" install
+}


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

2016-09-24 Thread Antonio Rojas
Date: Saturday, September 24, 2016 @ 14:48:34
  Author: arojas
Revision: 190354

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 190353, mate-user-guide/trunk/PKGBUILD)

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

Copied: mate-user-guide/repos/community-staging-any/PKGBUILD (from rev 190353, 
mate-user-guide/trunk/PKGBUILD)
===
--- community-staging-any/PKGBUILD  (rev 0)
+++ community-staging-any/PKGBUILD  2016-09-24 14:48:34 UTC (rev 190354)
@@ -0,0 +1,28 @@
+# Contributor: Martin Wimpress 
+
+_ver=1.16
+_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=('2084e109511dd82c08aafd3a71aa63d4b008df1b')
+
+build() {
+cd "${srcdir}/${_pkgbase}-${pkgver}"
+./configure \
+--prefix=/usr
+make
+}
+
+package() {
+cd "${srcdir}/${_pkgbase}-${pkgver}"
+make DESTDIR="${pkgdir}" install
+}


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

2016-08-06 Thread Balló György
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 
+
+_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
+}


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

2017-03-17 Thread Antonio Rojas
Date: Friday, March 17, 2017 @ 21:25:18
  Author: arojas
Revision: 216998

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 216997, mate-user-guide/trunk/PKGBUILD)

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

Copied: mate-user-guide/repos/community-staging-any/PKGBUILD (from rev 216997, 
mate-user-guide/trunk/PKGBUILD)
===
--- community-staging-any/PKGBUILD  (rev 0)
+++ community-staging-any/PKGBUILD  2017-03-17 21:25:18 UTC (rev 216998)
@@ -0,0 +1,26 @@
+# Contributor: Martin Wimpress 
+
+pkgname=mate-user-guide
+pkgver=1.18.0
+pkgrel=1
+pkgdesc="MATE User Guide"
+groups=('mate')
+url="http://mate-desktop.org";
+arch=('any')
+license=('FDL')
+depends=('yelp')
+makedepends=('itstool' 'intltool')
+source=("http://pub.mate-desktop.org/releases/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz";)
+sha1sums=('8de19c7c5a98041f15219c814cc72ab94d79b0a1')
+
+build() {
+cd ${pkgname}-${pkgver}
+./configure \
+--prefix=/usr
+make
+}
+
+package() {
+cd ${pkgname}-${pkgver}
+make DESTDIR="${pkgdir}" install
+}