# Contributor: Rasmus Thomsen # Maintainer: Rasmus Thomsen pkgname=devhelp pkgver=40.0 pkgrel=0 pkgdesc="API documentation browser for GTK+ and GNOME" url="https://wiki.gnome.org/Apps/Devhelp" arch="all !mips64 !riscv64" # limited by webkit2gtk license="GPL-2.0-or-later" depends="gsettings-desktop-schemas" makedepends="meson gobject-introspection-dev gsettings-desktop-schemas-dev webkit2gtk-dev amtk-dev glib-dev itstool" subpackages="$pkgname-dev $pkgname-doc $pkgname-lang" source="https://download.gnome.org/sources/devhelp/${pkgver%.*}/devhelp-$pkgver.tar.xz" build() { abuild-meson . output meson compile ${JOBS:+-j ${JOBS}} -C output } check() { meson test --no-rebuild -v -C output } package() { DESTDIR="$pkgdir" meson install --no-rebuild -C output } sha512sums="b8dd5fbb12558845f7f5794dad56ef0ffc1dbd60d5a6a28029dc8acea241e8deb1b68cd0abe9d620a512931a1c5f6db12fc594cd4597758c8d4904fb64e6ade7 devhelp-40.0.tar.xz"