Plasma 5.21 Beta - this time tested! kwin doesn't use libqaccessibilityclient yet and qqc2-breeze-style is not packaged, but only needed for Plasma Mobile.

OBS-URL: https://build.opensuse.org/package/show/KDE:Frameworks5/kactivitymanagerd?expand=0&rev=129
This commit is contained in:
Fabian Vogt 2021-01-24 21:11:02 +00:00 committed by Git OBS Bridge
parent 690adfa236
commit afbb94c6da
6 changed files with 50 additions and 22 deletions

View File

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

View File

@ -1,11 +0,0 @@
-----BEGIN PGP SIGNATURE-----
iQEzBAABCgAdFiEELR1bBYg1d4fenuIl7JTRj38FmX4FAl/0UpgACgkQ7JTRj38F
mX43hAf/WJIlhFa7eR/afX8W50yLZnz+0ylJixaea//hpedLdffqbI1juZIo4xWX
dcy+XDLCrWaY/34xxkyY5oMw05Fj23HjvSq827R8F8JrMOvP+OMB60+p+FxBaVD6
shqO9TZovvWgHa/VNXYLzQWnpXHQdyZKI4K1qATSaqdjHr0UCAkjEn3pJmdyxRYu
HU1KPV37ZDSDkn7s5FBgCn6JubRzb6BpzI1oggtg2f7HUOhLxe35il6IY1QQB4sd
O1mTtptUzddl99+d5VErsWFe83mxflr3gRFQI3MtawDVO0U3YXw2cxnJYjp0rual
uxYEVweCCq6nd6lYfICPqY4hjrUaGQ==
=Qbjb
-----END PGP SIGNATURE-----

View File

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

View File

@ -0,0 +1,11 @@
-----BEGIN PGP SIGNATURE-----
iQEzBAABCgAdFiEELR1bBYg1d4fenuIl7JTRj38FmX4FAmAJdrsACgkQ7JTRj38F
mX4t5gf+J68NGhFeOwGTKH5+4jR/+Bb1WqmBdEqKApZrg0SYrWGI7RbW1sz1iDuw
cUE6uiR3BsMrr0mCvevFn0X+ELRZBACOOa5+AEM/Met5dzcmFQ7uCBSvLxm2zkeG
uzx5VZ86wVsnb6alOGy6pd2xwhh9zHOkwtGfNFCsKFne7SNSAIxUMoIcL7URAszJ
GeWmOSiOtt4m2v7DkiD6N4bMduS6ACiliqU2gsOFzqNfEqt8iWc43xqMsJEgHL+Q
um2wmhXdiNiN6X6bMDBgZix0wsMU5DNKa9/nH/gSzWgPnJQHmPKq8X1FMnRvIfit
qVgCM/nFy9QNbg3Db5+uAxQRRkxJuA==
=Bp4E
-----END PGP SIGNATURE-----

View File

@ -1,3 +1,23 @@
-------------------------------------------------------------------
Thu Jan 21 21:31:33 UTC 2021 - Fabian Vogt <fabian@ritter-vogt.de>
- Update to 5.20.90
* New feature release
* For more details please see:
* https://kde.org/announcements/plasma/5/20.90/
- Changes since 5.20.5:
* Add trailing comma to enums
* Fix Boot dependency problems and cleanup old configs
* If include is define in .h remove it if it's defined in .cpp too (scripted)
* Fix a dangling reference to the list of database files
* Explicit lambda captures to avoid future dangling reference bugs
* Fix a dangling reference to the list of database files
* Convert copyright statements to SPDX expressions
* Explicitly scope unit to graphical-session.target
* Fix installation of the systemd unit
* Use correct way to register for a shortcut (kde#374575)
* systemd dbus activation
-------------------------------------------------------------------
Tue Jan 5 14:40:01 UTC 2021 - Fabian Vogt <fabian@ritter-vogt.de>

View File

@ -20,15 +20,15 @@
%bcond_without lang
Name: kactivitymanagerd
Version: 5.20.5
Version: 5.20.90
Release: 0
Summary: KDE Plasma Activities support
License: GPL-2.0-or-later
Group: System/GUI/KDE
Url: http://projects.kde.org/kactivitymanagerd
Source: https://download.kde.org/stable/plasma/%{version}/kactivitymanagerd-%{version}.tar.xz
Source: https://download.kde.org/unstable/plasma/%{version}/kactivitymanagerd-%{version}.tar.xz
%if %{with lang}
Source1: https://download.kde.org/stable/plasma/%{version}/kactivitymanagerd-%{version}.tar.xz.sig
Source1: https://download.kde.org/unstable/plasma/%{version}/kactivitymanagerd-%{version}.tar.xz.sig
Source2: plasma.keyring
%endif
%if 0%{?suse_version} > 1325
@ -52,6 +52,7 @@ BuildRequires: cmake(KF5KIO) >= %{kf5_version}
BuildRequires: cmake(KF5Service) >= %{kf5_version}
BuildRequires: cmake(KF5WindowSystem) >= %{kf5_version}
BuildRequires: cmake(KF5XmlGui) >= %{kf5_version}
BuildRequires: systemd-rpm-macros
BuildRequires: xz
BuildRequires: cmake(Qt5Core) >= %{qt5_version}
BuildRequires: cmake(Qt5DBus) >= %{qt5_version}
@ -84,7 +85,6 @@ Provides translations to the package %{name}.
%prep
%setup -q -n kactivitymanagerd-%{version}
%autopatch -p1
%build
%cmake_kf5 -d build
@ -98,22 +98,30 @@ Provides translations to the package %{name}.
%find_lang kactivities5
%endif
%post -p /sbin/ldconfig
%post
/sbin/ldconfig
%{systemd_user_post plasma-kactivitymanagerd.service}
%postun -p /sbin/ldconfig
%preun
%{systemd_user_preun plasma-kactivitymanagerd.service}
%postun
/sbin/ldconfig
%{systemd_user_postun plasma-kactivitymanagerd.service}
%if %{with lang}
%files -n %name-lang -f kactivities5.lang
%endif
%files
%license COPYING*
%license LICENSES/*
%{_kf5_libdir}/libexec/kactivitymanagerd
%{_kf5_libdir}/libkactivitymanagerd_plugin.so
%{_kf5_plugindir}/
%{_kf5_servicesdir}/
%{_kf5_servicetypesdir}/
%{_kf5_sharedir}/dbus-1/services/org.kde.activitymanager.service
%{_kf5_sharedir}/dbus-1/services/org.kde.ActivityManager.service
%{_kf5_debugdir}/kactivitymanagerd.categories
%{_userunitdir}/plasma-kactivitymanagerd.service
%changelog