This commit is contained in:
parent
0e1a5ba5af
commit
3312eb2c5f
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:5b3340ba857aad361bac708c8c8258e6e6adf31537066ed44654b1995138432b
|
||||
size 250052
|
3
plasma-sdk-5.12.3.tar.xz
Normal file
3
plasma-sdk-5.12.3.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:916202c01b37eb8b2ff49134e5baed4effeec8490971037675e95c4fe24e8a42
|
||||
size 243508
|
@ -1,3 +1,28 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Mar 6 16:07:54 CET 2018 - fabian@ritter-vogt.de
|
||||
|
||||
- Update to 5.12.3
|
||||
* New bugfix release
|
||||
* For more details please see:
|
||||
* https://www.kde.org/announcements/plasma-5.12.3.php
|
||||
- Changes since 5.12.2:
|
||||
* [cuttlefish] Fix unencoded & in appdata bugtracker link
|
||||
* Remove unported and dead code for remote-widgets-browser
|
||||
* [cuttlefish] Fix bugtracker link in appdata
|
||||
* [plasmoidviewer] Set app metadata for a proper D-Bus service name
|
||||
* [plasmoidviewer] Create KDBusService only after processing cmdl args
|
||||
* [engineexplorer] Remove extra margins around UI forms
|
||||
* Actually use KF5_MIN_VERSION with find_package(KF5)
|
||||
* [cuttlefish] Set translation domain for app in code, not as compile flag
|
||||
* Use project() only once in the toplevel CMakeLists.txt
|
||||
* Actually use QT_MIN_VERSION with find_package(Qt5)
|
||||
* Require KDE Frameworks 5.42 and Qt 5.9
|
||||
* [engineexplorer] Add missing handling of cmdl args by aboutData
|
||||
* [engineexplorer] Do not repeat work of KAboutData::setApplicationData()
|
||||
* [engineexplorer] Fix unported setting of window icon
|
||||
* [plasmoidviewer] Add missing KLocalizedString::setApplicationDomain()
|
||||
* [plasmoidviewer] Add missing window icon, use "plasma"
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Feb 21 23:57:09 CET 2018 - lbeltrame@kde.org
|
||||
|
||||
|
@ -18,13 +18,13 @@
|
||||
|
||||
%bcond_without lang
|
||||
Name: plasma5-sdk
|
||||
Version: 5.12.2
|
||||
Version: 5.12.3
|
||||
Release: 0
|
||||
Summary: Plasma SDK
|
||||
License: LGPL-2.0+ and GPL-2.0
|
||||
Group: System/GUI/KDE
|
||||
Url: https://cgit.kde.org/plasma-sdk.git
|
||||
Source: plasma-sdk-%{version}.tar.xz
|
||||
Source: http://download.kde.org/stable/plasma/%{version}/plasma-sdk-%{version}.tar.xz
|
||||
BuildRequires: breeze5-icons
|
||||
BuildRequires: extra-cmake-modules >= 1.8.0
|
||||
BuildRequires: kf5-filesystem
|
||||
@ -116,7 +116,6 @@ test Plasma data engines without writing a Plasma applet.
|
||||
%find_lang plasma_shell_org.kde.plasmoidviewershell %{name}.lang
|
||||
%find_lang org.kde.plasma.themeexplorer %{name}.lang
|
||||
%find_lang org.kde.plasma.lookandfeelexplorer %{name}.lang
|
||||
%find_lang remote-widgets-browser %{name}.lang
|
||||
%find_lang plasmoidviewer %{name}.lang
|
||||
%find_lang plasmawallpaperviewer %{name}.lang
|
||||
%find_lang plasmaengineexplorer %{name}.lang
|
||||
|
Loading…
x
Reference in New Issue
Block a user