Date: Wednesday, March 14, 2018 @ 19:14:53 Author: heftig Revision: 319046
archrelease: copy trunk to gnome-unstable-any Added: yelp-xsl/repos/gnome-unstable-any/PKGBUILD (from rev 319045, yelp-xsl/trunk/PKGBUILD) Deleted: yelp-xsl/repos/gnome-unstable-any/PKGBUILD ----------+ PKGBUILD | 70 ++++++++++++++++++++++++++++++------------------------------- 1 file changed, 35 insertions(+), 35 deletions(-) Deleted: PKGBUILD =================================================================== --- PKGBUILD 2018-03-14 19:14:24 UTC (rev 319045) +++ PKGBUILD 2018-03-14 19:14:53 UTC (rev 319046) @@ -1,35 +0,0 @@ -# $Id$ -# Maintainer: Jan Alexander Steffens (heftig) <jan.steff...@gmail.com> - -pkgname=yelp-xsl -pkgver=3.27.90+2+g72821085 -pkgrel=1 -pkgdesc="Document transformations from Yelp" -url="https://git.gnome.org/browse/yelp-xsl" -arch=(any) -license=(GPL) -makedepends=(intltool libxslt libxml2 itstool git) -_commit=72821085aef6667c468bcb03a22592d7d6214443 # master -source=("git+https://git.gnome.org/browse/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 -} Copied: yelp-xsl/repos/gnome-unstable-any/PKGBUILD (from rev 319045, yelp-xsl/trunk/PKGBUILD) =================================================================== --- PKGBUILD (rev 0) +++ PKGBUILD 2018-03-14 19:14:53 UTC (rev 319046) @@ -0,0 +1,35 @@ +# $Id$ +# Maintainer: Jan Alexander Steffens (heftig) <jan.steff...@gmail.com> + +pkgname=yelp-xsl +pkgver=3.28.0 +pkgrel=1 +pkgdesc="Document transformations from Yelp" +url="https://git.gnome.org/browse/yelp-xsl" +arch=(any) +license=(GPL) +makedepends=(intltool libxslt libxml2 itstool git) +_commit=a90bb7c103415d8ebd7971016b16bda29afdcaa0 # tags/3.28.0^0 +source=("git+https://git.gnome.org/browse/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 +}