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 gtk3 telepathy-glib telepathy-idle telepathy-mission-control
11 telepathy-logger gspell libsoup3)
12 makedepends=(gobject-introspection yelp-tools appstream-glib git meson)
14 _commit=0eab55718a07fcf7b3231ac565bf3f1651bfbe7e # tags/41.0^0
15 source=("git+https://gitlab.gnome.org/GNOME/polari.git#commit=$_commit")
20 git describe --tags | sed 's/-/+/g'
28 arch-meson $pkgname build
29 meson compile -C build
33 meson test -C build --print-errorlogs
37 meson install -C build --destdir "$pkgdir"