gspell: update to 1.8.3.

This commit is contained in:
mobinmob 2020-03-18 23:14:15 +02:00 committed by Jürgen Buchmüller
parent b6f0d94f1d
commit 767ef48314

View file

@ -1,7 +1,7 @@
# Template file for 'gspell' # Template file for 'gspell'
pkgname=gspell pkgname=gspell
version=1.8.1 version=1.8.3
revision=4 revision=1
build_style=gnu-configure build_style=gnu-configure
build_helper="gir" build_helper="gir"
configure_args="--disable-static $(vopt_enable gir introspection) configure_args="--disable-static $(vopt_enable gir introspection)
@ -14,7 +14,7 @@ maintainer="Enno Boland <gottox@voidlinux.org>"
license="LGPL-2.1-or-later" license="LGPL-2.1-or-later"
homepage="http://www.gnome.org" homepage="http://www.gnome.org"
distfiles="${GNOME_SITE}/gspell/${version%.*}/gspell-${version}.tar.xz" distfiles="${GNOME_SITE}/gspell/${version%.*}/gspell-${version}.tar.xz"
checksum=819a1d23c7603000e73f5e738bdd284342e0cd345fb0c7650999c31ec741bbe5 checksum=5ae514dd0216be069176accf6d0049d6a01cfa6a50df4bc06be85f7080b62de8
# Package build options # Package build options
build_options="gir vala" build_options="gir vala"
@ -27,6 +27,7 @@ gspell-devel_package() {
vmove usr/include vmove usr/include
vmove usr/lib/pkgconfig vmove usr/lib/pkgconfig
vmove "usr/lib/*.so" vmove "usr/lib/*.so"
vmove usr/share/gtk-doc
if [ "$build_option_gir" ]; then if [ "$build_option_gir" ]; then
vmove usr/share/gir-1.0 vmove usr/share/gir-1.0
fi fi