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

Jan Steffens heftig at gemini.archlinux.org
Tue Mar 22 00:58:07 UTC 2022


    Date: Tuesday, March 22, 2022 @ 00:58:07
  Author: heftig
Revision: 440480

archrelease: copy trunk to extra-any

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2022-03-22 00:58:06 UTC (rev 440479)
+++ PKGBUILD	2022-03-22 00:58:07 UTC (rev 440480)
@@ -1,33 +0,0 @@
-# Maintainer: Jan Alexander Steffens (heftig) <heftig at archlinux.org>
-
-pkgname=yelp-xsl
-pkgver=41.1
-pkgrel=1
-pkgdesc="Document transformations from Yelp"
-url="https://gitlab.gnome.org/GNOME/yelp-xsl"
-arch=(any)
-license=(GPL)
-makedepends=(itstool git)
-_commit=8932d0ed9be6e92bf9d20fef57e0e6cc12812a2f  # tags/41.1^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
-  make
-}
-
-package() {
-  cd $pkgname
-  make DESTDIR="$pkgdir" install
-}

Copied: yelp-xsl/repos/extra-any/PKGBUILD (from rev 440478, yelp-xsl/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-03-22 00:58:07 UTC (rev 440480)
@@ -0,0 +1,34 @@
+# Maintainer: Jan Alexander Steffens (heftig) <heftig at archlinux.org>
+
+pkgname=yelp-xsl
+pkgver=42.0
+pkgrel=1
+pkgdesc="Document transformations from Yelp"
+url="https://gitlab.gnome.org/GNOME/yelp-xsl"
+arch=(any)
+license=(GPL)
+makedepends=(itstool git)
+_commit=0346fc97eca8792e9a806d2537fbef7d1f98792b  # tags/42.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/r&/;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
+}



More information about the arch-commits mailing list