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"
14 gsettings-desktop-schemas
21 checkdepends=(ca-certificates)
22 _commit=eab226398f9872c381033f7cb3af43dcb66600f4 # tags/2.76.0^0
23 source=("git+https://gitlab.gnome.org/GNOME/glib-networking.git#commit=$_commit")
28 git describe --tags | sed 's/[^-]*-g/r&/;s/-/+/g'
36 arch-meson $pkgname build
37 meson compile -C build
41 meson test -C build --print-errorlogs
45 meson install -C build --destdir "$pkgdir"
48 # vim:set sw=2 sts=-1 et: