[arch-commits] Commit in yelp-xsl/repos (2 files)

Jan Steffens heftig at archlinux.org
Tue Sep 4 18:50:34 UTC 2018


    Date: Tuesday, September 4, 2018 @ 18:50:34
  Author: heftig
Revision: 333328

archrelease: copy trunk to gnome-unstable-any

Added:
  yelp-xsl/repos/gnome-unstable-any/
  yelp-xsl/repos/gnome-unstable-any/PKGBUILD
    (from rev 333327, yelp-xsl/trunk/PKGBUILD)

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

Copied: yelp-xsl/repos/gnome-unstable-any/PKGBUILD (from rev 333327, yelp-xsl/trunk/PKGBUILD)
===================================================================
--- gnome-unstable-any/PKGBUILD	                        (rev 0)
+++ gnome-unstable-any/PKGBUILD	2018-09-04 18:50:34 UTC (rev 333328)
@@ -0,0 +1,34 @@
+# Maintainer: Jan Alexander Steffens (heftig) <jan.steffens at gmail.com>
+
+pkgname=yelp-xsl
+pkgver=3.30.0
+pkgrel=1
+pkgdesc="Document transformations from Yelp"
+url="https://gitlab.gnome.org/GNOME/yelp-xsl"
+arch=(any)
+license=(GPL)
+makedepends=(intltool libxslt libxml2 itstool git)
+_commit=c2d83e8e13ab76ff3c81d9d5577653c6977727b3  # tags/3.30.0^0
+source=("git+https://gitlab.gnome.org/GNOME/yelp-xsl.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 --sysconfdir=/etc --localstatedir=/var \
+    --enable-doc
+  make
+}
+
+package() {
+  cd $pkgname
+  make DESTDIR="$pkgdir" install
+}



More information about the arch-commits mailing list