1 # Maintainer: Jan Alexander Steffens (heftig) <heftig@archlinux.org>
2 # Contributor: Jan de Groot <jgc@archlinux.org>
7 pkgdesc="Clutter integration with GTK+"
8 url="https://gitlab.gnome.org/GNOME/clutter-gtk"
12 makedepends=(gobject-introspection gtk-doc git meson)
14 _commit=77483ba46384adde76f6c4599eae77eeec852c56 # tags/1.8.4^0
15 source=("git+https://gitlab.gnome.org/GNOME/clutter-gtk.git#commit=$_commit")
20 git describe --tags | sed 's/[^-]*-g/r&/;s/-/+/g'
28 arch-meson $pkgname build -Denable_docs=true
29 meson compile -C build
33 meson install -C build --destdir "$pkgdir"