gspell: update to 1.9.1.
This commit is contained in:
parent
132c3ea598
commit
e4352bbc29
1 changed files with 7 additions and 7 deletions
|
@ -1,28 +1,28 @@
|
||||||
# Template file for 'gspell'
|
# Template file for 'gspell'
|
||||||
pkgname=gspell
|
pkgname=gspell
|
||||||
version=1.8.4
|
version=1.9.1
|
||||||
revision=1
|
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)
|
||||||
$(vopt_enable vala)"
|
$(vopt_enable vala)"
|
||||||
hostmakedepends="pkg-config glib-devel $(vopt_if vala 'vala')"
|
hostmakedepends="pkg-config glib-devel $(vopt_if vala vala)"
|
||||||
makedepends="glib-devel enchant2-devel gtk+3-devel iso-codes
|
makedepends="glib-devel enchant2-devel gtk+3-devel icu-devel
|
||||||
$(vopt_if vala vala)"
|
$(vopt_if vala vala)"
|
||||||
checkdepends="xvfb-run hunspell-en_US"
|
checkdepends="xvfb-run cantarell-fonts hunspell-en_US"
|
||||||
short_desc="Flexible API to add spell checking to a GTK+ application"
|
short_desc="Flexible API to add spell checking to a GTK+ application"
|
||||||
maintainer="Enno Boland <gottox@voidlinux.org>"
|
maintainer="Enno Boland <gottox@voidlinux.org>"
|
||||||
license="LGPL-2.1-or-later"
|
license="LGPL-2.1-or-later"
|
||||||
homepage="http://www.gnome.org"
|
homepage="https://gitlab.gnome.org/GNOME/gspell"
|
||||||
distfiles="${GNOME_SITE}/gspell/${version%.*}/gspell-${version}.tar.xz"
|
distfiles="${GNOME_SITE}/gspell/${version%.*}/gspell-${version}.tar.xz"
|
||||||
checksum=cf4d16a716e813449bd631405dc1001ea89537b8cdae2b8abfb3999212bd43b4
|
checksum=dcbb769dfdde8e3c0a8ed3102ce7e661abbf7ddf85df08b29915e92cd723abdd
|
||||||
|
|
||||||
# Package build options
|
# Package build options
|
||||||
build_options="gir vala"
|
build_options="gir vala"
|
||||||
build_options_default="gir vala"
|
build_options_default="gir vala"
|
||||||
|
|
||||||
pre_check() {
|
pre_check() {
|
||||||
make_cmd="xvfb-run make"
|
make_cmd='xvfb-run make check'
|
||||||
}
|
}
|
||||||
|
|
||||||
gspell-devel_package() {
|
gspell-devel_package() {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue