1 # Maintainer: Jan Alexander Steffens (heftig) <heftig@archlinux.org>
2 # Contributor: Jan de Groot <jgc@archlinux.org>
7 pkgdesc="Spell-checking library for GTK applications"
8 url="https://gitlab.gnome.org/GNOME/gspell"
24 _commit=d04dec63809b009c1ab12b2f80ceeeeab4709a48 # tags/1.12.1^0
25 source=("git+https://gitlab.gnome.org/GNOME/gspell.git#commit=$_commit")
30 git describe --tags | sed 's/[^-]*-g/r&/;s/-/+/g'
35 NOCONFIGURE=1 ./autogen.sh
39 local configure_options=(
47 ./configure "${configure_options[@]}"
48 sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
56 libg{lib,object,io}-2.0.so
60 provides+=("libgspell-${pkgver%%.*}.so")
63 make DESTDIR="$pkgdir" install
66 # vim:set sw=2 sts=-1 et: