public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in kde-base/kdebase-startkde/files: gentoo-startkde4-4.patch
@ 2011-06-11  6:46 Andreas HAttel (dilfridge)
  0 siblings, 0 replies; only message in thread
From: Andreas HAttel (dilfridge) @ 2011-06-11  6:46 UTC (permalink / raw
  To: gentoo-commits

dilfridge    11/06/11 06:46:53

  Added:                gentoo-startkde4-4.patch
  Log:
  Add missing patch, bug 371115
  
  (Portage version: 2.1.10.1/cvs/Linux x86_64)

Revision  Changes    Path
1.1                  kde-base/kdebase-startkde/files/gentoo-startkde4-4.patch

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/kdebase-startkde/files/gentoo-startkde4-4.patch?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/kdebase-startkde/files/gentoo-startkde4-4.patch?rev=1.1&content-type=text/plain

Index: gentoo-startkde4-4.patch
===================================================================
--- 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






^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2011-06-11  6:47 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-06-11  6:46 [gentoo-commits] gentoo-x86 commit in kde-base/kdebase-startkde/files: gentoo-startkde4-4.patch Andreas HAttel (dilfridge)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox