Accepting request 1063396 from home:tux93:branches:KDE:Extra
- Update to version 1.9.1 OBS-URL: https://build.opensuse.org/request/show/1063396 OBS-URL: https://build.opensuse.org/package/show/KDE:Extra/ruqola?expand=0&rev=22
This commit is contained in:
parent
cc8e573927
commit
00082a6ffa
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:74b08a7fdbee58394f1e697adb90e45170d46c9bdcd8d18adaa3ad6fae5dd64d
|
||||
size 1009700
|
@ -1,11 +0,0 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
|
||||
iQEzBAABCAAdFiEE9TIj8zN2ZcLM6hIuhzrDRZu89cAFAmNOimoACgkQhzrDRZu8
|
||||
9cD/HAf/Sg13Ae+95DgTzw/JnpRVsxjRsR5uirK9PPdjD1OwAiruUHI6hrya1H2V
|
||||
W7c1JqDzOD3vpKyGOEFcZMrYHejLs6ah+NCEsRGkSlqESbdnWOF59VsjmSa2HFoV
|
||||
z7ASJTdNJhXGwqzrFRMoj4JpKOWONWLbG5U+QCvgZkacxLfAbKGZPoLHCrMMCxXf
|
||||
ekBcH6hc9kXKzRoKLRgDQHk+RdC3JIq/A4Oegfg4tFN60x62WSSIoqn6RKvZabQI
|
||||
5c6FqLKX5AFItsGjW6tpmGp2DKIw1doekryU5a7h9AHS/s9QsheFfK8n4r/AjOgS
|
||||
mjiRgX7FNvv9XGsg3SS8XQuIEbfGpw==
|
||||
=8bSa
|
||||
-----END PGP SIGNATURE-----
|
3
ruqola-1.9.1.tar.xz
Normal file
3
ruqola-1.9.1.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:a01b5272ec6ca2b1711098e1dc8d60df77972de5dfe57613dab6d4d412e1b931
|
||||
size 1308784
|
11
ruqola-1.9.1.tar.xz.sig
Normal file
11
ruqola-1.9.1.tar.xz.sig
Normal file
@ -0,0 +1,11 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
|
||||
iQEzBAABCAAdFiEE9TIj8zN2ZcLM6hIuhzrDRZu89cAFAmPZEfUACgkQhzrDRZu8
|
||||
9cCpUwgAh2QUaKkNDvELe/ye0xvm0Mg+NhpHVh/UwWrUC7bquNgiYurPMAiZh7O6
|
||||
IzJAZaK9accrVGc97+yt3D1cJNOttDgUz12ezwlURqZPt9N4NMEsXjC0p/XWCV3B
|
||||
x6Z4L97gYD62PHvXQTeWKB5msDnTEYlxqJBGTRTUNxsX1D+KUdJCwaoTCUD8fhEv
|
||||
Qg8dLK9dMa93vgjRuQc9k6YSJH/ZP3vcX6dtpkULQGDtcsWKh5sWO59utE/1QGmH
|
||||
rt8CS7WjTcU5uCramvI93q+qRgnmm1Gv026XCQw0AsZaeHxyjfnmRzhDZbeka6o/
|
||||
kEUZlnMboS5CinM9ZvPrGo2k9p+Q/w==
|
||||
=vPBv
|
||||
-----END PGP SIGNATURE-----
|
@ -1,3 +1,11 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Feb 6 09:51:08 UTC 2023 - Marcel Kuehlhorn <tux93@opensuse.org>
|
||||
|
||||
- Update to version 1.9.1
|
||||
* Add translation engine
|
||||
* bug fixes and code cleanup
|
||||
* Translation updates
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Oct 18 14:39:58 UTC 2022 - Marcel Kuehlhorn <tux93@opensuse.org>
|
||||
|
||||
|
12
ruqola.spec
12
ruqola.spec
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package ruqola
|
||||
#
|
||||
# Copyright (c) 2022 SUSE LLC
|
||||
# Copyright (c) 2023 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -18,7 +18,7 @@
|
||||
|
||||
%bcond_without released
|
||||
Name: ruqola
|
||||
Version: 1.8.1
|
||||
Version: 1.9.1
|
||||
Release: 0
|
||||
Summary: Rocket.chat Client
|
||||
License: GPL-2.0-or-later
|
||||
@ -30,6 +30,7 @@ Source1: https://download.kde.org/stable/%{name}/%{name}-%{version}.tar.x
|
||||
Source2: %{name}.keyring
|
||||
%endif
|
||||
BuildRequires: update-desktop-files
|
||||
BuildRequires: cmake(KF5Archive)
|
||||
BuildRequires: cmake(KF5CoreAddons)
|
||||
BuildRequires: cmake(KF5Crash)
|
||||
BuildRequires: cmake(KF5DBusAddons) >= 5.91.0
|
||||
@ -42,6 +43,7 @@ BuildRequires: cmake(KF5NetworkManagerQt)
|
||||
BuildRequires: cmake(KF5Notifications)
|
||||
BuildRequires: cmake(KF5NotifyConfig)
|
||||
BuildRequires: cmake(KF5Prison)
|
||||
BuildRequires: cmake(KF5Purpose)
|
||||
BuildRequires: cmake(KF5Sonnet)
|
||||
BuildRequires: cmake(KF5SyntaxHighlighting)
|
||||
BuildRequires: cmake(KF5TextWidgets)
|
||||
@ -90,12 +92,14 @@ It's a native alternative to the official embedded browser type of desktop app a
|
||||
%{_kf5_libdir}/libruqolacore.so.*
|
||||
%{_kf5_libdir}/libruqolawidgets.so.*
|
||||
%{_kf5_libdir}/librocketchatrestapi-qt5*
|
||||
%{_kf5_libdir}/libruqola-*
|
||||
%dir %{_kf5_plugindir}/ruqolaplugins
|
||||
%dir %{_kf5_plugindir}/ruqolaplugins/authentication
|
||||
%{_kf5_plugindir}/ruqolaplugins/authentication/ruqola_passwordauthenticationplugin.so
|
||||
%dir %{_kf5_plugindir}/kf5/ruqola-translator
|
||||
%{_kf5_plugindir}/kf5/ruqola-translator/*
|
||||
%dir %{_kf5_plugindir}/ruqolaplugins/textplugins
|
||||
%{_kf5_plugindir}/ruqolaplugins/textplugins/ruqola_webshortcuttextplugin.so
|
||||
%{_kf5_plugindir}/ruqolaplugins/textplugins/ruqola_texttospeechtextplugin.so
|
||||
%{_kf5_plugindir}/ruqolaplugins/textplugins/ruqola_*.so
|
||||
# upstream installs with execute bit, gives a linter warning
|
||||
%attr(0644,-,-) %{_kf5_applicationsdir}/org.kde.ruqola.desktop
|
||||
%{_kf5_iconsdir}/hicolor/*/*/*.*
|
||||
|
Loading…
Reference in New Issue
Block a user