commit: aa26da3778abf77ca12ff991630b2bcb49d180ca Author: Michael Palimaka <kensington <AT> gentoo <DOT> org> AuthorDate: Mon Mar 11 06:08:06 2019 +0000 Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org> CommitDate: Mon Mar 11 06:08:48 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aa26da37
dev-qt/qtspeech: improve patch avoiding build failure with no qtgui Closes: https://bugs.gentoo.org/679210 Package-Manager: Portage-2.3.51, Repoman-2.3.12 Signed-off-by: Michael Palimaka <kensington <AT> gentoo.org> dev-qt/qtspeech/files/qtspeech-5.12.1-nogui.patch | 23 +++++++++++++++++++++++ dev-qt/qtspeech/qtspeech-5.12.1.ebuild | 2 +- 2 files changed, 24 insertions(+), 1 deletion(-) diff --git a/dev-qt/qtspeech/files/qtspeech-5.12.1-nogui.patch b/dev-qt/qtspeech/files/qtspeech-5.12.1-nogui.patch new file mode 100644 index 00000000000..7d0faa13e69 --- /dev/null +++ b/dev-qt/qtspeech/files/qtspeech-5.12.1-nogui.patch @@ -0,0 +1,23 @@ +Bug: https://bugs.gentoo.org/651012 +Bug: https://bugs.gentoo.org/679210 + +--- a/src/plugins/tts/speechdispatcher/speechdispatcher.pro ++++ b/src/plugins/tts/speechdispatcher/speechdispatcher.pro +@@ -5,6 +5,7 @@ + load(qt_plugin) + + QT += core texttospeech ++QT -= gui + + CONFIG += link_pkgconfig + packagesExist(speech-dispatcher): PKGCONFIG = speech-dispatcher +--- a/src/doc/doc.pro ++++ b/src/doc/doc.pro +@@ -2,6 +2,7 @@ + + CONFIG += force_qt + QT += core-private ++QT -= doc + + QMAKE_DOCS = $$PWD/qtspeech.qdocconf + diff --git a/dev-qt/qtspeech/qtspeech-5.12.1.ebuild b/dev-qt/qtspeech/qtspeech-5.12.1.ebuild index 753b1829827..bcec3c2f7c2 100644 --- a/dev-qt/qtspeech/qtspeech-5.12.1.ebuild +++ b/dev-qt/qtspeech/qtspeech-5.12.1.ebuild @@ -19,4 +19,4 @@ RDEPEND=" " DEPEND="${RDEPEND}" -PATCHES=( "${FILESDIR}/${PN}-5.9.4-nogui.patch" ) +PATCHES=( "${FILESDIR}/${PN}-5.12.1-nogui.patch" )
