gspell: update to 1.14.0
This commit is contained in:
parent
152816cf5d
commit
9b0d1b1661
@ -3035,7 +3035,7 @@ libelogind.so.0 libelogind-238.1_2
|
|||||||
libseat.so.1 libseat-0.3.0_1
|
libseat.so.1 libseat-0.3.0_1
|
||||||
libnma.so.0 libnma-1.8.30_1
|
libnma.so.0 libnma-1.8.30_1
|
||||||
libnma-gtk4.so.0 libnma-1.8.36_1
|
libnma-gtk4.so.0 libnma-1.8.36_1
|
||||||
libgspell-1.so.2 gspell-1.8.0_1
|
libgspell-1.so.3 gspell-1.14.0_1
|
||||||
libotf.so.1 libotf-0.9.16_1
|
libotf.so.1 libotf-0.9.16_1
|
||||||
libimagequant.so.0.4 libimagequant-4.3.4_1
|
libimagequant.so.0.4 libimagequant-4.3.4_1
|
||||||
libDOtherSide.so.0.7 dotherside-0.7.1_1
|
libDOtherSide.so.0.7 dotherside-0.7.1_1
|
||||||
|
@ -1,14 +1,14 @@
|
|||||||
# Template file for 'gspell'
|
# Template file for 'gspell'
|
||||||
pkgname=gspell
|
pkgname=gspell
|
||||||
version=1.12.2
|
version=1.14.0
|
||||||
revision=1
|
revision=1
|
||||||
build_style=gnu-configure
|
build_style=meson
|
||||||
build_helper="gir"
|
build_helper="gir"
|
||||||
configure_args="--disable-static $(vopt_enable gir introspection)
|
configure_args="$(vopt_bool gir gobject_introspection)
|
||||||
$(vopt_enable vala)"
|
$(vopt_bool vala vapi) $(vopt_bool gtk_doc gtk_doc)"
|
||||||
hostmakedepends="pkg-config glib-devel $(vopt_if vala vala)"
|
hostmakedepends="pkg-config glib-devel gettext
|
||||||
makedepends="glib-devel enchant2-devel gtk+3-devel icu-devel
|
$(vopt_if vala vala) $(vopt_if gtk_doc gtk-doc)"
|
||||||
$(vopt_if vala vala)"
|
makedepends="glib-devel enchant2-devel gtk+3-devel icu-devel"
|
||||||
checkdepends="xvfb-run cantarell-fonts 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>"
|
||||||
@ -16,13 +16,17 @@ 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"
|
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=b4e993bd827e4ceb6a770b1b5e8950fce3be9c8b2b0cbeb22fdf992808dd2139
|
checksum=64ea1d8e9edc1c25b45a920e80daf67559d1866ffcd7f8432fecfea6d0fe8897
|
||||||
make_check_pre="xvfb-run"
|
make_check_pre="xvfb-run"
|
||||||
|
|
||||||
# Package build options
|
# Package build options
|
||||||
build_options="gir vala"
|
build_options="gir vala gtk_doc"
|
||||||
build_options_default="gir vala"
|
build_options_default="gir vala"
|
||||||
|
|
||||||
|
if [ -z "$CROSS_BUILD" ]; then
|
||||||
|
build_options_default+=" gtk_doc"
|
||||||
|
fi
|
||||||
|
|
||||||
gspell-devel_package() {
|
gspell-devel_package() {
|
||||||
depends="libglib-devel enchant2-devel gtk+3-devel icu-devel
|
depends="libglib-devel enchant2-devel gtk+3-devel icu-devel
|
||||||
${sourcepkg}>=${version}_${revision}"
|
${sourcepkg}>=${version}_${revision}"
|
||||||
@ -31,12 +35,14 @@ 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
|
||||||
if [ "$build_option_vala" ]; then
|
if [ "$build_option_vala" ]; then
|
||||||
vmove usr/share/vala
|
vmove usr/share/vala
|
||||||
fi
|
fi
|
||||||
|
if [ "$build_option_gtk_doc" ]; then
|
||||||
|
vmove usr/share/gtk-doc
|
||||||
|
fi
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user