1 # Maintainer: Jan Alexander Steffens (heftig) <heftig@archlinux.org>
2 # Contributor: Jan de Groot <jgc@archlinux.org>
7 pkgdesc="Interface definitions of accessibility infrastructure"
8 url="https://gitlab.gnome.org/GNOME/atk"
12 makedepends=(gobject-introspection git gtk-doc meson)
13 provides=(libatk-1.0.so)
14 _commit=f1051ba57a2110c46a136a48f4d60a405bc2c3f5 # tags/2.38.0^0
15 source=("git+https://gitlab.gnome.org/GNOME/atk.git#commit=$_commit")
20 git describe --tags | sed 's/^ATK_//;s/_/./g;s/[^-]*-g/r&/;s/-/+/g'
28 arch-meson atk build -D docs=true
29 meson compile -C build
33 meson test -C build --print-errorlogs
37 meson install -C build --destdir "$pkgdir"