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)
14 _commit=7d332f82c750ba72a6c625f38e4bfd44b786a926 # tags/0.20.6^0
15 source=("git+https://gitlab.gnome.org/GNOME/libgee.git#commit=$_commit")
20 git describe --tags | sed 's/[^-]*-g/r&/;s/-/+/g'
25 NOCONFIGURE=1 ./autogen.sh
30 ./configure --prefix=/usr --disable-static
36 # generates a bazillion traps - make sure systemd's core_pattern
37 # is deactivated, or you'll DoS the journal and the system
42 depends+=(libg{lib,object,io}-2.0.so)
43 provides+=(libgee-0.8.so)
46 make DESTDIR="$pkgdir" install