1 # Maintainer: Jan Alexander Steffens (heftig) <heftig@archlinux.org>
2 # Contributor: Ionut Biru <ibiru@archlinux.org>
3 # Contributor: Sergej Pupykin <pupykin.s+arch@gmail.com>
8 pkgdesc="A collection library providing GObject-based interfaces and classes for commonly used data structures"
9 url="https://gitlab.gnome.org/GNOME/libgee"
13 makedepends=(gobject-introspection vala autoconf-archive git)
15 _commit=7d332f82c750ba72a6c625f38e4bfd44b786a926 # tags/0.20.6^0
16 source=("git+https://gitlab.gnome.org/GNOME/libgee.git#commit=$_commit")
21 git describe --tags | sed 's/[^-]*-g/r&/;s/-/+/g'
26 NOCONFIGURE=1 ./autogen.sh
31 ./configure --prefix=/usr --disable-static
37 # generates a bazillion traps - make sure systemd's core_pattern
38 # is deactivated, or you'll DoS the journal and the system
43 depends+=(libg{lib,object,io}-2.0.so)
44 provides+=(libgee-0.8.so)
47 make DESTDIR="$pkgdir" install