Gentoo Archives: gentoo-commits

From: Johannes Huber <johu@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/kde:master commit in: kde-plasma/plasma-workspace/files/
Date: Sat, 04 Jul 2015 14:51:33
Message-Id: 1436021543.1f6826e1ba626272152410e78034e113bfdd242d.johu@gentoo
1 commit: 1f6826e1ba626272152410e78034e113bfdd242d
2 Author: Johannes Huber <johu <AT> gentoo <DOT> org>
3 AuthorDate: Sat Jul 4 14:52:23 2015 +0000
4 Commit: Johannes Huber <johu <AT> gentoo <DOT> org>
5 CommitDate: Sat Jul 4 14:52:23 2015 +0000
6 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=1f6826e1
7
8 [kde-plasma/plasma-workspace] Remove unused patch
9
10 Package-Manager: portage-2.2.20
11
12 .../files/plasma-workspace-startkde-script.patch | 40 ----------------------
13 1 file changed, 40 deletions(-)
14
15 diff --git a/kde-plasma/plasma-workspace/files/plasma-workspace-startkde-script.patch b/kde-plasma/plasma-workspace/files/plasma-workspace-startkde-script.patch
16 deleted file mode 100644
17 index 8fb3756..0000000
18 --- a/kde-plasma/plasma-workspace/files/plasma-workspace-startkde-script.patch
19 +++ /dev/null
20 @@ -1,40 +0,0 @@
21 -From 6c3f73efc0619020a0c17219b1f7e1e3cd49478f Mon Sep 17 00:00:00 2001
22 -From: Johannes Huber <johu@g.o>
23 -Date: Wed, 28 May 2014 16:00:41 +0200
24 -Subject: [PATCH] [startkde] Gentoo FHS script support
25 -
26 ----
27 - startkde/startkde.cmake | 10 ++++++++++
28 - 1 file changed, 10 insertions(+)
29 -
30 -diff --git a/startkde/startkde.cmake b/startkde/startkde.cmake
31 -index f073b93..1c41364 100644
32 ---- a/startkde/startkde.cmake
33 -+++ b/startkde/startkde.cmake
34 -@@ -206,6 +206,11 @@ for prefix in `echo "$libpath" | sed -n -e 's,/lib[^/]*/,/env/,p'`; do
35 - done
36 - done
37 -
38 -+# Gentoo part for FHS installs
39 -+for file in "@GENTOO_PORTAGE_EPREFIX@/etc/plasma/startup/"*.sh; do
40 -+ test -r "${file}" && . "${file}"
41 -+done
42 -+
43 - # Set the path for Qt plugins provided by KDE
44 - QT_PLUGIN_PATH=${QT_PLUGIN_PATH+$QT_PLUGIN_PATH:}`qtpaths --plugin-dir`
45 - # TODO: Do we really need this?
46 -@@ -411,6 +416,11 @@ for prefix in `echo "$libpath" | sed -n -e 's,/lib[^/]*/,/shutdown/,p'`; do
47 - done
48 - done
49 -
50 -+# Gentoo part for FHS installs
51 -+for file in "@GENTOO_PORTAGE_EPREFIX@/etc/plasma/shutdown/"*.sh; do
52 -+ test -r "${file}" && . "${file}"
53 -+done
54 -+
55 - unset KDE_FULL_SESSION
56 - xprop -root -remove KDE_FULL_SESSION
57 - unset KDE_SESSION_VERSION
58 ---
59 -1.9.3
60 -