[arch-commits] Commit in devhelp/repos (2 files)
Jan Steffens
heftig at archlinux.org
Sat Sep 8 01:26:44 UTC 2018
Date: Saturday, September 8, 2018 @ 01:26:43
Author: heftig
Revision: 333882
archrelease: copy trunk to gnome-unstable-x86_64
Added:
devhelp/repos/gnome-unstable-x86_64/
devhelp/repos/gnome-unstable-x86_64/PKGBUILD
(from rev 333881, devhelp/trunk/PKGBUILD)
----------+
PKGBUILD | 39 +++++++++++++++++++++++++++++++++++++++
1 file changed, 39 insertions(+)
Copied: devhelp/repos/gnome-unstable-x86_64/PKGBUILD (from rev 333881, devhelp/trunk/PKGBUILD)
===================================================================
--- gnome-unstable-x86_64/PKGBUILD (rev 0)
+++ gnome-unstable-x86_64/PKGBUILD 2018-09-08 01:26:43 UTC (rev 333882)
@@ -0,0 +1,39 @@
+# Maintainer: Jan Alexander Steffens (heftig) <jan.steffens at gmail.com>
+# Contributor: Jan de Groot <jgc at archlinux.org>
+# Contributor: Link Dupont <link at subpop.net>
+
+pkgname=devhelp
+pkgver=3.30.0+40+g7c92e1b3
+pkgrel=1
+pkgdesc="API documentation browser for GNOME"
+arch=(x86_64)
+license=(GPL)
+url="https://wiki.gnome.org/Apps/Devhelp"
+depends=(webkit2gtk)
+makedepends=(gtk-doc git appstream-glib gobject-introspection meson yelp-tools)
+groups=(gnome-extra)
+_commit=7c92e1b3f64915eb2245aae7a41588cc80ff54e1 # master
+source=("git+https://gitlab.gnome.org/GNOME/devhelp.git#commit=$_commit")
+sha256sums=('SKIP')
+
+pkgver() {
+ cd $pkgname
+ git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+ cd $pkgname
+}
+
+build() {
+ arch-meson $pkgname build -D gtk_doc=true
+ ninja -C build
+}
+
+check() {
+ meson test -C build
+}
+
+package() {
+ DESTDIR="$pkgdir" meson install -C build
+}
More information about the arch-commits
mailing list