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=e0b22aecba4cd63e5936a097c7ba7e645c0e27e5 # tags/42.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"