epel9
Rex Dieter 9 years ago
parent dc4b90b529
commit 950d9c8f45

2
.gitignore vendored

@ -1 +1 @@
/plasma-workspace-5.7.3.tar.xz /plasma-workspace-5.7.4.tar.xz

@ -1,12 +0,0 @@
diff -up plasma-workspace-5.7.2/applets/systemtray/package/contents/ui/main.qml.orig plasma-workspace-5.7.2/applets/systemtray/package/contents/ui/main.qml
--- plasma-workspace-5.7.2/applets/systemtray/package/contents/ui/main.qml.orig 2016-07-19 10:36:25.219419321 -0500
+++ plasma-workspace-5.7.2/applets/systemtray/package/contents/ui/main.qml 2016-07-19 10:38:42.199898555 -0500
@@ -31,7 +31,7 @@ MouseArea {
Layout.minimumHeight: vertical ? tasksRow.implicitHeight+ expander.implicitHeight + units.smallSpacing : units.smallSpacing
property bool vertical: plasmoid.formFactor == PlasmaCore.Types.Vertical
- property int itemSize: units.roundToIconSize(Math.min(Math.min(width, height), units.iconSizes.medium))
+ property int itemSize: units.roundToIconSize(Math.min(Math.min(width, height), units.iconSizes.smallMedium))
property int hiddenItemSize: units.iconSizes.smallMedium
property alias expanded: dialog.visible
property Item activeApplet

@ -0,0 +1,12 @@
diff -up plasma-workspace-5.7.4/applets/systemtray/package/contents/ui/main.qml.orig plasma-workspace-5.7.4/applets/systemtray/package/contents/ui/main.qml
--- plasma-workspace-5.7.4/applets/systemtray/package/contents/ui/main.qml.orig 2016-08-24 06:15:17.781268751 -0500
+++ plasma-workspace-5.7.4/applets/systemtray/package/contents/ui/main.qml 2016-08-24 06:17:35.647239516 -0500
@@ -31,7 +31,7 @@ MouseArea {
Layout.minimumHeight: vertical ? tasksRow.implicitHeight + (expander.visible ? expander.implicitHeight : 0) + units.smallSpacing : units.smallSpacing
property bool vertical: plasmoid.formFactor == PlasmaCore.Types.Vertical
- property int itemSize: units.roundToIconSize(Math.min(Math.min(width, height), units.iconSizes.medium))
+ property int itemSize: units.roundToIconSize(Math.min(Math.min(width, height), units.iconSizes.smallMedium))
property int hiddenItemSize: units.iconSizes.smallMedium
property alias expanded: dialog.visible
property Item activeApplet

@ -6,8 +6,8 @@
Name: plasma-workspace Name: plasma-workspace
Summary: Plasma workspace, applications and applets Summary: Plasma workspace, applications and applets
Version: 5.7.3 Version: 5.7.4
Release: 2%{?dist} Release: 1%{?dist}
License: GPLv2+ License: GPLv2+
URL: https://quickgit.kde.org/?p=%{name}.git URL: https://quickgit.kde.org/?p=%{name}.git
@ -36,7 +36,7 @@ Patch11: plasma-workspace-5.3.0-set-fedora-default-look-and-feel.patch
Patch12: startkde.patch Patch12: startkde.patch
Patch13: startplasmacompositor.patch Patch13: startplasmacompositor.patch
# revert (semi) regresssion wrt systray icon sizes, http://bugs.kde.org/365570 # revert (semi) regresssion wrt systray icon sizes, http://bugs.kde.org/365570
Patch14: plasma-workspace-5.7.2-systray_iconSizes.patch Patch14: plasma-workspace-5.7.4-systray_iconSizes.patch
# default to folderview (instead of desktop) containment, see also # default to folderview (instead of desktop) containment, see also
# https://mail.kde.org/pipermail/distributions/2016-July/000133.html # https://mail.kde.org/pipermail/distributions/2016-July/000133.html
# and example, # and example,
@ -415,6 +415,7 @@ sed -i -e "s|@DEFAULT_LOOKANDFEEL@|%{?default_lookandfeel}%{!?default_lookandfee
%patch12 -p1 -b .startkde %patch12 -p1 -b .startkde
%patch13 -p1 -b .startplasmacompositor %patch13 -p1 -b .startplasmacompositor
%patch14 -p1 %patch14 -p1
%patch15 -p1
# highlight the use of wayland # highlight the use of wayland
sed -i.plasmawayland -e "s|Plasma|Plasma (Wayland)|g" plasmawayland.desktop.cmake sed -i.plasmawayland -e "s|Plasma|Plasma (Wayland)|g" plasmawayland.desktop.cmake
@ -663,6 +664,9 @@ fi
%changelog %changelog
* Tue Aug 23 2016 Rex Dieter <rdieter@fedoraproject.org> - 5.7.4-1
- 5.7.4
* Tue Aug 02 2016 Rex Dieter <rdieter@fedoraproject.org> - 5.7.3-2 * Tue Aug 02 2016 Rex Dieter <rdieter@fedoraproject.org> - 5.7.3-2
- adapt to upstream looknfeel/default-layout changes - adapt to upstream looknfeel/default-layout changes
- BR: iso-codes (technically only runtime dep, but can't hurt) - BR: iso-codes (technically only runtime dep, but can't hurt)

@ -1 +1 @@
5ed64282b5aa36bb77bd3a89334b851d plasma-workspace-5.7.3.tar.xz c2639e1838538df7a07d30fe99998796 plasma-workspace-5.7.4.tar.xz

Loading…
Cancel
Save