diff --git a/Configuration-option-for-System-Tray-icon-size.patch b/Configuration-option-for-System-Tray-icon-size.patch index 7021d78..7962be2 100644 --- a/Configuration-option-for-System-Tray-icon-size.patch +++ b/Configuration-option-for-System-Tray-icon-size.patch @@ -30,7 +30,7 @@ REVIEW:128400 +++ b/applets/systemtray/package/contents/ui/main.qml @@ -30,8 +30,10 @@ - Layout.minimumHeight: vertical ? tasksRow.implicitHeight+ expander.implicitHeight + units.smallSpacing : units.smallSpacing + Layout.minimumHeight: vertical ? tasksRow.implicitHeight + (expander.visible ? expander.implicitHeight : 0) + units.smallSpacing : units.smallSpacing + property var iconSizes: ["small", "smallMedium", "medium", "large", "huge", "enormous"]; + diff --git a/plasma-workspace-5.7.3.tar.xz b/plasma-workspace-5.7.3.tar.xz deleted file mode 100644 index 8259e17..0000000 --- a/plasma-workspace-5.7.3.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:33318d20068b578de71b39c40dc6db0008afa14914a46ca8e939c451554d9cf7 -size 6806164 diff --git a/plasma-workspace-5.7.4.tar.xz b/plasma-workspace-5.7.4.tar.xz new file mode 100644 index 0000000..38ea69b --- /dev/null +++ b/plasma-workspace-5.7.4.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5785b5dd3cd44847720f4e639ad4ccf4bdd842624abda5b78ffd49362c0f0e3d +size 6827672 diff --git a/plasma5-workspace.changes b/plasma5-workspace.changes index 983db35..366b0a4 100644 --- a/plasma5-workspace.changes +++ b/plasma5-workspace.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Fri Aug 26 20:36:41 UTC 2016 - fabian@ritter-vogt.de + +- Update to 5.7.4 + * New bugfix release + * For more details please see: + https://www.kde.org/announcements/plasma-5.7.4.php +- Refresh plasma5-workspace.spec + ------------------------------------------------------------------- Tue Aug 23 17:25:26 UTC 2016 - wbauer@tmo.at diff --git a/plasma5-workspace.spec b/plasma5-workspace.spec index 65799a6..9660369 100644 --- a/plasma5-workspace.spec +++ b/plasma5-workspace.spec @@ -18,9 +18,9 @@ %bcond_without lang Name: plasma5-workspace -Version: 5.7.3 +Version: 5.7.4 Release: 0 -%define plasma_version 5.7.3 +%define plasma_version 5.7.4 Summary: The KDE Plasma Workspace Components License: GPL-2.0+ Group: System/GUI/KDE @@ -358,7 +358,7 @@ workspace. Development files. %if %{with lang} %files lang -f %{name}.lang -%doc %lang(de) %{_kf5_htmldir}/de/ +%doc %lang(en) %{_kf5_htmldir}/en/ %doc %lang(cs) %{_kf5_htmldir}/cs/ %endif