[arch-commits] Commit in yelp-tools/repos/extra-any (PKGBUILD PKGBUILD)

Jan Steffens heftig at archlinux.org
Wed Mar 13 18:56:24 UTC 2019


    Date: Wednesday, March 13, 2019 @ 18:56:22
  Author: heftig
Revision: 347844

archrelease: copy trunk to extra-any

Added:
  yelp-tools/repos/extra-any/PKGBUILD
    (from rev 347843, yelp-tools/trunk/PKGBUILD)
Deleted:
  yelp-tools/repos/extra-any/PKGBUILD

----------+
 PKGBUILD |   71 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 35 insertions(+), 36 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2019-03-13 18:56:07 UTC (rev 347843)
+++ PKGBUILD	2019-03-13 18:56:22 UTC (rev 347844)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) <jan.steffens at gmail.com>
-# Contributor: Jan de Groot <jgc at archlinux.org>
-
-pkgname=yelp-tools
-pkgver=3.28.0
-pkgrel=1
-pkgdesc="Collection of tools for building and converting documentation"
-url="https://git.gnome.org/browse/yelp-tools"
-arch=(any)
-depends=(yelp-xsl libxslt libxml2 itstool docbook-xsl)
-makedepends=(git)
-license=(GPL)
-_commit=54a1bd6142d367b18a36d1ba96705840042747be  # tags/3.28.0^0
-source=("git+https://git.gnome.org/browse/yelp-tools#commit=$_commit")
-sha256sums=('SKIP')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/-/+/g'
-}
-prepare() {
-  cd $pkgname
-  NOCONFIGURE=1 ./autogen.sh
-}
-
-build() {
-  cd $pkgname
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd $pkgname
-  make DESTDIR="$pkgdir" install
-}

Copied: yelp-tools/repos/extra-any/PKGBUILD (from rev 347843, yelp-tools/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2019-03-13 18:56:22 UTC (rev 347844)
@@ -0,0 +1,35 @@
+# Maintainer: Jan Alexander Steffens (heftig) <jan.steffens at gmail.com>
+# Contributor: Jan de Groot <jgc at archlinux.org>
+
+pkgname=yelp-tools
+pkgver=3.32.0
+pkgrel=1
+pkgdesc="Collection of tools for building and converting documentation"
+url="https://gitlab.gnome.org/GNOME/yelp-tools"
+arch=(any)
+depends=(yelp-xsl libxslt libxml2 itstool docbook-xsl mallard-ducktype)
+makedepends=(git)
+license=(GPL)
+_commit=ff8c59f30f31cccf344c35b70962ac4e9bccb577  # tags/3.32.0^0
+source=("git+https://gitlab.gnome.org/GNOME/yelp-tools.git#commit=$_commit")
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/-/+/g'
+}
+prepare() {
+  cd $pkgname
+  NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+  cd $pkgname
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $pkgname
+  make DESTDIR="$pkgdir" install
+}



More information about the arch-commits mailing list