Plasma 5.22 Beta, tested a bit more. Now with cmake >= 3.16 and duplicates in .changes removed (now using git log a..b instead of a...b)

OBS-URL: https://build.opensuse.org/package/show/KDE:Frameworks5/plasma5-workspace?expand=0&rev=587
This commit is contained in:
Christophe Giboudeaux 2021-05-15 16:17:08 +00:00 committed by Git OBS Bridge
parent 9b1a094004
commit c579a9d64a
6 changed files with 39 additions and 24 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:9cb16ef4bca9ade0ca82d0cc539533ba9f9be47811ae13d154effc085618e90a
size 9724000

View File

@ -1,11 +0,0 @@
-----BEGIN PGP SIGNATURE-----
iQEzBAABCAAdFiEEs8s2ZVJUC+Bu6a2XEZaMRJKMrvwFAmCRQ4AACgkQEZaMRJKM
rvz3egf/XIDoreHdxXl9FxjhlnhcURcMxKm1nZw7rjC6yeugwJ7niSWsiUzIPwuM
yp4cnhBWN+ZtD7AByjeMQykgh+1S4WqPKeunhNFyIeFX7Jr6a7dQe2agO27t49Mf
V59Di1wQwnkkXwe7uPLX5YTaI9TIcfSlSQiUrR6DOc5h0XrQ6Pn4Vbgzgad4Q9Bk
+EnlY8XwMnh96ijZdD6rI/PBsOGzQyP3BvLAHV6PEYbeJ1DMQVBhGEXx9jg39ft/
lULmAJ5pGo8EvaJNQrK+p7L7MFn2JjT0KU7XEtxDj0mazT2Mrql4Y5gFv4bdJlGG
4yWtv4N+JaD6/Zh1ceoOtNlhlLhngQ==
=biAF
-----END PGP SIGNATURE-----

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:0e8fca6d8b0a6cd43e26fc21f780c6d38cc9bd0dfe834d3cf8f7fa70e43b08ae
size 9673444

View File

@ -0,0 +1,11 @@
-----BEGIN PGP SIGNATURE-----
iQEzBAABCgAdFiEELR1bBYg1d4fenuIl7JTRj38FmX4FAmCdKKEACgkQ7JTRj38F
mX5boAgAkA1i/BBe3y3QswsfYaWBGLZGPqHQzbnSlaBmWLWOYgswECpjUHOrDdk0
eY5DsZueNDOh1fvpkOw6j6c8pAPwJ2PaIP61LxD/lNb3gQ1kWhJbt29mynEFuYaY
QNkRm6O82QlCrneHMj0Q2xfqKtwgUo/UxIXfypi/dN8dK0UTwdJr27edShBr6Exw
+3t7EVxBJxptcACjaC6+QVykJ9zUgqH45N7rum50l2J/uMlgtFzBH7sKa5eSOyp9
m7hsnhwCicBc8fxuxNIaTcZKGayDK3Qm9marGEpnqtDZNitvohRsZPPimAQizek2
uCgsDTfSV2AOPBmRO6A2GyrssBjf+A==
=pv7V
-----END PGP SIGNATURE-----

View File

@ -1,3 +1,12 @@
-------------------------------------------------------------------
Thu May 13 18:15:48 UTC 2021 - Fabian Vogt <fabian@ritter-vogt.de>
- Update to 5.21.90
* New feature release
* For more details please see:
* https://kde.org/announcements/plasma/5/5.21.90
- Too many changes to list here
-------------------------------------------------------------------
Wed May 12 09:49:28 UTC 2021 - Fabian Vogt <fabian@ritter-vogt.de>

View File

