aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2018-12-08 19:55:57 +0100
committerAndreas Sturmlechner <asturm@gentoo.org>2018-12-08 19:55:57 +0100
commitc7a6447e3c720e1b594b56fb441cdb0a4f8b5bcf (patch)
tree840e7120acc108462ae5eea4ad25c94effb58363 /dev-qt/qtspeech
parentdev-qt/qdoc: Sync ~arm keyword from Gentoo ebuild repo (diff)
downloadqt-c7a6447e3c720e1b594b56fb441cdb0a4f8b5bcf.tar.gz
qt-c7a6447e3c720e1b594b56fb441cdb0a4f8b5bcf.tar.bz2
qt-c7a6447e3c720e1b594b56fb441cdb0a4f8b5bcf.zip
dev-qt/qtspeech: Restore accidentally removed patch
Package-Manager: Portage-2.3.52, Repoman-2.3.12 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'dev-qt/qtspeech')
-rw-r--r--dev-qt/qtspeech/files/qtspeech-5.9.4-nogui.patch12
1 files changed, 12 insertions, 0 deletions
diff --git a/dev-qt/qtspeech/files/qtspeech-5.9.4-nogui.patch b/dev-qt/qtspeech/files/qtspeech-5.9.4-nogui.patch
new file mode 100644
index 00000000..fa5d900a
--- /dev/null
+++ b/dev-qt/qtspeech/files/qtspeech-5.9.4-nogui.patch
@@ -0,0 +1,12 @@
+Bug: https://bugs.gentoo.org/651012
+
+--- 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