[arch-commits] Commit in yelp-xsl/repos/gnome-unstable-any (PKGBUILD PKGBUILD)

Jan Steffens heftig at archlinux.org
Sun Sep 25 04:36:19 UTC 2016


    Date: Sunday, September 25, 2016 @ 04:36:19
  Author: heftig
Revision: 276938

archrelease: copy trunk to gnome-unstable-any

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2016-09-25 04:35:49 UTC (rev 276937)
+++ PKGBUILD	2016-09-25 04:36:19 UTC (rev 276938)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) <jan.steffens at gmail.com>
-
-pkgname=yelp-xsl
-pkgver=3.17.90+28+g9f18016
-pkgrel=1
-pkgdesc="Stylesheets for Yelp"
-arch=(any)
-makedepends=(intltool libxslt libxml2 itstool git)
-license=(GPL)
-options=('!emptydirs')
-url="http://www.gnome.org"
-_commit=9f1801698d9f4b6ccd8a20ed0e3d053f5e2f60ac
-source=("git://git.gnome.org/yelp-xsl#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
-  make
-}
-
-package() {
-  cd $pkgname
-  make DESTDIR="$pkgdir" install
-}

Copied: yelp-xsl/repos/gnome-unstable-any/PKGBUILD (from rev 276937, yelp-xsl/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2016-09-25 04:36:19 UTC (rev 276938)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) <jan.steffens at gmail.com>
+
+pkgname=yelp-xsl
+pkgver=3.20.1
+pkgrel=2
+pkgdesc="Document transformations from Yelp"
+url="https://git.gnome.org/browse/yelp-xsl"
+arch=(any)
+license=(GPL)
+makedepends=(intltool libxslt libxml2 itstool git)
+_commit=16ebea986edc8cc394a0e81350202be312e7aadf
+source=("git://git.gnome.org/yelp-xsl#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