@ -17,7 +17,7 @@
# Internal QML imports
%global __requires_exclude qmlimport\\((org\\.kde\\.plasma\\.private|org\\.kde\\.private\\.kcm).*
%global __requires_exclude qmlimport\\((org\\.kde\\.plasma\\.private|org\\.kde\\.private\\.kcm|org\\.kde\\.plasma\\.kcm).*
#Compat macro for new _fillupdir macro introduced in Nov 2017
%{!?_fillupdir: %global _fillupdir %{_localstatedir}/adm/fillup-templates}
@ -30,20 +30,18 @@ Name: plasma5-workspace
%{!?_plasma5_bugfix: %global _plasma5_bugfix %{version}}
# Latest ABI-stable Plasma (e.g. 5.8 in KF5, but 5.9.1 in KUF)
%{!?_plasma5_version: %define _plasma5_version %(echo %{_plasma5_bugfix} | awk -F. '{print $1"."$2}')}
Version: 5.21.5
Version: 5.21.90
Release: 0
Summary: The KDE Plasma Workspace Components
License: GPL-2.0-or-later
Group: System/GUI/KDE
URL: http://www.kde.org/
Source: https://download.kde.org/stable/plasma/%{version}/plasma-workspace-%{version}.tar.xz
Source: https://download.kde.org/unstable/plasma/%{version}/plasma-workspace-%{version}.tar.xz
%if %{with lang}
Source1: https://download.kde.org/stable/plasma/%{version}/plasma-workspace-%{version}.tar.xz.sig
Source1: https://download.kde.org/unstable/plasma/%{version}/plasma-workspace-%{version}.tar.xz.sig
Source2: plasma.keyring
%endif
Source3: baselibs.conf
# PATCH-FIX-UPSTREAM
Patch1: 0001-startkde-Reset-systemd-failed-units-on-login.patch
# PATCHES 501-??? are PATCH-FIX-OPENSUSE
Patch501: 0001-Use-qdbus-qt5.patch
Patch502: 0001-Ignore-default-sddm-face-icons.patch
@ -58,6 +56,7 @@ BuildRequires: libQt5PlatformHeaders-devel >= 5.4.0
BuildRequires: pkgconfig
BuildRequires: update-desktop-files
BuildRequires: cmake(AppStreamQt) >= 0.10.4
BuildRequires: cmake(Breeze)
BuildRequires: cmake(KDED) >= %{kf5_version}
BuildRequires: cmake(KF5Activities) >= %{kf5_version}
BuildRequires: cmake(KF5ActivitiesStats) >= %{kf5_version}
@ -98,6 +97,7 @@ BuildRequires: cmake(Phonon4Qt5) >= 4.6.60
BuildRequires: cmake(PlasmaWaylandProtocols) >= 1.1.0
#!BuildIgnore: kdialog
BuildRequires: cmake(KWinDBusInterface) >= %{_plasma5_version}
BuildRequires: cmake(LayerShellQt)
BuildRequires: cmake(Qt5Concurrent) >= 5.4.0
BuildRequires: cmake(Qt5DBus) >= 5.4.0
BuildRequires: cmake(Qt5Gui) >= 5.4.0
@ -169,6 +169,8 @@ Recommends: oxygen5-sounds >= %{_plasma5_version}
Requires: solid-imports
# Used by KCMs
Requires: knewstuff-imports
# Used by system monitoring applets
Requires: ksystemstats5
# Used by the user feedback KCM
Requires: kuserfeedback-imports
Requires: xembedsniproxy >= %{_plasma5_version}
@ -399,6 +401,7 @@ fi
%{_kf5_libdir}/libweather_ion.so.*
%{_kf5_libdir}/libcolorcorrect.so.*
%{_kf5_libdir}/libnotificationmanager.so.*
%{_kf5_libdir}/libkrdb.so
%files
%license COPYING*
@ -424,6 +427,11 @@ fi
%{_kf5_bindir}/lookandfeeltool
%{_kf5_bindir}/kcolorschemeeditor
%{_kf5_bindir}/krdb
%{_kf5_bindir}/plasma-apply-colorscheme
%{_kf5_bindir}/plasma-apply-cursortheme
%{_kf5_bindir}/plasma-apply-desktoptheme
%{_kf5_bindir}/plasma-apply-lookandfeel
%{_kf5_bindir}/plasma-apply-wallpaperimage
%{_kf5_configdir}/autostart/org.kde.plasmashell.desktop
%{_kf5_configdir}/autostart/klipper.desktop
%{_kf5_configkcfgdir}/
@ -436,6 +444,7 @@ fi
%{_kf5_knsrcfilesdir}/plasmoids.knsrc
%{_kf5_knsrcfilesdir}/wallpaper.knsrc
%{_kf5_knsrcfilesdir}/wallpaperplugin.knsrc
%{_kf5_knsrcfilesdir}/wallpaper-mobile.knsrc
%{_kf5_knsrcfilesdir}/xcursor.knsrc
%config %{_kf5_configdir}/taskmanagerrulesrc
@ -445,14 +454,12 @@ fi
%{_kf5_libdir}/libexec/plasma-changeicons
%{_kf5_libdir}/libkdeinit5_kcminit.so
%{_kf5_libdir}/libkdeinit5_kcminit_startup.so
%{_kf5_libdir}/libkdeinit5_klipper.so
%{_kf5_libdir}/kconf_update_bin/krunnerglobalshortcuts
%{_kf5_libdir}/kconf_update_bin/krunnerhistory
%{_kf5_libdir}/libexec/baloorunner
%{_kf5_libdir}/libexec/plasma-sourceenv.sh
%{_kf5_libdir}/libexec/startplasma-waylandsession
%{_kf5_libdir}/libexec/plasma-dbus-run-session-if-needed
%{_kf5_libdir}/kconf_update_bin/krdb_clearlibrarypath
%{_kf5_plugindir}/
%{_kf5_qmldir}/
%{_kf5_applicationsdir}/org.kde.klipper.desktop
@ -464,7 +471,6 @@ fi
# %%{_kf5_configkcfgdir}/feedbacksettings.kcfg
%dir %{_kf5_sharedir}/krunner/
%dir %{_kf5_sharedir}/krunner/dbusplugins/
%{_kf5_sharedir}/kcontrol/
%{_kf5_sharedir}/kdisplay/
%{_kf5_sharedir}/kpackage/
%{_kf5_sharedir}/kfontinst/
@ -493,7 +499,7 @@ fi
%{_kf5_servicesdir}/
%{_kf5_servicetypesdir}/
%dir %{_kf5_sharedir}/kglobalaccel
%{_kf5_sharedir}/kglobalaccel/krunner.desktop
%{_kf5_sharedir}/kglobalaccel/org.kde.krunner.desktop
%{_kf5_sharedir}/ksplash/
%{_kf5_sharedir}/kstyle/
%{_kf5_plasmadir}/