forked from pool/kde-cli-tools5
Plasma 5.23 Beta. Tested on TW Live, seems to work.
OBS-URL: https://build.opensuse.org/package/show/KDE:Frameworks5/kde-cli-tools5?expand=0&rev=320
This commit is contained in:
parent
37660d82c7
commit
79ddd1573e
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:90cb373ea112b844541d9c52000635b02ccdf2fe2da0fc7901b1a5a8b8df45ca
|
||||
size 626212
|
@ -1,11 +0,0 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
|
||||
iQEzBAABCgAdFiEELR1bBYg1d4fenuIl7JTRj38FmX4FAmEuE5oACgkQ7JTRj38F
|
||||
mX4K/Qf+MqdGwC4RqC2KTl6jwRpWuEVjjUN/mG5Qzs87QGvD9sY7sVnV2qgZtpjU
|
||||
xb/+5+j1wCEsOgqBy8OrUkXpLduTJOZq7p4N40ZjXPYhcCQkpFllt979seHA0iRx
|
||||
Y379ARsht7rOtKY2IBOzwA6ZXsLPmhV7AVwefTZl0bzbM238f4GUcsLb4HVTID7X
|
||||
jhiH9prAXdVqcsNuaBvbIL4E1T+vhKH4Tm7NCBKAv19pFpK5d+JiQVzR4X7XIFY2
|
||||
ifmfS59wDzQMbN3AqXi6cZr5WW3Ne1j8fLtNKEpD3xa2xJs3Y4DOHhfpz5bZDa1i
|
||||
uy9ytzL3fdlEiZAE7cNzF5yWtMCpcA==
|
||||
=xE7n
|
||||
-----END PGP SIGNATURE-----
|
3
kde-cli-tools-5.22.90.tar.xz
Normal file
3
kde-cli-tools-5.22.90.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:2e275f5cac408d6272b51db1a85a61e0677136a253700ce21bade9f08d1beb89
|
||||
size 631408
|
11
kde-cli-tools-5.22.90.tar.xz.sig
Normal file
11
kde-cli-tools-5.22.90.tar.xz.sig
Normal file
@ -0,0 +1,11 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
|
||||
iQEzBAABCgAdFiEELR1bBYg1d4fenuIl7JTRj38FmX4FAmFDAccACgkQ7JTRj38F
|
||||
mX59bgf7BO5p1G/iEN3VYHvAkjPWLzkg0gS26joEGdsplkGMZ0HNDuSho4R2o7BF
|
||||
kc79nJ/CFH9UXd96YQnhDpfH7teAi6jG3tyMHQ85XzJ0ZASYShKvR2i5ZvPD/CMk
|
||||
9JNb2Cx9VnugnoGBKnNoLHfdgvuDTiqAdqOiDHU+BVFkYSO567edW30lMCoLEW2d
|
||||
v4tu4ySRKw67DSpsQszU1fANuz3YjTT0aWF6eCoR6EpQLt6Ln4z7RkfUW5mSeKBJ
|
||||
LwJFvRfXVhq8bN67dZq5hLWzuHk3OsX6TBCpPnh9hen7XUbEInNTvSWfHrVTeZQD
|
||||
LkoTZxYIiRq5I/gdWhWjSWWRCshR+w==
|
||||
=ZEXW
|
||||
-----END PGP SIGNATURE-----
|
@ -1,3 +1,22 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Sep 16 13:04:49 UTC 2021 - Fabian Vogt <fabian@ritter-vogt.de>
|
||||
|
||||
- Update to 5.22.90
|
||||
* New feature release
|
||||
* For more details please see:
|
||||
* https://kde.org/announcements/plasma/5/5.22.90
|
||||
- Changes since 5.22.5:
|
||||
* kioclient: Add a 'stat' command
|
||||
* Explicitly set KDE_COMPILERSETTINGS_LEVEL
|
||||
* kcmshell: Allow loading KCMs using plugin path
|
||||
* kcmshell: general code cleanup
|
||||
* General code cleanup
|
||||
* kcmshell: Re-group includes
|
||||
* Replace QtDBus include with includes for specific classes
|
||||
* plasma-open-settings: support both systemsettings:// and :///
|
||||
* Include settings-open that allows summoning system settings from a URL
|
||||
* Relicense file to LGPL-2.0-or-later
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Aug 31 19:08:39 UTC 2021 - Fabian Vogt <fabian@ritter-vogt.de>
|
||||
|
||||
|
@ -19,15 +19,15 @@
|
||||
%define kf5_version 5.54.0
|
||||
%bcond_without lang
|
||||
Name: kde-cli-tools5
|
||||
Version: 5.22.5
|
||||
Version: 5.22.90
|
||||
Release: 0
|
||||
Summary: Additional CLI tools for KDE applications
|
||||
License: GPL-2.0-or-later
|
||||
Group: System/GUI/KDE
|
||||
URL: http://www.kde.org
|
||||
Source: https://download.kde.org/stable/plasma/%{version}/kde-cli-tools-%{version}.tar.xz
|
||||
Source: https://download.kde.org/unstable/plasma/%{version}/kde-cli-tools-%{version}.tar.xz
|
||||
%if %{with lang}
|
||||
Source1: https://download.kde.org/stable/plasma/%{version}/kde-cli-tools-%{version}.tar.xz.sig
|
||||
Source1: https://download.kde.org/unstable/plasma/%{version}/kde-cli-tools-%{version}.tar.xz.sig
|
||||
Source2: plasma.keyring
|
||||
%endif
|
||||
# PATCH-FIX-OPENSUSE kdesu-add-some-i18n-love.patch -- boo#852256
|
||||
@ -127,9 +127,11 @@ fi
|
||||
%{_kf5_bindir}/kstart5
|
||||
%{_kf5_bindir}/ktraderclient5
|
||||
%{_kf5_bindir}/kbroadcastnotification
|
||||
%{_kf5_bindir}/plasma-open-settings
|
||||
%{_kf5_servicesdir}/
|
||||
%{_kf5_libexecdir}/
|
||||
%{_kf5_applicationsdir}/org.kde.keditfiletype.desktop
|
||||
%{_kf5_applicationsdir}/org.kde.plasma.settings.open.desktop
|
||||
%ghost %{_sysconfdir}/alternatives/kdesu
|
||||
%{_kf5_plugindir}/
|
||||
%ghost %{_sysconfdir}/alternatives/kdesu.1%{?ext_man}
|
||||
|
Loading…
Reference in New Issue
Block a user