[arch-commits] Commit in mate-user-guide/repos/community-any (PKGBUILD PKGBUILD)
Brad Fanella
cesura at archlinux.org
Wed Aug 15 12:16:34 UTC 2018
Date: Wednesday, August 15, 2018 @ 12:16:34
Author: cesura
Revision: 371730
archrelease: copy trunk to community-any
Added:
mate-user-guide/repos/community-any/PKGBUILD
(from rev 371729, mate-user-guide/trunk/PKGBUILD)
Deleted:
mate-user-guide/repos/community-any/PKGBUILD
----------+
PKGBUILD | 53 +++++++++++++++++++++++++++--------------------------
1 file changed, 27 insertions(+), 26 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2018-08-15 12:16:10 UTC (rev 371729)
+++ PKGBUILD 2018-08-15 12:16:34 UTC (rev 371730)
@@ -1,26 +0,0 @@
-# Contributor: Martin Wimpress <code at flexion.org>
-
-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
-}
Copied: mate-user-guide/repos/community-any/PKGBUILD (from rev 371729, mate-user-guide/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2018-08-15 12:16:34 UTC (rev 371730)
@@ -0,0 +1,27 @@
+# Maintainer: Brad Fanella <cesura at archlinux.org>
+# Contributor: Martin Wimpress <code at flexion.org>
+
+pkgname=mate-user-guide
+pkgver=1.20.1
+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=('a27eb51e89acdd24425706f5fe44a57b805023c5')
+
+build() {
+ cd ${pkgname}-${pkgver}
+ ./configure \
+ --prefix=/usr
+ make
+}
+
+package() {
+ cd ${pkgname}-${pkgver}
+ make DESTDIR="${pkgdir}" install
+}
More information about the arch-commits
mailing list