[arch-commits] Commit in yelp-tools/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:06
  Author: heftig
Revision: 440479

archrelease: copy trunk to extra-any

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

----------+
 PKGBUILD |   74 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 37 insertions(+), 37 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2022-03-22 00:57:43 UTC (rev 440478)
+++ PKGBUILD	2022-03-22 00:58:06 UTC (rev 440479)
@@ -1,37 +0,0 @@
-# Maintainer: Jan Alexander Steffens (heftig) <heftig at archlinux.org>
-# Contributor: Jan de Groot <jgc at archlinux.org>
-
-pkgname=yelp-tools
-pkgver=41.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 python-lxml itstool libxml2 docbook-xsl mallard-ducktype)
-makedepends=(git meson)
-license=(GPL)
-_commit=6a68991ff8fe7dc1f97dd8479fc44316f0ded89b  # tags/41.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
-}
-
-build() {
-  arch-meson $pkgname build -D help=true
-  meson compile -C build
-}
-
-check() {
-  meson test -C build --print-errorlogs
-}
-
-package() {
-  meson install -C build --destdir "$pkgdir"
-}

Copied: yelp-tools/repos/extra-any/PKGBUILD (from rev 440478, yelp-tools/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-03-22 00:58:06 UTC (rev 440479)
@@ -0,0 +1,37 @@
+# Maintainer: Jan Alexander Steffens (heftig) <heftig at archlinux.org>
+# Contributor: Jan de Groot <jgc at archlinux.org>
+
+pkgname=yelp-tools
+pkgver=42.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 python-lxml itstool libxml2 docbook-xsl mallard-ducktype)
+makedepends=(git meson)
+license=(GPL)
+_commit=dfa2d6ea142c73c20024cc3a3cefdaa4706268af  # tags/42.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/r&/;s/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+}
+
+build() {
+  arch-meson $pkgname build -D help=true
+  meson compile -C build
+}
+
+check() {
+  meson test -C build --print-errorlogs
+}
+
+package() {
+  meson install -C build --destdir "$pkgdir"
+}



More information about the arch-commits mailing list