qt5-speech: add other solibs to -devel depends.

The cmake file references them and so without this change it breaks
builds using qt5-speech-devel with cmake (eg knotifications,
ktextwidgets).
This commit is contained in:
fosslinux 2021-06-29 17:23:30 +10:00 committed by John Zimmermann
parent a897ca4750
commit 6dd165b7f5

View file

@ -2,7 +2,7 @@
pkgname=qt5-speech
reverts="5.15.3+20210429_1 5.15.3+20210429_2"
version=5.15.2
revision=6
revision=7
wrksrc="qtspeech-everywhere-src-${version}"
build_style=qmake
configure_args="-- -flite -flite-alsa -speechd"
@ -40,7 +40,9 @@ _cleanup_wrksrc_leak() {
}
qt5-speech-devel_package() {
depends="qt5-devel>=${version} ${sourcepkg}>=${version}_${revision}"
depends="qt5-devel>=${version} ${sourcepkg}>=${version}_${revision}
${sourcepkg}-plugin-speechd>=${version}_${revision}
${sourcepkg}-plugin-flite>=${version}_${revision}"
short_desc+=" - development files"
pkg_install() {
vmove usr/include
@ -57,7 +59,6 @@ qt5-speech-plugin-speechd_package() {
short_desc+=" - Speech dispatcher Plugin"
pkg_install() {
vmove usr/lib/qt5/plugins/texttospeech/libqtexttospeech_speechd.so
}
}
@ -65,6 +66,5 @@ qt5-speech-plugin-flite_package() {
short_desc+=" - Flite Plugin"
pkg_install() {
vmove usr/lib/qt5/plugins/texttospeech/libqttexttospeech_flite.so
}
}