1 # Maintainer: Jan Alexander Steffens (heftig) <heftig@archlinux.org>
6 pkgdesc="Plugins for Eye of Gnome"
8 url="https://wiki.gnome.org/Apps/EyeOfGnome/Plugins"
10 depends=(eog libchamplain libgdata python-gobject)
11 makedepends=(gobject-introspection git meson)
13 _commit=f7a02a5ee12d0a1166c0cd34472e8009960da644 # tags/42.1^0
14 source=("git+https://gitlab.gnome.org/GNOME/eog-plugins.git#commit=$_commit")
19 git describe --tags | sed 's/[^-]*-g/r&/;s/-/+/g'
27 arch-meson $pkgname build
28 meson compile -C build
32 meson test -C build --print-errorlogs
36 meson install -C build --destdir "$pkgdir"