summaryrefslogtreecommitdiff
path: root/dev-libs/ktextaddons/files
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2023-12-04 21:45:52 +0100
committerAndreas Sturmlechner <asturm@gentoo.org>2023-12-06 22:41:34 +0100
commit62f5ccb8331bc228a0b790666078fab8822f963b (patch)
tree13704cbb32c2806400e0a6d509314566f2449a93 /dev-libs/ktextaddons/files
parentad2949dbdf65d06d9b72c331bdd02bc8c4675cc6 (diff)
downloadkde-62f5ccb8331bc228a0b790666078fab8822f963b.tar.gz
kde-62f5ccb8331bc228a0b790666078fab8822f963b.tar.bz2
kde-62f5ccb8331bc228a0b790666078fab8822f963b.zip
dev-libs/ktextaddons: Port to KF6
With "textspeechtotext" module disabled for missing deps. Bug: https://bugs.gentoo.org/919236 Bug: https://bugs.gentoo.org/919234 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'dev-libs/ktextaddons/files')
-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()