summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'kde-plasma/kdebase-startkde/files/gentoo-startkde4-4.patch')
-rw-r--r--kde-plasma/kdebase-startkde/files/gentoo-startkde4-4.patch26
1 files changed, 0 insertions, 26 deletions
diff --git a/kde-plasma/kdebase-startkde/files/gentoo-startkde4-4.patch b/kde-plasma/kdebase-startkde/files/gentoo-startkde4-4.patch
deleted file mode 100644
index 4d5177507700..000000000000
--- a/kde-plasma/kdebase-startkde/files/gentoo-startkde4-4.patch
+++ /dev/null
@@ -1,26 +0,0 @@
---- startkde.cmake.old 2011-03-24 13:07:04.919889148 +0100
-+++ startkde.cmake 2011-03-24 13:14:42.033174445 +0100
-@@ -187,6 +187,11 @@
- done
- done
-
-+# Gentoo part for FHS installs
-+for file in "@GENTOO_PORTAGE_EPREFIX@/etc/kde/startup/"*.sh; do
-+ test -r "${file}" && . "${file}"
-+done
-+
- # Set the path for Qt plugins provided by KDE
- if test -n "$QT_PLUGIN_PATH"; then
- QT_PLUGIN_PATH="$QT_PLUGIN_PATH:`kde4-config --path qtplugins`"
-@@ -400,6 +405,11 @@
- done
- done
-
-+# Gentoo part for FHS installs
-+for file in "@GENTOO_PORTAGE_EPREFIX@/etc/kde/shutdown/"*.sh; do
-+ test -r "${file}" && . "${file}"
-+done
-+
- unset KDE_FULL_SESSION
- xprop -root -remove KDE_FULL_SESSION
- unset KDE_SESSION_VERSION