Plasma 5.14 Beta - I'll try to add tarball signatures and .keyring in a followup sr. The unresolvables are due to a missing verbump in KUF, but it built fine before adjusting kf5_version.
OBS-URL: https://build.opensuse.org/package/show/KDE:Frameworks5/kactivitymanagerd?expand=0&rev=77
This commit is contained in:
parent
167a3d1c0e
commit
2d7cc6a726
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:58f234c0f20b379c92f13e145045841add6aa3b11c517004d51b9103fbf5db7d
|
||||
size 85412
|
3
kactivitymanagerd-5.13.90.tar.xz
Normal file
3
kactivitymanagerd-5.13.90.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:c336e0589c2a15467642f6411079aeb3b9a9618e0c4d49d4c2d1b521ecb1262d
|
||||
size 86272
|
@ -1,3 +1,31 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Sep 13 17:24:59 UTC 2018 - fabian@ritter-vogt.de
|
||||
|
||||
- Update to 5.13.90
|
||||
* New feature release
|
||||
* For more details please see:
|
||||
* https://www.kde.org/announcements/plasma-5.13.90.php
|
||||
- Changes since 5.13.5:
|
||||
* QT_MIN_VERSIONS is Qt 5.11 for Plasma 5.14. Agreed at kickoff meeting. Set everywhere for clearity and consistency.
|
||||
* Enabled the global shortcuts plugin by default
|
||||
* Remove unused KAMD_DATA_DIR variables
|
||||
* Use (non-deprecated) KDEInstallDirs variables
|
||||
* Use KDE_INSTALL_FULL_BINDIR instead of hardcoding bin/ subdir
|
||||
* Remove unneeded include_directories
|
||||
* No need to set CMAKE_INCLUDE_CURRENT_DIR, done by KDECMakeSettings
|
||||
* Add some QT_ definitions to enforce current strict state
|
||||
* Use override
|
||||
* Use nullptr
|
||||
* Fix typo in assert messages
|
||||
* Use more explicit
|
||||
* No need to set CMAKE_AUTOMOC ourselves, done by KDECMakeSettings
|
||||
* Use ecm_setup_qtplugin_macro_names for KAMD_EXPORT_PLUGIN
|
||||
* No need to add explicitly ECM_KDE_MODULE_DIR, part of ECM_MODULE_PATH
|
||||
* Use KF5_MIN_VERSION also for ECM, now that it's part of KF
|
||||
* Remove unneeded cmake macro includes
|
||||
* Require KDE Frameworks 5.42 and Qt 5.9
|
||||
* Bump min cmake version to 3.0
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Sep 4 10:58:40 UTC 2018 - fabian@ritter-vogt.de
|
||||
|
||||
|
@ -15,18 +15,18 @@
|
||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||
#
|
||||
|
||||
%global kf5_version 5.45.0
|
||||
%global qt5_version 5.10.0
|
||||
%global kf5_version 5.50.0
|
||||
%global qt5_version 5.11.0
|
||||
|
||||
%bcond_without lang
|
||||
Name: kactivitymanagerd
|
||||
Version: 5.13.5
|
||||
Version: 5.13.90
|
||||
Release: 0
|
||||
Summary: KDE Plasma Activities support
|
||||
License: GPL-2.0+
|
||||
Group: System/GUI/KDE
|
||||
Url: http://projects.kde.org/kactivitymanagerd
|
||||
Source: http://download.kde.org/stable/plasma/%{version}/kactivitymanagerd-%{version}.tar.xz
|
||||
Source: http://download.kde.org/unstable/plasma/%{version}/kactivitymanagerd-%{version}.tar.xz
|
||||
%if 0%{?suse_version} > 1325
|
||||
BuildRequires: libboost_headers-devel
|
||||
%else
|
||||
|
Loading…
Reference in New Issue
Block a user