[arch-commits] Commit in gtk-doc/trunk (PKGBUILD)
Jan Steffens
heftig at archlinux.org
Thu Sep 17 18:39:01 UTC 2020
Date: Thursday, September 17, 2020 @ 18:39:01
Author: heftig
Revision: 396230
1.32+52+gb209222-1
Modified:
gtk-doc/trunk/PKGBUILD
----------+
PKGBUILD | 12 ++++++------
1 file changed, 6 insertions(+), 6 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2020-09-17 18:29:19 UTC (rev 396229)
+++ PKGBUILD 2020-09-17 18:39:01 UTC (rev 396230)
@@ -1,7 +1,8 @@
-# Maintainer: Jan de Groot <jgc at archlinux.org>
+# Maintainer: Jan Alexander Steffens (heftig) <heftig at archlinux.org>
+# Contributor: Jan de Groot <jgc at archlinux.org>
pkgname=gtk-doc
-pkgver=1.32+37+gefc3644
+pkgver=1.32+52+gb209222
pkgrel=1
pkgdesc="Documentation tool for public library API"
url="https://www.gtk.org/gtk-doc/"
@@ -12,7 +13,7 @@
makedepends=(dblatex git yelp-tools meson)
checkdepends=(bc gtk3 python-six python-parameterized)
optdepends=('dblatex: PDF support')
-_commit=efc3644e41b40f605c5f5e9075173d6ab1bd1950 # master
+_commit=b2092227f5b6718c27380d6a7bd6842ffa008d56 # master
source=("git+https://gitlab.gnome.org/GNOME/gtk-doc.git#commit=$_commit"
fix.diff)
sha256sums=('SKIP'
@@ -30,12 +31,11 @@
build() {
arch-meson $pkgname build
- ninja -C build
+ meson compile -C build
}
check() {
- # Tests don't work yet
- meson test -C build --print-errorlogs || :
+ meson test -C build --print-errorlogs
}
package() {
More information about the arch-commits
mailing list