summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2018-01-21 15:08:14 +0100
committerAndreas Sturmlechner <asturm@gentoo.org>2018-01-21 20:11:35 +0100
commited38416e955f9bfd07cc5f2663778d8373ee9877 (patch)
tree8c514818dc77ccd36d494cec872ded8e7037801c /kde-plasma/plasma-workspace/files
parentmedia-video/vdr: fixed LINGUAS to L10N handling (diff)
downloadgentoo-ed38416e955f9bfd07cc5f2663778d8373ee9877.tar.gz
gentoo-ed38416e955f9bfd07cc5f2663778d8373ee9877.tar.bz2
gentoo-ed38416e955f9bfd07cc5f2663778d8373ee9877.zip
kde-plasma: Drop KDE Plasma 5.10.5
Package-Manager: Portage-2.3.20, Repoman-2.3.6
Diffstat (limited to 'kde-plasma/plasma-workspace/files')
-rw-r--r--kde-plasma/plasma-workspace/files/plasma-workspace-5.10.5-devicenotifier.patch32
1 files changed, 0 insertions, 32 deletions
diff --git a/kde-plasma/plasma-workspace/files/plasma-workspace-5.10.5-devicenotifier.patch b/kde-plasma/plasma-workspace/files/plasma-workspace-5.10.5-devicenotifier.patch
deleted file mode 100644
index 978f326e620f..000000000000
--- a/kde-plasma/plasma-workspace/files/plasma-workspace-5.10.5-devicenotifier.patch
+++ /dev/null
@@ -1,32 +0,0 @@
-From b8f263cd9939530a6634a1ddb9533bf473a67805 Mon Sep 17 00:00:00 2001
-From: Kai Uwe Broulik <kde@privat.broulik.de>
-Date: Wed, 23 Aug 2017 11:10:34 +0200
-Subject: [Device Notifier] Set preferred size for ActionItem
-
-In QtQuick Layouts implicit size (set by IconItem to the SVG's natural size) takes
-precedence over width/height. This was fixed in DeviceItem but forgotten here.
-
-BUG: 382541
-FIXED-IN: 5.8.8
----
- applets/devicenotifier/package/contents/ui/ActionItem.qml | 4 ++--
- 1 file changed, 2 insertions(+), 2 deletions(-)
-
-diff --git a/applets/devicenotifier/package/contents/ui/ActionItem.qml b/applets/devicenotifier/package/contents/ui/ActionItem.qml
-index 5e54866..df28365 100644
---- a/applets/devicenotifier/package/contents/ui/ActionItem.qml
-+++ b/applets/devicenotifier/package/contents/ui/ActionItem.qml
-@@ -56,8 +56,8 @@ MouseArea {
-
- PlasmaCore.IconItem {
- source: area.icon
-- width: units.iconSizes.smallMedium
-- height: width
-+ Layout.preferredWidth: units.iconSizes.smallMedium
-+ Layout.preferredHeight: width
- }
-
- PlasmaComponents.Label {
---
-cgit v0.11.2
-