gspell: update to 1.11.1.
This commit is contained in:
parent
8a2dc705a4
commit
cb9f8198fe
@ -1,7 +1,7 @@
|
|||||||
# Template file for 'gspell'
|
# Template file for 'gspell'
|
||||||
pkgname=gspell
|
pkgname=gspell
|
||||||
version=1.9.1
|
version=1.11.1
|
||||||
revision=2
|
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,19 +14,18 @@ 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="https://gitlab.gnome.org/GNOME/gspell"
|
homepage="https://gitlab.gnome.org/GNOME/gspell"
|
||||||
|
changelog="https://gitlab.gnome.org/GNOME/gspell/-/raw/master/NEWS"
|
||||||
distfiles="${GNOME_SITE}/gspell/${version%.*}/gspell-${version}.tar.xz"
|
distfiles="${GNOME_SITE}/gspell/${version%.*}/gspell-${version}.tar.xz"
|
||||||
checksum=dcbb769dfdde8e3c0a8ed3102ce7e661abbf7ddf85df08b29915e92cd723abdd
|
checksum=ef6aa4e3f711775158a7e241a5f809cf2426bc0e02c23a7d2b5c71fc3de00292
|
||||||
|
make_check_pre="xvfb-run"
|
||||||
|
|
||||||
# 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() {
|
|
||||||
make_cmd='xvfb-run make check'
|
|
||||||
}
|
|
||||||
|
|
||||||
gspell-devel_package() {
|
gspell-devel_package() {
|
||||||
depends="${makedepends} ${sourcepkg}>=${version}_${revision}"
|
depends="libglib-devel enchant2-devel gtk+3-devel icu-devel
|
||||||
|
${sourcepkg}>=${version}_${revision}"
|
||||||
short_desc+=" - development files"
|
short_desc+=" - development files"
|
||||||
pkg_install() {
|
pkg_install() {
|
||||||
vmove usr/include
|
vmove usr/include
|
||||||
|
Loading…
x
Reference in New Issue
Block a user