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

Jan Steffens heftig at archlinux.org
Sun Mar 21 01:56:24 UTC 2021


    Date: Sunday, March 21, 2021 @ 01:56:23
  Author: heftig
Revision: 410393

archrelease: copy trunk to extra-any

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-03-21 01:56:19 UTC (rev 410392)
+++ PKGBUILD	2021-03-21 01:56:23 UTC (rev 410393)
@@ -1,35 +0,0 @@
-# Maintainer: Jan Alexander Steffens (heftig) <heftig at archlinux.org>
-# Contributor: Jan de Groot <jgc at archlinux.org>
-
-pkgname=yelp-tools
-pkgver=3.38.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 libxslt libxml2 itstool docbook-xsl mallard-ducktype)
-makedepends=(git)
-license=(GPL)
-_commit=901865178e6d15f62cb939dce50a01abe3fbdb2c  # tags/3.38.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
-  NOCONFIGURE=1 ./autogen.sh
-}
-
-build() {
-  cd $pkgname
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd $pkgname
-  make DESTDIR="$pkgdir" install
-}

Copied: yelp-tools/repos/extra-any/PKGBUILD (from rev 410392, yelp-tools/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-03-21 01:56:23 UTC (rev 410393)
@@ -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=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
+}



More information about the arch-commits mailing list