1 # Maintainer: Jan de Groot <jgc@archlinux.org>
6 pkgdesc="GNOME Docking Library"
7 url="https://gitlab.gnome.org/GNOME/gdl"
11 makedepends=(gtk-doc intltool gobject-introspection git)
12 _commit=bc1f6e9deba012fd81c6c378cd67942a955b0bee # tags/GDL_3_40_0^0
13 source=("git+https://gitlab.gnome.org/GNOME/gdl.git#commit=$_commit")
18 git describe --tags | sed 's/^GDL_//;s/_/./g;s/-/+/g'
28 ./configure --prefix=/usr --sysconfdir=/etc \
29 --localstatedir=/var --disable-static --enable-gtk-doc
30 sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
36 make DESTDIR="$pkgdir" install