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-integration?expand=0&rev=141
This commit is contained in:
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:1e745570c9a4526a52a1fd7fc46b4cd5973c2b6047c4577b277bc5910d830c75
|
||||
size 60972
|
@@ -1,11 +0,0 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
|
||||
iQEzBAABCAAdFiEEs8s2ZVJUC+Bu6a2XEZaMRJKMrvwFAmCRP5AACgkQEZaMRJKM
|
||||
rvwl8wgAmYt9sW5MoT4Jr9xP1wIbpJWLaY3bW1bjc4dpUe/FDGpjgBEU49FexgU8
|
||||
D5kfDfviacETwJsdJEBes+FWium46J6EsoAuMTTUKhGPXoyfELxwPPjdVdSkOhjD
|
||||
N4LCknXjgM3GBbbmwPsT9FtQL7mrBP+1ijMFvieM8L4K9fOQeRfHlX11BWz8wWGw
|
||||
u+MPl2Stv4pJik7diOlLe5sYIB/FwNegZpQRvhTgJifXBvQCFPfYwA6i6VCa76Pq
|
||||
jRXQmCktZcevrq9DNusHOApA5Qzn6zd52N3WABb+TuMJvp7bNO9e4DRW32nAbprp
|
||||
EG6ikINg2K3FZ6xnwWwtOGQqYKKCtg==
|
||||
=EwOK
|
||||
-----END PGP SIGNATURE-----
|
3
plasma-integration-5.21.90.tar.xz
Normal file
3
plasma-integration-5.21.90.tar.xz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:39bc822bc10301958aa2c50df452261bbd72b416a02896765027b80b9e6435e2
|
||||
size 65112
|
11
plasma-integration-5.21.90.tar.xz.sig
Normal file
11
plasma-integration-5.21.90.tar.xz.sig
Normal file
@@ -0,0 +1,11 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
|
||||
iQEzBAABCgAdFiEELR1bBYg1d4fenuIl7JTRj38FmX4FAmCdJz8ACgkQ7JTRj38F
|
||||
mX4xowf/TDsJyLGxX+yQV2mRBTCpaHpJuXtKNeI0OYOFG09+ae+E8mUPYJt+nsQj
|
||||
yLP7IMzrrOGhhEq9FofMUxjef3CBCnZpHKXNtsAhpjBN323Qq+BqgKUmKanaGyJ1
|
||||
nUBeuiCdUw9Y7pIgmHjVgd1oa4XxaY22Ay5xDxTZg/wW3Jvt5R+ouyhi/Fo7kmF/
|
||||
OVPwXKInAoatSvj7vkr+jkI9NvMhl63W+OU7UkNKOnujxKaYSZwM76EVDACSXVJx
|
||||
1syb50nAkJySuQO9epHrwXAga2gV8gxwampdsn1BoOYmNSnXkKo0zrXnm8ZaiR8F
|
||||
hDDM878eTUa0nrdMbGxjUP5ENrweEQ==
|
||||
=DD3E
|
||||
-----END PGP SIGNATURE-----
|
@@ -1,3 +1,21 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu May 13 18:15:45 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
|
||||
- Changes since 5.21.5:
|
||||
* Migrate to KDECompilerSettings
|
||||
* Port away from WId-based KWindowEffects API
|
||||
* Do not set default font style names, and just rely on weights
|
||||
* Use QFont::Normal (50) instead of -1 constant for default font weight
|
||||
* platforminputcontextplugin: Make F1-F10 valid for selecting keys (kde#430162)
|
||||
* Raise minimum CMake version to 3.16
|
||||
* Remove unused cmake code
|
||||
* Use versionless Qt cmake target
|
||||
* Revert held-key behaviour
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue May 4 14:15:41 UTC 2021 - Fabian Vogt <fabian@ritter-vogt.de>
|
||||
|
||||
|
@@ -18,7 +18,7 @@
|
||||
|
||||
%bcond_without lang
|
||||
Name: plasma5-integration
|
||||
Version: 5.21.5
|
||||
Version: 5.21.90
|
||||
Release: 0
|
||||
# Full Plasma 5 version (e.g. 5.8.95)
|
||||
%{!?_plasma5_bugfix: %define _plasma5_bugfix %{version}}
|
||||
@@ -28,9 +28,9 @@ Summary: Plugins responsible for better integration of Qt applications in
|
||||
License: GPL-2.0+
|
||||
Group: System/GUI/KDE
|
||||
Url: http://www.kde.org
|
||||
Source: https://download.kde.org/stable/plasma/%{version}/plasma-integration-%{version}.tar.xz
|
||||
Source: https://download.kde.org/unstable/plasma/%{version}/plasma-integration-%{version}.tar.xz
|
||||
%if %{with lang}
|
||||
Source1: https://download.kde.org/stable/plasma/%{version}/plasma-integration-%{version}.tar.xz.sig
|
||||
Source1: https://download.kde.org/unstable/plasma/%{version}/plasma-integration-%{version}.tar.xz.sig
|
||||
Source2: plasma.keyring
|
||||
%endif
|
||||
BuildRequires: extra-cmake-modules >= 5.17.0
|
||||
@@ -76,6 +76,16 @@ KDE Plasma workspace.
|
||||
|
||||
Applications do not need to link to this directly.
|
||||
|
||||
%package devel
|
||||
Summary: plasma5-integration development headers
|
||||
Group: System/GUI/KDE
|
||||
Requires: plasma5-integration-plugin
|
||||
|
||||
%description devel
|
||||
This package provides development headers for plasma5-integration. They
|
||||
are not meant to be used standalone, but are required for building other
|
||||
Plasma components.
|
||||
|
||||
%lang_package -n plasma5-integration-plugin
|
||||
|
||||
%prep
|
||||
@@ -97,6 +107,12 @@ Applications do not need to link to this directly.
|
||||
%{_kf5_plugindir}/
|
||||
%{_kf5_sharedir}/kconf_update/
|
||||
|
||||
%files devel
|
||||
%license COPYING*
|
||||
%dir %{_includedir}/PlasmaKeyData/
|
||||
%{_includedir}/PlasmaKeyData/plasmakeydata.h
|
||||
%{_kf5_libdir}/pkgconfig/plasma-key-data.pc
|
||||
|
||||
%if %{with lang}
|
||||
%files -n plasma5-integration-plugin-lang -f plasmaintegration5.lang
|
||||
%endif
|
||||
|
Reference in New Issue
Block a user