commit: 1f6826e1ba626272152410e78034e113bfdd242d Author: Johannes Huber <johu <AT> gentoo <DOT> org> AuthorDate: Sat Jul 4 14:52:23 2015 +0000 Commit: Johannes Huber <johu <AT> gentoo <DOT> org> CommitDate: Sat Jul 4 14:52:23 2015 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=1f6826e1
[kde-plasma/plasma-workspace] Remove unused patch Package-Manager: portage-2.2.20 .../files/plasma-workspace-startkde-script.patch | 40 ---------------------- 1 file changed, 40 deletions(-) diff --git a/kde-plasma/plasma-workspace/files/plasma-workspace-startkde-script.patch b/kde-plasma/plasma-workspace/files/plasma-workspace-startkde-script.patch deleted file mode 100644 index 8fb3756..0000000 --- a/kde-plasma/plasma-workspace/files/plasma-workspace-startkde-script.patch +++ /dev/null @@ -1,40 +0,0 @@ -From 6c3f73efc0619020a0c17219b1f7e1e3cd49478f Mon Sep 17 00:00:00 2001 -From: Johannes Huber <j...@gentoo.org> -Date: Wed, 28 May 2014 16:00:41 +0200 -Subject: [PATCH] [startkde] Gentoo FHS script support - ---- - startkde/startkde.cmake | 10 ++++++++++ - 1 file changed, 10 insertions(+) - -diff --git a/startkde/startkde.cmake b/startkde/startkde.cmake -index f073b93..1c41364 100644 ---- a/startkde/startkde.cmake -+++ b/startkde/startkde.cmake -@@ -206,6 +206,11 @@ for prefix in `echo "$libpath" | sed -n -e 's,/lib[^/]*/,/env/,p'`; do - done - done - -+# Gentoo part for FHS installs -+for file in "@GENTOO_PORTAGE_EPREFIX@/etc/plasma/startup/"*.sh; do -+ test -r "${file}" && . "${file}" -+done -+ - # Set the path for Qt plugins provided by KDE - QT_PLUGIN_PATH=${QT_PLUGIN_PATH+$QT_PLUGIN_PATH:}`qtpaths --plugin-dir` - # TODO: Do we really need this? -@@ -411,6 +416,11 @@ for prefix in `echo "$libpath" | sed -n -e 's,/lib[^/]*/,/shutdown/,p'`; do - done - done - -+# Gentoo part for FHS installs -+for file in "@GENTOO_PORTAGE_EPREFIX@/etc/plasma/shutdown/"*.sh; do -+ test -r "${file}" && . "${file}" -+done -+ - unset KDE_FULL_SESSION - xprop -root -remove KDE_FULL_SESSION - unset KDE_SESSION_VERSION --- -1.9.3 -