1 # Maintainer: Jan Alexander Steffens (heftig) <heftig@archlinux.org>
6 pkgdesc="An IRC Client for GNOME"
7 url="https://wiki.gnome.org/Apps/Polari"
10 depends=(gjs gtk4 telepathy-glib telepathy-idle telepathy-mission-control
11 telepathy-logger gspell libsoup3 libadwaita)
12 makedepends=(gobject-introspection yelp-tools appstream-glib git meson)
15 _commit=e110e9d434371d61bcb743b953d6438f8e0c3ef8 # tags/42.1^0
16 source=("git+https://gitlab.gnome.org/GNOME/polari.git#commit=$_commit")
21 git describe --tags | sed 's/[^-]*-g/r&/;s/-/+/g'
29 arch-meson polari build
30 meson compile -C build
34 meson test -C build --print-errorlogs
38 meson install -C build --destdir "$pkgdir"