Accepting request 1000950 from KDE:Extra
OBS-URL: https://build.opensuse.org/request/show/1000950 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ruqola?expand=0&rev=11
This commit is contained in:
commit
ef3ce71ed1
9
keep_tts_plugin.patch
Normal file
9
keep_tts_plugin.patch
Normal file
@ -0,0 +1,9 @@
|
||||
--- 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()
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:f55f146651fb5f0f34a6b204f4d71b2baac9f6f93f0b8cb7423012b1ae55a93d
|
||||
size 894544
|
@ -1,11 +0,0 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
|
||||
iQEzBAABCAAdFiEE9TIj8zN2ZcLM6hIuhzrDRZu89cAFAmLyMVQACgkQhzrDRZu8
|
||||
9cDBcggAkT4Ox+skNWMPXXTQiOo0Xjh+r2n7WXnXXsX1oShcx3iJ97OF5teZ8CbU
|
||||
M7r2lBG1bmyT8t4T7YmbSvHYy72qLbTM4ttwr61Dgz40Q69NXqJOlkEUl6S5F959
|
||||
K0/CLyEosuXfEr/vJW/3RizkP4U7rAuSKVx0amudMvO31+CVT98Ht9iWhcyvzhNP
|
||||
Hfd/6YjEevSqEyzjcKPzKBIgVwXLZ899+XRgWQgpYu2uNBRUQpmPzj+7buqIWlZ7
|
||||
JFe382IYqMCu9v17OMB3KR0QYyCKRdMnFut2EDB8Rm49QxQqB3rsHQYMgfKJb0MC
|
||||
B+hyOZNJ3bQ4cHGbMDtakqhwNrVXcw==
|
||||
=Pmq0
|
||||
-----END PGP SIGNATURE-----
|
3
ruqola-1.8.0.tar.xz
Normal file
3
ruqola-1.8.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:4968afcba6a5e9db99989cfde52a3e2082a9ed6ce6dcc1e98243dd6e75711db8
|
||||
size 940248
|
11
ruqola-1.8.0.tar.xz.sig
Normal file
11
ruqola-1.8.0.tar.xz.sig
Normal file
@ -0,0 +1,11 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
|
||||
iQEzBAABCAAdFiEE9TIj8zN2ZcLM6hIuhzrDRZu89cAFAmMPfQgACgkQhzrDRZu8
|
||||
9cCmCQgAuSbjkx/IEOZtxboReSH2Oz0b4R3zOqMynWTPcfCvKFnVe/XSbfmF1qL3
|
||||
xvelzO04Nywcm85GyxDJkhC8vBNZMAEH5F62XDYg2eewzBabGLoB2anpEH52I/tc
|
||||
aJdELPBNb15YrWiTL9XD26sC4cyuYXkWPDgF0HEzFUK/mPMt9tW0pbJV3839VZpa
|
||||
DrrLTCbePHjLk58a+BZvPwo2TZaDMR/oIYb6sQteB45iZbdE5axdYTm2IAfwEvs2
|
||||
/vIBdXOx1YjzeEzNdy7tRAjpBowwcovTB0G9w5BCXukckGp0CaffQGrlgu6fTT2v
|
||||
hHxoXJm1NVxAJ1QNwrXx5Xq3QEL+XA==
|
||||
=HPtG
|
||||
-----END PGP SIGNATURE-----
|
@ -1,3 +1,14 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Sep 1 13:37:27 UTC 2022 - Marcel Kuehlhorn <tux93@opensuse.org>
|
||||
|
||||
- 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
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Aug 15 13:59:59 UTC 2022 - Marcel Kuehlhorn <tux93@opensuse.org>
|
||||
|
||||
|
@ -18,7 +18,7 @@
|
||||
|
||||
%bcond_without released
|
||||
Name: ruqola
|
||||
Version: 1.7.4
|
||||
Version: 1.8.0
|
||||
Release: 0
|
||||
Summary: Rocket.chat Client
|
||||
License: GPL-2.0-or-later
|
||||
@ -29,10 +29,12 @@ Source0: https://download.kde.org/stable/%{name}/%{name}-%{version}.tar.x
|
||||
Source1: https://download.kde.org/stable/%{name}/%{name}-%{version}.tar.xz.sig
|
||||
Source2: %{name}.keyring
|
||||
%endif
|
||||
# PATCH-FIX-OPENSUSE: Keep the build of the TTS plugin enabled
|
||||
Patch0: keep_tts_plugin.patch
|
||||
BuildRequires: update-desktop-files
|
||||
BuildRequires: cmake(KF5CoreAddons)
|
||||
BuildRequires: cmake(KF5Crash)
|
||||
BuildRequires: cmake(KF5DBusAddons) >= 5.84.0
|
||||
BuildRequires: cmake(KF5DBusAddons) >= 5.91.0
|
||||
BuildRequires: cmake(KF5DocTools)
|
||||
BuildRequires: cmake(KF5I18n)
|
||||
BuildRequires: cmake(KF5IconThemes)
|
||||
@ -103,6 +105,7 @@ It's a native alternative to the official embedded browser type of desktop app a
|
||||
%{_kf5_notifydir}/ruqola.notifyrc
|
||||
%{_kf5_appstreamdir}/org.kde.ruqola.appdata.xml
|
||||
%{_kf5_debugdir}/ruqola.categories
|
||||
%{_kf5_debugdir}/ruqola.renamecategories
|
||||
|
||||
%if %{with released}
|
||||
%files lang -f %{name}.lang
|
||||
|
Loading…
Reference in New Issue
Block a user