1 # Maintainer: Jan Alexander Steffens (heftig) <heftig@archlinux.org>
2 # Contributor: Jan de Groot <jgc@archlinux.org>
4 pkgname=gnome-characters
7 pkgdesc="A character map application"
9 url="https://gitlab.gnome.org/GNOME/gnome-characters"
11 depends=(gjs gtk3 libunistring gnome-desktop emoji-font libhandy)
12 makedepends=(meson gobject-introspection appstream-glib git gperf)
14 _commit=05b7479685429c9a033c8fa801cb1e83402ae5c4 # tags/41.0^0
15 source=("git+https://gitlab.gnome.org/GNOME/gnome-characters.git#commit=$_commit")
20 git describe --tags | sed 's/^v//;s/-/+/g'
28 arch-meson $pkgname build
29 meson compile -C build
33 meson test -C build --print-errorlogs
37 DESTDIR="$pkgdir" meson install -C build