gspell: update to 1.8.4.
This commit is contained in:
parent
5a7933e38a
commit
50f0a2f84d
1 changed files with 7 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'gspell'
|
||||
pkgname=gspell
|
||||
version=1.8.3
|
||||
version=1.8.4
|
||||
revision=1
|
||||
build_style=gnu-configure
|
||||
build_helper="gir"
|
||||
|
@ -9,17 +9,22 @@ configure_args="--disable-static $(vopt_enable gir introspection)
|
|||
hostmakedepends="pkg-config glib-devel $(vopt_if vala 'vala')"
|
||||
makedepends="glib-devel enchant2-devel gtk+3-devel iso-codes
|
||||
$(vopt_if vala vala)"
|
||||
checkdepends="xvfb-run hunspell-en_US"
|
||||
short_desc="Flexible API to add spell checking to a GTK+ application"
|
||||
maintainer="Enno Boland <gottox@voidlinux.org>"
|
||||
license="LGPL-2.1-or-later"
|
||||
homepage="http://www.gnome.org"
|
||||
distfiles="${GNOME_SITE}/gspell/${version%.*}/gspell-${version}.tar.xz"
|
||||
checksum=5ae514dd0216be069176accf6d0049d6a01cfa6a50df4bc06be85f7080b62de8
|
||||
checksum=cf4d16a716e813449bd631405dc1001ea89537b8cdae2b8abfb3999212bd43b4
|
||||
|
||||
# Package build options
|
||||
build_options="gir vala"
|
||||
build_options_default="gir vala"
|
||||
|
||||
pre_check() {
|
||||
make_cmd="xvfb-run make"
|
||||
}
|
||||
|
||||
gspell-devel_package() {
|
||||
depends="${makedepends} ${sourcepkg}>=${version}_${revision}"
|
||||
short_desc+=" - development files"
|
||||
|
|
Loading…
Reference in a new issue