summaryrefslogtreecommitdiff
path: root/dev-libs/ktextaddons/files/ktextaddons-9999-no-textspeechtotext.patch
diff options
context:
space:
mode:
Diffstat (limited to 'dev-libs/ktextaddons/files/ktextaddons-9999-no-textspeechtotext.patch')
-rw-r--r--dev-libs/ktextaddons/files/ktextaddons-9999-no-textspeechtotext.patch16
1 files changed, 16 insertions, 0 deletions
diff --git a/dev-libs/ktextaddons/files/ktextaddons-9999-no-textspeechtotext.patch b/dev-libs/ktextaddons/files/ktextaddons-9999-no-textspeechtotext.patch
new file mode 100644
index 00000000000..bcc7cbdc8a9
--- /dev/null
+++ b/dev-libs/ktextaddons/files/ktextaddons-9999-no-textspeechtotext.patch
@@ -0,0 +1,16 @@
+Unpackaged dependencies.
+
+https://bugs.gentoo.org/919236
+https://bugs.gentoo.org/919234
+
+--- a/CMakeLists.txt
++++ b/CMakeLists.txt
+@@ -100,7 +100,7 @@ add_subdirectory(textgrammarcheck)
+ add_subdirectory(texttranslator)
+ add_subdirectory(textemoticons)
+ add_subdirectory(textutils)
+-if (QT_MAJOR_VERSION STREQUAL "6")
++if (FALSE)
+ find_package(Qt${QT_MAJOR_VERSION} ${REQUIRED_QT_VERSION} CONFIG REQUIRED MultimediaWidgets)
+ add_subdirectory(textspeechtotext)
+ endif()