1 # Maintainer: Jan Alexander Steffens (heftig) <heftig@archlinux.org>
6 pkgdesc="A GObject plugins library"
8 url="https://wiki.gnome.org/Projects/Libpeas"
10 depends=(gtk3 gobject-introspection-runtime)
11 makedepends=(gtk-doc python-gobject glade gobject-introspection git meson vala)
12 optdepends=('python-gobject: Python loader')
13 provides=(libpeas{,-gtk}-1.0.so)
14 _commit=1d50694f770b12e1e7447d2c606a1e46533e34b7 # tags/libpeas-1.30.0^0
15 source=("git+https://gitlab.gnome.org/GNOME/libpeas.git#commit=$_commit")
21 git describe --tags | sed 's/^libpeas-//;s/-/+/g'
29 arch-meson $pkgname build -D vapi=true -D gtk_doc=true
30 meson compile -C build
34 DESTDIR="$pkgdir" meson install -C build
37 # vim:set ts=2 sw=2 et: