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/kactivitymanagerd?expand=0&rev=136
This commit is contained in:
parent
be652fecff
commit
454a7c61a7
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:77b5394cae27d68c55eaa02e7b9be524b6d8fee9a088e505830347b8289ef0c8
|
||||
size 99760
|
@ -1,11 +0,0 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
|
||||
iQEzBAABCAAdFiEEs8s2ZVJUC+Bu6a2XEZaMRJKMrvwFAmCRNZgACgkQEZaMRJKM
|
||||
rvzJeggAnM8m4W3kYTPE2E1LRrPKbvdknN+Tbp3uw6u6bs0xmJal2uaDVz987VhO
|
||||
sWCHGu8wkHhfEVHtI6oz/IbdCLklB8Ihn70qYbYoLrrtm1PUsZgfJSGbFSrVAmTf
|
||||
8XtN8TwTprlRFOi3mDFCmpMU8Mg/2dbaY6YNvkRaPxo2daD4W9shpvLfiKWXzxzH
|
||||
wPL4C1uikGXyMU5JGaq+QxgG0RziEIKzyoXbLb0Ko0S9FHQFNh5WxKF5MyZ+0ORX
|
||||
wKtIIBdVhAtbMM4Ee9yB0eIKuX882+dHbrZdT+lCDoClxa8tEomi3VFyAzKva1n3
|
||||
dwRIXqgRMmrGsE1iLH6W6L02kbaNsw==
|
||||
=ECox
|
||||
-----END PGP SIGNATURE-----
|
3
kactivitymanagerd-5.21.90.tar.xz
Normal file
3
kactivitymanagerd-5.21.90.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:d71a216fd35fea08cdc53e383443a96662fb99141bcc96931e0900df3285568b
|
||||
size 102956
|
11
kactivitymanagerd-5.21.90.tar.xz.sig
Normal file
11
kactivitymanagerd-5.21.90.tar.xz.sig
Normal file
@ -0,0 +1,11 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
|
||||
iQEzBAABCgAdFiEELR1bBYg1d4fenuIl7JTRj38FmX4FAmCdJA8ACgkQ7JTRj38F
|
||||
mX7lAwf/YFpEjiKFV7MMXR7np7BQAGi4DlpBsydH2cEwJwpIyCOU71SCPMSsi7G5
|
||||
uHpEfV5mKO2SPjGiBgOBFn2R2kFWud0i4Yu1w0tJ/X/XHtxWvJpekaxpWYXoMznV
|
||||
F6wnMreylPbPbY+FXCjQ6kpjwoHkiaknWgyqbXW6BaTAhkQBNiqKONce+Lhdiy7o
|
||||
DW1jBlSO/TPl8Uc9fXHmCdfCxPDoJGKLmqJhWEEjapWdhabWbcnoAQDIHvTh+Qi8
|
||||
FDBf3FHoWdz0XTmGslMZjDZEL/0iu+qnAcV7/tbLsKgVMx/uqK2ZG7pWauHtxTda
|
||||
z8cPryANioLMlb6GJ3KtwEa8+Ms3/w==
|
||||
=/8MD
|
||||
-----END PGP SIGNATURE-----
|
@ -1,3 +1,22 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu May 13 18:15:30 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:
|
||||
* sqlite: Include sqlite error as crash error message
|
||||
* Add .git-blame-ignore-revs file
|
||||
* Add pre-commit hook for clang-format
|
||||
* Run clang-format
|
||||
* Fix license header
|
||||
* Raise minimum CMake version to 3.16
|
||||
* Remove macro string magic
|
||||
* Implement Activities Runner as DBus Runner
|
||||
* Use versionless Qt cmake target
|
||||
* Autogenerate files
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue May 4 14:15:39 UTC 2021 - Fabian Vogt <fabian@ritter-vogt.de>
|
||||
|
||||
|
@ -20,15 +20,15 @@
|
||||
|
||||
%bcond_without lang
|
||||
Name: kactivitymanagerd
|
||||
Version: 5.21.5
|
||||
Version: 5.21.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
|
||||
@ -36,7 +36,7 @@ BuildRequires: libboost_headers-devel
|
||||
%else
|
||||
BuildRequires: boost-devel >= 1.49.0
|
||||
%endif
|
||||
BuildRequires: cmake >= 2.8.12
|
||||
BuildRequires: cmake >= 3.16
|
||||
BuildRequires: extra-cmake-modules >= %{kf5_version}
|
||||
BuildRequires: fdupes
|
||||
BuildRequires: cmake(KF5KCMUtils) >= %{kf5_version}
|
||||
@ -120,6 +120,9 @@ Provides translations to the package %{name}.
|
||||
%{_kf5_plugindir}/
|
||||
%{_kf5_servicesdir}/
|
||||
%{_kf5_servicetypesdir}/
|
||||
%dir %{_kf5_sharedir}/krunner/
|
||||
%dir %{_kf5_sharedir}/krunner/dbusplugins/
|
||||
%{_kf5_sharedir}/krunner/dbusplugins/plasma-runnners-activities.desktop
|
||||
%{_kf5_sharedir}/dbus-1/services/org.kde.ActivityManager.service
|
||||
%{_kf5_debugdir}/kactivitymanagerd.categories
|
||||
%{_userunitdir}/plasma-kactivitymanagerd.service
|
||||
|
Loading…
x
Reference in New Issue
Block a user