Sertonix c97799aa54 */*: remove references to wiki.gnome.org
The gnome wiki has been retired. Sometimes there are new homepages
and otherwise the repo url is used instead.

Fixes https://gitlab.alpinelinux.org/alpine/aports/-/issues/17325
2025-07-01 23:14:42 +02:00

40 lines
946 B
Plaintext

# Contributor: Rasmus Thomsen <oss@cogitri.dev>
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=devhelp
pkgver=43.0
pkgrel=3
pkgdesc="API documentation browser for GTK+ and GNOME"
url="https://apps.gnome.org/en/Devhelp"
arch="all"
license="GPL-2.0-or-later"
depends="gsettings-desktop-schemas"
makedepends="
amtk-dev
appstream-glib
glib-dev
gobject-introspection-dev
gsettings-desktop-schemas-dev
itstool
meson
webkit2gtk-4.1-dev
"
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 -C output
}
check() {
meson test --print-errorlogs -C output
}
package() {
DESTDIR="$pkgdir" meson install --no-rebuild -C output
}
sha512sums="
92f147659754480ac4aa02f21558572d4bb8a034251225d344a8cae16824d9c14071751dfca6439f98dc7f7884fb35ef2d9c708e42f11bb6b3dfd8648b784654 devhelp-43.0.tar.xz
"