1 # Maintainer: Jan Alexander Steffens (heftig) <heftig@archlinux.org>
2 # Contributor: Balló György <ballogyor+arch at gmail dot com>
7 pkgdesc="Library full of GTK+ widgets for mobile phones"
8 url="https://gitlab.gnome.org/GNOME/libhandy"
12 makedepends=(git gobject-introspection meson vala glade)
13 checkdepends=(xorg-server-xvfb)
14 provides=(libhandy-1.so)
15 _commit=f8626427acebfa08b2b4ee1166d51e416d3d7407 # tags/1.4.0^0
16 source=("git+https://gitlab.gnome.org/GNOME/libhandy.git#commit=$_commit")
25 git describe --tags | sed 's/^v//;s/-/+/g'
29 arch-meson libhandy build \
31 meson compile -C build
35 dbus-run-session xvfb-run -s '-nolisten local' \
36 meson test -C build --print-errorlogs
40 meson install -C build --destdir "$pkgdir"