ruqola/keep_tts_plugin.patch
Christophe Giboudeaux 799346fdaa Accepting request 1000849 from home:tux93:branches:KDE:Extra
- Update to version 1.8.0
  * Add full screen support
  * Add Notification history
  * Room avatars
  * Video conferencing
  * bug fixes and code cleanup
- Add keep_tts_plugin.patch to keep the build of the TTS plugin enabled

OBS-URL: https://build.opensuse.org/request/show/1000849
OBS-URL: https://build.opensuse.org/package/show/KDE:Extra/ruqola?expand=0&rev=18
2022-09-02 16:54:29 +00:00

10 lines
448 B
Diff

--- ruqola-1.8.0/src/plugins/textplugin/CMakeLists.txt.orig 2022-08-31 17:23:26.000000000 +0200
+++ ruqola-1.8.0/src/plugins/textplugin/CMakeLists.txt 2022-09-02 11:09:08.123688427 +0200
@@ -5,5 +5,5 @@ find_package(Qt5 OPTIONAL_COMPONENTS Tex
if (NOT Qt5TextToSpeech_FOUND)
message(STATUS "Qt5TextToSpeech not found, speech feature will be disabled")
else()
- #add_subdirectory(texttospeech)
+ add_subdirectory(texttospeech)
endif()