1 # Maintainer: Jan Alexander Steffens (heftig) <heftig@archlinux.org>
3 pkgname=glib-networking
7 pkgdesc="Network extensions for GLib"
8 url="https://gitlab.gnome.org/GNOME/glib-networking"
11 depends=(glib2 libproxy gnutls gsettings-desktop-schemas)
12 makedepends=(meson git)
13 checkdepends=(ca-certificates)
15 _commit=f462ee496f7979df96fa928f34e1262a8148febc # tags/2.72.2^0
16 source=("git+https://gitlab.gnome.org/GNOME/glib-networking.git#commit=$_commit")
21 git describe --tags | sed 's/[^-]*-g/r&/;s/-/+/g'
29 arch-meson $pkgname build
30 meson compile -C build
34 meson test -C build --print-errorlogs
38 meson install -C build --destdir "$pkgdir"