Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/qt:master commit in: dev-qt/qtspeech/files/
Date: Sat, 08 Dec 2018 18:56:22
Message-Id: 1544295357.c7a6447e3c720e1b594b56fb441cdb0a4f8b5bcf.asturm@gentoo
1 commit: c7a6447e3c720e1b594b56fb441cdb0a4f8b5bcf
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Sat Dec 8 18:55:57 2018 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Sat Dec 8 18:55:57 2018 +0000
6 URL: https://gitweb.gentoo.org/proj/qt.git/commit/?id=c7a6447e
7
8 dev-qt/qtspeech: Restore accidentally removed patch
9
10 Package-Manager: Portage-2.3.52, Repoman-2.3.12
11 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
12
13 dev-qt/qtspeech/files/qtspeech-5.9.4-nogui.patch | 12 ++++++++++++
14 1 file changed, 12 insertions(+)
15
16 diff --git a/dev-qt/qtspeech/files/qtspeech-5.9.4-nogui.patch b/dev-qt/qtspeech/files/qtspeech-5.9.4-nogui.patch
17 new file mode 100644
18 index 00000000..fa5d900a
19 --- /dev/null
20 +++ b/dev-qt/qtspeech/files/qtspeech-5.9.4-nogui.patch
21 @@ -0,0 +1,12 @@
22 +Bug: https://bugs.gentoo.org/651012
23 +
24 +--- a/src/plugins/tts/speechdispatcher/speechdispatcher.pro
25 ++++ b/src/plugins/tts/speechdispatcher/speechdispatcher.pro
26 +@@ -5,6 +5,7 @@
27 + load(qt_plugin)
28 +
29 + QT += core texttospeech
30 ++QT -= gui
31 +
32 + CONFIG += link_pkgconfig
33 + packagesExist(speech-dispatcher): PKGCONFIG = speech-dispatcher