Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/kde:master commit in: kde-plasma/plasma-workspace/files/
Date: Tue, 17 Sep 2019 15:40:37
Message-Id: 1568734680.abba77cd84257b5db9aa9a38d4b9a817308bad77.asturm@gentoo
1 commit: abba77cd84257b5db9aa9a38d4b9a817308bad77
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Tue Sep 17 15:38:00 2019 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Tue Sep 17 15:38:00 2019 +0000
6 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=abba77cd
7
8 kde-plasma/plasma-workspace: Drop unused patches
9
10 Package-Manager: Portage-2.3.76, Repoman-2.3.17
11 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
12
13 ...rkspace-5.10-startplasmacompositor-script.patch | 40 ----------
14 .../plasma-workspace-5.14.80-startkde-script.patch | 39 ----------
15 .../plasma-workspace-5.16.3-x11sessionrename.patch | 91 ----------------------
16 ...asma-workspace-5.16.4-no-share-dataengine.patch | 25 ------
17 4 files changed, 195 deletions(-)
18
19 diff --git a/kde-plasma/plasma-workspace/files/plasma-workspace-5.10-startplasmacompositor-script.patch b/kde-plasma/plasma-workspace/files/plasma-workspace-5.10-startplasmacompositor-script.patch
20 deleted file mode 100644
21 index de56ffe236..0000000000
22 --- a/kde-plasma/plasma-workspace/files/plasma-workspace-5.10-startplasmacompositor-script.patch
23 +++ /dev/null
24 @@ -1,40 +0,0 @@
25 -From a9b685f0dab7f21dfa3ed55011c035bab1c972d9 Mon Sep 17 00:00:00 2001
26 -From: =?UTF-8?q?Jos=C3=A9=20Pekkarinen?= <koalinux@×××××.com>
27 -Date: Tue, 1 Aug 2017 23:09:24 +0300
28 -Subject: [PATCH] Source files in /etc/plasma/{startup,shutdown}
29 -
30 ----
31 - startkde/startplasmacompositor.cmake | 10 ++++++++++
32 - 1 file changed, 10 insertions(+)
33 -
34 -diff --git a/startkde/startplasmacompositor.cmake b/startkde/startplasmacompositor.cmake
35 -index 5bcf26a..e965f19 100644
36 ---- a/startkde/startplasmacompositor.cmake
37 -+++ b/startkde/startplasmacompositor.cmake
38 -@@ -157,6 +157,11 @@ for prefix in `echo $scriptpath`; do
39 - done
40 - done
41 -
42 -+# Gentoo part for FHS installs
43 -+for file in "@GENTOO_PORTAGE_EPREFIX@/etc/plasma/startup/"*.sh; do
44 -+ test -r "${file}" && . "${file}"
45 -+done
46 -+
47 - echo 'startplasmacompositor: Starting up...' 1>&2
48 -
49 - # Make sure that the KDE prefix is first in XDG_DATA_DIRS and that it's set at all.
50 -@@ -232,6 +237,11 @@ fi
51 -
52 - echo 'startplasmacompositor: Shutting down...' 1>&2
53 -
54 -+# Gentoo part for FHS installs
55 -+for file in "@GENTOO_PORTAGE_EPREFIX@/etc/plasma/shutdown/"*.sh; do
56 -+ test -r "${file}" && . "${file}"
57 -+done
58 -+
59 - unset KDE_FULL_SESSION
60 - xprop -root -remove KDE_FULL_SESSION
61 - unset KDE_SESSION_VERSION
62 ---
63 -2.13.0
64 -
65
66 diff --git a/kde-plasma/plasma-workspace/files/plasma-workspace-5.14.80-startkde-script.patch b/kde-plasma/plasma-workspace/files/plasma-workspace-5.14.80-startkde-script.patch
67 deleted file mode 100644
68 index 44e86a0169..0000000000
69 --- a/kde-plasma/plasma-workspace/files/plasma-workspace-5.14.80-startkde-script.patch
70 +++ /dev/null
71 @@ -1,39 +0,0 @@
72 -From bf569560bf195ac4e79d65d4103a7161a6a2f2ac Mon Sep 17 00:00:00 2001
73 -From: Elias Probst <mail@×××××××××××.eu>
74 -Date: Sat, 4 Jul 2015 11:33:01 +0200
75 -Subject: [PATCH] [startkde] Gentoo FHS script support
76 -
77 ----
78 - startkde/startkde.cmake | 10 ++++++++++
79 - 1 file changed, 10 insertions(+)
80 -
81 -diff --git a/startkde/startkde.cmake b/startkde/startkde.cmake
82 -index 2585600..9350158 100644
83 ---- a/startkde/startkde.cmake
84 -+++ b/startkde/startkde.cmake
85 -@@ -210,6 +210,11 @@ for prefix in `echo $scriptpath`; do
86 - done
87 - done
88 -
89 -+# Gentoo part for FHS installs
90 -+for file in "@GENTOO_PORTAGE_EPREFIX@/etc/plasma/startup/"*.sh; do
91 -+ test -r "${file}" && . "${file}"
92 -+done
93 -+
94 - # Set a left cursor instead of the standard X11 "X" cursor, since I've heard
95 - # from some users that they're confused and don't know what to do. This is
96 - # especially necessary on slow machines, where starting KDE takes one or two
97 -@@ -417,6 +422,11 @@ for prefix in `echo "$scriptpath"`; do
98 - done
99 - done
100 -
101 -+# Gentoo part for FHS installs
102 -+for file in "@GENTOO_PORTAGE_EPREFIX@/etc/plasma/shutdown/"*.sh; do
103 -+ test -r "${file}" && . "${file}"
104 -+done
105 -+
106 - unset KDE_FULL_SESSION
107 - xprop -root -remove KDE_FULL_SESSION
108 - unset KDE_SESSION_VERSION
109 ---
110 -2.3.6
111
112 diff --git a/kde-plasma/plasma-workspace/files/plasma-workspace-5.16.3-x11sessionrename.patch b/kde-plasma/plasma-workspace/files/plasma-workspace-5.16.3-x11sessionrename.patch
113 deleted file mode 100644
114 index a851f5f54b..0000000000
115 --- a/kde-plasma/plasma-workspace/files/plasma-workspace-5.16.3-x11sessionrename.patch
116 +++ /dev/null
117 @@ -1,91 +0,0 @@
118 -From bcabb38b1f07a52847752fb54eb61696a1312a61 Mon Sep 17 00:00:00 2001
119 -From: Andreas Sturmlechner <asturm@g.o>
120 -Date: Tue, 2 Jul 2019 10:13:54 +0200
121 -Subject: [PATCH] Fix Name conflict between plasma.desktop and
122 - plasmawayland.desktop
123 -
124 -Summary:
125 -SDDM as of 0.18.1 appends " (Wayland)" to the Name of any session file it
126 -finds in wayland-sessions dir, and Plasma is relying on that behaviour to
127 -distinguish between its X11 and Wayland sessions. This leads to duplicate
128 -"Plasma" entries on any other DM not applying the same hack, e.g. lightdm,
129 -and users are lost without downstream patching.
130 -
131 -Instead of waiting for which of (SDDM, Plasma) is doing something about
132 -it first, renaming X11 session to "Plasma on Xorg" appears to be the most
133 -elegant solution out of the deadlock. SDDM can be fixed any time later.
134 -
135 -CCBUG: https://bugs.kde.org/show_bug.cgi?id=368409
136 -See also: https://github.com/sddm/sddm/pull/997
137 -
138 -Reviewers: #plasma
139 -
140 -Subscribers: plasma-devel
141 -
142 -Tags: #plasma
143 -
144 -Differential Revision: https://phabricator.kde.org/D22210
145 ----
146 - plasma.desktop.cmake | 46 +----------------------------
147 - 1 file changed, 1 insertion(+), 45 deletions(-)
148 -
149 -diff --git a/plasma.desktop.cmake b/plasma.desktop.cmake
150 -index 4d361606d..099de2908 100644
151 ---- a/plasma.desktop.cmake
152 -+++ b/plasma.desktop.cmake
153 -@@ -3,51 +3,7 @@ Type=XSession
154 - Exec=${CMAKE_INSTALL_FULL_BINDIR}/startplasma-x11
155 - TryExec=${CMAKE_INSTALL_FULL_BINDIR}/startplasma-x11
156 - DesktopNames=KDE
157 --Name=Plasma
158 --Name[ar]=بلازما
159 --Name[bs]=Plazma
160 --Name[ca]=Plasma
161 --Name[ca@valencia]=Plasma
162 --Name[cs]=Plasma
163 --Name[da]=Plasma
164 --Name[de]=Plasma
165 --Name[el]=Plasma
166 --Name[en_GB]=Plasma
167 --Name[es]=Plasma
168 --Name[et]=Plasma
169 --Name[eu]=Plasma
170 --Name[fi]=Plasma
171 --Name[fr]=Plasma
172 --Name[gl]=Plasma
173 --Name[he]=פלזמה
174 --Name[hu]=Plasma
175 --Name[id]=Plasma
176 --Name[is]=Plasma
177 --Name[it]=Plasma
178 --Name[ja]=プラズマ
179 --Name[ko]=Plasma
180 --Name[lt]=Plasma
181 --Name[nb]=Plasma
182 --Name[nds]=Plasma
183 --Name[nl]=Plasma
184 --Name[nn]=Plasma
185 --Name[pa]=ਪਲਾਜ਼ਮਾ
186 --Name[pl]=Plazma
187 --Name[pt]=Plasma
188 --Name[pt_BR]=Plasma
189 --Name[ru]=Plasma
190 --Name[sk]=Plasma
191 --Name[sl]=Plasma
192 --Name[sr]=Плазма
193 --Name[sr@ijekavian]=Плазма
194 --Name[sr@ijekavianlatin]=Plasma
195 --Name[sr@latin]=Plasma
196 --Name[sv]=Plasma
197 --Name[tr]=Plama
198 --Name[uk]=Плазма
199 --Name[x-test]=xxPlasmaxx
200 --Name[zh_CN]=Plasma
201 --Name[zh_TW]=Plasma
202 -+Name=Plasma on Xorg
203 - Comment=Plasma by KDE
204 - Comment[ar]=بلازما كدي
205 - Comment[bs]=Plazma od strane KDe
206 ---
207 -2.22.0
208 -
209
210 diff --git a/kde-plasma/plasma-workspace/files/plasma-workspace-5.16.4-no-share-dataengine.patch b/kde-plasma/plasma-workspace/files/plasma-workspace-5.16.4-no-share-dataengine.patch
211 deleted file mode 100644
212 index dc5214b303..0000000000
213 --- a/kde-plasma/plasma-workspace/files/plasma-workspace-5.16.4-no-share-dataengine.patch
214 +++ /dev/null
215 @@ -1,25 +0,0 @@
216 -See also: https://phabricator.kde.org/D22691
217 -
218 -diff --git a/CMakeLists.txt b/CMakeLists.txt
219 ---- a/CMakeLists.txt
220 -+++ b/CMakeLists.txt
221 -@@ -24,7 +24,7 @@
222 - include(KDEPackageAppTemplates)
223 -
224 - find_package(KF5 ${KF5_MIN_VERSION} REQUIRED COMPONENTS
225 -- Plasma DocTools Runner JsEmbed NotifyConfig Su NewStuff Wallet
226 -+ Plasma DocTools Runner NotifyConfig Su NewStuff Wallet
227 - IdleTime Declarative I18n KCMUtils TextWidgets KDELibs4Support Crash GlobalAccel
228 - DBusAddons Wayland CoreAddons)
229 - find_package(KDED CONFIG REQUIRED)
230 -diff --git a/dataengines/CMakeLists.txt b/dataengines/CMakeLists.txt
231 ---- a/dataengines/CMakeLists.txt
232 -+++ b/dataengines/CMakeLists.txt
233 -@@ -24,7 +24,6 @@
234 - add_subdirectory(time)
235 - add_subdirectory(weather)
236 - add_subdirectory(statusnotifieritem)
237 --add_subdirectory(share)
238 -
239 - if(NOT WIN32)
240 - add_subdirectory(mouse)