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 gtk4 libunistring gnome-desktop-4 emoji-font libadwaita)
12 makedepends=(meson gobject-introspection appstream-glib git gperf)
15 _commit=661a3561e3d3130c8b47b4e9610e5d960d9db8af # tags/43.0^0
16 source=("git+https://gitlab.gnome.org/GNOME/gnome-characters.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"
41 # vim:set sw=2 sts=-1 et: