Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: kde-frameworks/plasma/, kde-frameworks/plasma/files/
Date: Sat, 06 Aug 2022 07:45:07
Message-Id: 1659770329.5f691dec3ba9a61e6fee433098a838b322eea33b.asturm@gentoo
1 commit: 5f691dec3ba9a61e6fee433098a838b322eea33b
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Sat Aug 6 06:59:31 2022 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Sat Aug 6 07:18:49 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5f691dec
7
8 kde-frameworks/plasma: drop 5.92.0-r2
9
10 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
11
12 kde-frameworks/plasma/Manifest | 1 -
13 ...lasma-5.92.0-breeze-light-dark-visual-fix.patch | 40 --------
14 .../files/plasma-5.92.0-fix-blurry-buttons.patch | 110 ---------------------
15 kde-frameworks/plasma/plasma-5.92.0-r2.ebuild | 78 ---------------
16 4 files changed, 229 deletions(-)
17
18 diff --git a/kde-frameworks/plasma/Manifest b/kde-frameworks/plasma/Manifest
19 index be5373dcd5d0..dff45506cb78 100644
20 --- a/kde-frameworks/plasma/Manifest
21 +++ b/kde-frameworks/plasma/Manifest
22 @@ -1,2 +1 @@
23 -DIST plasma-framework-5.92.0.tar.xz 3145504 BLAKE2B 4c9c4a6c585fae629d94666d312af9a2dc74242d59f93cf6b63e206f7b4656982e1969cee7e1543b5c32b4f0815d602cfa8d0b56c3416f92bd5d2d2048ee6ef4 SHA512 6efbb9f03ec11804b12cda209dc665468cf6f56ecf712a136a5cf1ea2cb1deb1d427896770b12c18094a2d7f0ef69da9dcbe52b16ae2126e8382ade74d8ce54c
24 DIST plasma-framework-5.96.0.tar.xz 3145380 BLAKE2B a9190358fc454dfba03d8f5881b52e21e7e209f471823d4d4ead54818103436775f09df7f1dd42ade4d4b5b2df448f5cb1bb682ea77d32c57cdfe7c39ecab238 SHA512 9361948197c69ab8b2a1b943c1e9a2e44443588cd3bb4073eaa9ac6a4575bb4c1e6a257eb2fda6333df13eb568e09ed26a88d128fdafbe517bca705b8a8f2a5b
25
26 diff --git a/kde-frameworks/plasma/files/plasma-5.92.0-breeze-light-dark-visual-fix.patch b/kde-frameworks/plasma/files/plasma-5.92.0-breeze-light-dark-visual-fix.patch
27 deleted file mode 100644
28 index 04992bcb129d..000000000000
29 --- a/kde-frameworks/plasma/files/plasma-5.92.0-breeze-light-dark-visual-fix.patch
30 +++ /dev/null
31 @@ -1,40 +0,0 @@
32 -From 7352045b388f4b0ef553706bd219457e5018ce4e Mon Sep 17 00:00:00 2001
33 -From: Marco Martin <notmart@×××××.com>
34 -Date: Mon, 28 Mar 2022 21:20:16 +0000
35 -Subject: [PATCH] Don't install the heading SVG in breeze-light and breeze-dark
36 - Plasma themes
37 -
38 -Installing that file there was an acky workaround that got broken by 2cccf230.
39 ----
40 - src/desktoptheme/breeze-dark/CMakeLists.txt | 5 +----
41 - src/desktoptheme/breeze-light/CMakeLists.txt | 4 ----
42 - 2 files changed, 1 insertion(+), 8 deletions(-)
43 -
44 -diff --git a/src/desktoptheme/breeze-dark/CMakeLists.txt b/src/desktoptheme/breeze-dark/CMakeLists.txt
45 -index 8f2078e4d..7f8f99062 100644
46 ---- a/src/desktoptheme/breeze-dark/CMakeLists.txt
47 -+++ b/src/desktoptheme/breeze-dark/CMakeLists.txt
48 -@@ -8,7 +8,4 @@ install(
49 - FILES colors "${CMAKE_CURRENT_BINARY_DIR}/metadata.desktop"
50 - DESTINATION ${PLASMA_DATA_INSTALL_DIR}/desktoptheme/breeze-dark
51 - )
52 --install(
53 -- FILES ${PROJECT_BINARY_DIR}/src/desktoptheme/breeze/default.gzipped/widgets/plasmoidheading.svgz
54 -- DESTINATION ${PLASMA_DATA_INSTALL_DIR}/desktoptheme/breeze-dark/widgets
55 --)
56 -+
57 -diff --git a/src/desktoptheme/breeze-light/CMakeLists.txt b/src/desktoptheme/breeze-light/CMakeLists.txt
58 -index 678033cec..6688a603b 100644
59 ---- a/src/desktoptheme/breeze-light/CMakeLists.txt
60 -+++ b/src/desktoptheme/breeze-light/CMakeLists.txt
61 -@@ -8,7 +8,3 @@ install(
62 - FILES colors "${CMAKE_CURRENT_BINARY_DIR}/metadata.desktop"
63 - DESTINATION ${PLASMA_DATA_INSTALL_DIR}/desktoptheme/breeze-light
64 - )
65 --install(
66 -- FILES ${PROJECT_BINARY_DIR}/src/desktoptheme/breeze/default.gzipped/widgets/plasmoidheading.svgz
67 -- DESTINATION ${PLASMA_DATA_INSTALL_DIR}/desktoptheme/breeze-light/widgets
68 --)
69 ---
70 -GitLab
71 -
72
73 diff --git a/kde-frameworks/plasma/files/plasma-5.92.0-fix-blurry-buttons.patch b/kde-frameworks/plasma/files/plasma-5.92.0-fix-blurry-buttons.patch
74 deleted file mode 100644
75 index 0286039ddb7b..000000000000
76 --- a/kde-frameworks/plasma/files/plasma-5.92.0-fix-blurry-buttons.patch
77 +++ /dev/null
78 @@ -1,110 +0,0 @@
79 -From bd1ba6e539a326585a24fc21d0e27ef2c59e8731 Mon Sep 17 00:00:00 2001
80 -From: Noah Davis <noahadvs@×××××.com>
81 -Date: Wed, 6 Apr 2022 15:08:53 -0400
82 -Subject: [PATCH] PC3 toggle controls: fix odd heights misaligning indicators
83 -
84 -BUG: 447977
85 ----
86 - src/declarativeimports/plasmacomponents3/CheckBox.qml | 2 +-
87 - src/declarativeimports/plasmacomponents3/CheckDelegate.qml | 2 +-
88 - src/declarativeimports/plasmacomponents3/MenuItem.qml | 2 +-
89 - src/declarativeimports/plasmacomponents3/RadioButton.qml | 2 +-
90 - src/declarativeimports/plasmacomponents3/RadioDelegate.qml | 2 +-
91 - src/declarativeimports/plasmacomponents3/Switch.qml | 2 +-
92 - src/declarativeimports/plasmacomponents3/SwitchDelegate.qml | 2 +-
93 - 7 files changed, 7 insertions(+), 7 deletions(-)
94 -
95 -diff --git a/src/declarativeimports/plasmacomponents3/CheckBox.qml b/src/declarativeimports/plasmacomponents3/CheckBox.qml
96 -index 1da39da24..fed972566 100644
97 ---- a/src/declarativeimports/plasmacomponents3/CheckBox.qml
98 -+++ b/src/declarativeimports/plasmacomponents3/CheckBox.qml
99 -@@ -35,7 +35,7 @@ T.CheckBox {
100 -
101 - indicator: CheckIndicator {
102 - x: !control.mirrored ? control.leftPadding : control.width - width - control.rightPadding
103 -- y: control.topPadding + (control.availableHeight - height) / 2
104 -+ y: control.topPadding + Math.round((control.availableHeight - height) / 2)
105 - control: control
106 - }
107 -
108 -diff --git a/src/declarativeimports/plasmacomponents3/CheckDelegate.qml b/src/declarativeimports/plasmacomponents3/CheckDelegate.qml
109 -index ef965becd..9d241467b 100644
110 ---- a/src/declarativeimports/plasmacomponents3/CheckDelegate.qml
111 -+++ b/src/declarativeimports/plasmacomponents3/CheckDelegate.qml
112 -@@ -47,7 +47,7 @@ T.CheckDelegate {
113 -
114 - indicator: CheckIndicator {
115 - x: control.mirrored ? control.leftPadding : control.width - width - control.rightPadding
116 -- y: control.topPadding + (control.availableHeight - height) / 2
117 -+ y: control.topPadding + Math.round((control.availableHeight - height) / 2)
118 -
119 - control: control
120 - }
121 -diff --git a/src/declarativeimports/plasmacomponents3/MenuItem.qml b/src/declarativeimports/plasmacomponents3/MenuItem.qml
122 -index 16f2a5e36..964c5930d 100644
123 ---- a/src/declarativeimports/plasmacomponents3/MenuItem.qml
124 -+++ b/src/declarativeimports/plasmacomponents3/MenuItem.qml
125 -@@ -81,7 +81,7 @@ T.MenuItem {
126 -
127 - indicator: Loader {
128 - x: controlRoot.mirrored ? controlRoot.width - width - controlRoot.rightPadding : controlRoot.leftPadding
129 -- y: controlRoot.topPadding + (controlRoot.availableHeight - height) / 2
130 -+ y: controlRoot.topPadding + Math.round((controlRoot.availableHeight - height) / 2)
131 -
132 - visible: controlRoot.checkable
133 - sourceComponent: controlRoot.autoExclusive ? radioComponent : checkComponent
134 -diff --git a/src/declarativeimports/plasmacomponents3/RadioButton.qml b/src/declarativeimports/plasmacomponents3/RadioButton.qml
135 -index 7eeee3f9b..0b7a19894 100644
136 ---- a/src/declarativeimports/plasmacomponents3/RadioButton.qml
137 -+++ b/src/declarativeimports/plasmacomponents3/RadioButton.qml
138 -@@ -32,7 +32,7 @@ T.RadioButton {
139 -
140 - indicator: RadioIndicator {
141 - x: !control.mirrored ? control.leftPadding : control.width - width - control.rightPadding
142 -- y: control.topPadding + (control.availableHeight - height) / 2
143 -+ y: control.topPadding + Math.round((control.availableHeight - height) / 2)
144 - control: control
145 - }
146 -
147 -diff --git a/src/declarativeimports/plasmacomponents3/RadioDelegate.qml b/src/declarativeimports/plasmacomponents3/RadioDelegate.qml
148 -index e25f28cc3..a915a4eac 100644
149 ---- a/src/declarativeimports/plasmacomponents3/RadioDelegate.qml
150 -+++ b/src/declarativeimports/plasmacomponents3/RadioDelegate.qml
151 -@@ -47,7 +47,7 @@ T.RadioDelegate {
152 -
153 - indicator: RadioIndicator {
154 - x: control.mirrored ? control.leftPadding : control.width - width - control.rightPadding
155 -- y: control.topPadding + (control.availableHeight - height) / 2
156 -+ y: control.topPadding + Math.round((control.availableHeight - height) / 2)
157 -
158 - control: control
159 - }
160 -diff --git a/src/declarativeimports/plasmacomponents3/Switch.qml b/src/declarativeimports/plasmacomponents3/Switch.qml
161 -index 32ef1274b..98de41388 100644
162 ---- a/src/declarativeimports/plasmacomponents3/Switch.qml
163 -+++ b/src/declarativeimports/plasmacomponents3/Switch.qml
164 -@@ -32,7 +32,7 @@ T.Switch {
165 -
166 - indicator: SwitchIndicator {
167 - x: !control.mirrored ? control.leftPadding : control.width - width - control.rightPadding
168 -- y: control.topPadding + (control.availableHeight - height) / 2
169 -+ y: control.topPadding + Math.round((control.availableHeight - height) / 2)
170 - control: control
171 - }
172 -
173 -diff --git a/src/declarativeimports/plasmacomponents3/SwitchDelegate.qml b/src/declarativeimports/plasmacomponents3/SwitchDelegate.qml
174 -index e6adf9a6e..0f3db70de 100644
175 ---- a/src/declarativeimports/plasmacomponents3/SwitchDelegate.qml
176 -+++ b/src/declarativeimports/plasmacomponents3/SwitchDelegate.qml
177 -@@ -45,7 +45,7 @@ T.SwitchDelegate {
178 -
179 - indicator: SwitchIndicator {
180 - x: control.mirrored ? control.leftPadding : control.width - width - control.rightPadding
181 -- y: control.topPadding + (control.availableHeight - height) / 2
182 -+ y: control.topPadding + Math.round((control.availableHeight - height) / 2)
183 -
184 - control: control
185 - }
186 ---
187 -GitLab
188 -
189
190 diff --git a/kde-frameworks/plasma/plasma-5.92.0-r2.ebuild b/kde-frameworks/plasma/plasma-5.92.0-r2.ebuild
191 deleted file mode 100644
192 index f048636a97a6..000000000000
193 --- a/kde-frameworks/plasma/plasma-5.92.0-r2.ebuild
194 +++ /dev/null
195 @@ -1,78 +0,0 @@
196 -# Copyright 1999-2022 Gentoo Authors
197 -# Distributed under the terms of the GNU General Public License v2
198 -
199 -EAPI=8
200 -
201 -KDE_ORG_NAME="${PN}-framework"
202 -PVCUT=$(ver_cut 1-2)
203 -QTMIN=5.15.2
204 -VIRTUALX_REQUIRED="test"
205 -inherit ecm kde.org
206 -
207 -DESCRIPTION="Plasma framework"
208 -
209 -LICENSE="LGPL-2+"
210 -KEYWORDS="amd64 ~arm arm64 ~ppc64 ~riscv x86"
211 -IUSE="gles2-only man wayland X"
212 -
213 -RESTRICT="test"
214 -
215 -RDEPEND="
216 - >=dev-qt/qtdbus-${QTMIN}:5
217 - >=dev-qt/qtdeclarative-${QTMIN}:5
218 - >=dev-qt/qtgui-${QTMIN}:5[gles2-only=,X=]
219 - >=dev-qt/qtquickcontrols-${QTMIN}:5
220 - >=dev-qt/qtsql-${QTMIN}:5
221 - >=dev-qt/qtsvg-${QTMIN}:5
222 - >=dev-qt/qtwidgets-${QTMIN}:5
223 - =kde-frameworks/kactivities-${PVCUT}*:5
224 - =kde-frameworks/karchive-${PVCUT}*:5
225 - =kde-frameworks/kconfig-${PVCUT}*:5
226 - =kde-frameworks/kconfigwidgets-${PVCUT}*:5
227 - =kde-frameworks/kcoreaddons-${PVCUT}*:5
228 - =kde-frameworks/kdeclarative-${PVCUT}*:5
229 - =kde-frameworks/kglobalaccel-${PVCUT}*:5
230 - =kde-frameworks/kguiaddons-${PVCUT}*:5
231 - =kde-frameworks/ki18n-${PVCUT}*:5
232 - =kde-frameworks/kiconthemes-${PVCUT}*:5
233 - =kde-frameworks/kio-${PVCUT}*:5
234 - =kde-frameworks/kirigami-${PVCUT}*:5
235 - =kde-frameworks/knotifications-${PVCUT}*:5
236 - =kde-frameworks/kpackage-${PVCUT}*:5
237 - =kde-frameworks/kservice-${PVCUT}*:5
238 - =kde-frameworks/kwidgetsaddons-${PVCUT}*:5
239 - =kde-frameworks/kwindowsystem-${PVCUT}*:5
240 - =kde-frameworks/kxmlgui-${PVCUT}*:5
241 - !gles2-only? ( media-libs/libglvnd[X?] )
242 - wayland? (
243 - =kde-frameworks/kwayland-${PVCUT}*:5
244 - media-libs/libglvnd
245 - )
246 - X? (
247 - >=dev-qt/qtx11extras-${QTMIN}:5
248 - x11-libs/libX11
249 - x11-libs/libxcb
250 - )
251 -"
252 -DEPEND="${RDEPEND}
253 - X? ( x11-base/xorg-proto )
254 -"
255 -BDEPEND="man? ( >=kde-frameworks/kdoctools-${PVCUT}:5 )"
256 -
257 -PATCHES=(
258 - "${FILESDIR}/${P}-breeze-light-dark-visual-fix.patch"
259 - "${FILESDIR}/${P}-fix-blurry-buttons.patch" # KDE-bug 447977
260 -)
261 -
262 -src_configure() {
263 - local mycmakeargs=(
264 - $(cmake_use_find_package !gles2-only OpenGL)
265 - $(cmake_use_find_package man KF5DocTools)
266 - $(cmake_use_find_package wayland EGL)
267 - $(cmake_use_find_package wayland KF5Wayland)
268 - $(cmake_use_find_package X X11)
269 - $(cmake_use_find_package X XCB)
270 - )
271 -
272 - ecm_src_configure
273 -}