This commit is contained in:
parent
05ea08576a
commit
fef672c23a
@ -30,7 +30,7 @@ REVIEW:128400
|
|||||||
+++ b/applets/systemtray/package/contents/ui/main.qml
|
+++ b/applets/systemtray/package/contents/ui/main.qml
|
||||||
@@ -30,8 +30,10 @@
|
@@ -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"];
|
+ property var iconSizes: ["small", "smallMedium", "medium", "large", "huge", "enormous"];
|
||||||
+
|
+
|
||||||
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:33318d20068b578de71b39c40dc6db0008afa14914a46ca8e939c451554d9cf7
|
|
||||||
size 6806164
|
|
3
plasma-workspace-5.7.4.tar.xz
Normal file
3
plasma-workspace-5.7.4.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:5785b5dd3cd44847720f4e639ad4ccf4bdd842624abda5b78ffd49362c0f0e3d
|
||||||
|
size 6827672
|
@ -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
|
Tue Aug 23 17:25:26 UTC 2016 - wbauer@tmo.at
|
||||||
|
|
||||||
|
@ -18,9 +18,9 @@
|
|||||||
|
|
||||||
%bcond_without lang
|
%bcond_without lang
|
||||||
Name: plasma5-workspace
|
Name: plasma5-workspace
|
||||||
Version: 5.7.3
|
Version: 5.7.4
|
||||||
Release: 0
|
Release: 0
|
||||||
%define plasma_version 5.7.3
|
%define plasma_version 5.7.4
|
||||||
Summary: The KDE Plasma Workspace Components
|
Summary: The KDE Plasma Workspace Components
|
||||||
License: GPL-2.0+
|
License: GPL-2.0+
|
||||||
Group: System/GUI/KDE
|
Group: System/GUI/KDE
|
||||||
@ -358,7 +358,7 @@ workspace. Development files.
|
|||||||
|
|
||||||
%if %{with lang}
|
%if %{with lang}
|
||||||
%files lang -f %{name}.lang
|
%files lang -f %{name}.lang
|
||||||
%doc %lang(de) %{_kf5_htmldir}/de/
|
%doc %lang(en) %{_kf5_htmldir}/en/
|
||||||
%doc %lang(cs) %{_kf5_htmldir}/cs/
|
%doc %lang(cs) %{_kf5_htmldir}/cs/
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user