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

Jan Steffens heftig at gemini.archlinux.org
Mon Oct 4 18:45:26 UTC 2021


    Date: Monday, October 4, 2021 @ 18:45:26
  Author: heftig
Revision: 425107

archrelease: copy trunk to extra-any

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-10-04 18:45:20 UTC (rev 425106)
+++ PKGBUILD	2021-10-04 18:45:26 UTC (rev 425107)
@@ -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=40.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=00297c603474c28c757da82732e70e23dc6c0e2d  # tags/40.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() {
-  DESTDIR="$pkgdir" meson install -C build
-}

Copied: yelp-tools/repos/extra-any/PKGBUILD (from rev 425106, yelp-tools/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-10-04 18:45:26 UTC (rev 425107)
@@ -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=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"
+}



More information about the arch-commits mailing list