gspell: update shlibs and use the correct enchant version.
This commit is contained in:
parent
6b520931e7
commit
958a7b5372
2 changed files with 4 additions and 4 deletions
|
@ -2791,7 +2791,7 @@ libczmq.so.4 czmq-4.0.1_1
|
||||||
liblz.so.1 lzlib-1.8_1
|
liblz.so.1 lzlib-1.8_1
|
||||||
libelogind.so.0 elogind-219.12_1
|
libelogind.so.0 elogind-219.12_1
|
||||||
libnma.so.0 libnm-gtk-1.4.0_1
|
libnma.so.0 libnm-gtk-1.4.0_1
|
||||||
libgspell-1.so.1 gspell-1.0.0_1
|
libgspell-1.so.2 gspell-1.8.0_1
|
||||||
libotf.so.1 libotf-0.9.16_1
|
libotf.so.1 libotf-0.9.16_1
|
||||||
libimagequant.so.0 libimagequant-2.8.2_1
|
libimagequant.so.0 libimagequant-2.8.2_1
|
||||||
libDOtherSide.so.0 dotherside-0.5.2_1
|
libDOtherSide.so.0 dotherside-0.5.2_1
|
||||||
|
|
|
@ -6,10 +6,10 @@ build_style=gnu-configure
|
||||||
configure_args="--disable-static
|
configure_args="--disable-static
|
||||||
$(vopt_if gir '--enable-introspection --enable-vala' '--disable-introspection --disable-vala')"
|
$(vopt_if gir '--enable-introspection --enable-vala' '--disable-introspection --disable-vala')"
|
||||||
hostmakedepends="pkg-config glib-devel $(vopt_if gir 'gobject-introspection vala-devel')"
|
hostmakedepends="pkg-config glib-devel $(vopt_if gir 'gobject-introspection vala-devel')"
|
||||||
makedepends="glib-devel enchant-devel gtk+3-devel iso-codes"
|
makedepends="glib-devel enchant2-devel gtk+3-devel iso-codes"
|
||||||
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.eu>"
|
maintainer="Enno Boland <gottox@voidlinux.eu>"
|
||||||
license="GPL-2"
|
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=1b7fc2c5b84ede43bc52d513f0601238af92b572a42b19363da6d067fb529345
|
checksum=1b7fc2c5b84ede43bc52d513f0601238af92b572a42b19363da6d067fb529345
|
||||||
|
@ -23,7 +23,7 @@ if [ -z "$CROSS_BUILD" ]; then
|
||||||
fi
|
fi
|
||||||
|
|
||||||
gspell-devel_package() {
|
gspell-devel_package() {
|
||||||
depends="${sourcepkg}>=${version}_${revision} enchant-devel iso-codes"
|
depends="${makedepends} ${sourcepkg}>=${version}_${revision}"
|
||||||
short_desc+=" - development files"
|
short_desc+=" - development files"
|
||||||
pkg_install() {
|
pkg_install() {
|
||||||
vmove usr/include
|
vmove usr/include
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue