summaryrefslogtreecommitdiffstats
path: root/gentoo/trinity-base/tdebase-starttde/files/kdebase-startkde-trinity-gentoo.patch
diff options
context:
space:
mode:
authorSlávek Banko <slavek.banko@axis.cz>2019-12-02 15:14:50 +0100
committerSlávek Banko <slavek.banko@axis.cz>2019-12-02 15:14:50 +0100
commitc725dd1dd684be0c61ad1035a778601369942f60 (patch)
tree8a36becd6b51453f5dc6c13bbfc2897720dad19b /gentoo/trinity-base/tdebase-starttde/files/kdebase-startkde-trinity-gentoo.patch
parent652dadf08b1c2bc4f8bc673e47b27ebbe91487cd (diff)
downloadtde-packaging-c725dd1dd684be0c61ad1035a778601369942f60.tar.gz
tde-packaging-c725dd1dd684be0c61ad1035a778601369942f60.zip
Gentoo: Files moved to a separate git repository.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
Diffstat (limited to 'gentoo/trinity-base/tdebase-starttde/files/kdebase-startkde-trinity-gentoo.patch')
m---------gentoo0
-rw-r--r--gentoo/trinity-base/tdebase-starttde/files/kdebase-startkde-trinity-gentoo.patch46
2 files changed, 0 insertions, 46 deletions
diff --git a/gentoo b/gentoo
new file mode 160000
+Subproject 644110a847c5911c2eb04eb53c93031740561ef
diff --git a/gentoo/trinity-base/tdebase-starttde/files/kdebase-startkde-trinity-gentoo.patch b/gentoo/trinity-base/tdebase-starttde/files/kdebase-startkde-trinity-gentoo.patch
deleted file mode 100644
index 0d37eab5b..000000000
--- a/gentoo/trinity-base/tdebase-starttde/files/kdebase-startkde-trinity-gentoo.patch
+++ /dev/null
@@ -1,46 +0,0 @@
---- startkde.orig 2011-09-19 14:54:22.812972431 +0400
-+++ startkde 2011-09-19 15:02:54.050401619 +0400
-@@ -9,6 +9,15 @@
- # because we still need to do some cleanup.
- trap '[startkde] echo GOT SIGHUP' HUP
-
-+# Gentoo: setup environment, filter other slotted KDE installs from PATH
-+_KDEDIR=@REPLACE_PREFIX@
-+#export KDEDIRS=${_KDEDIR}:/usr:/usr/local
-+export PATH=${_KDEDIR}/bin:$(echo ${PATH} | sed 's/$/:/g;s#/usr/kde/[^/]*/s\?bin/\?:##g;s/:$//g')
-+export ROOTPATH=${_KDEDIR}/sbin:${_KDEDIR}/bin:$(echo ${PATH} | sed 's/$/:/g;s#/usr/kde/[^/]*/s\?bin/\?:##g;s/:$//g')
-+export LDPATH=@REPLACE_LIBS@:${LDPATH}
-+export XDG_DATA_DIRS=${_KDEDIR}/share:$(echo ${XDG_DATA_DIRS} | sed 's/$/:/g;s#/usr/kde/[^/]*/share/\?:##g;s/:$//g')
-+# Gentoo part ends
-+
- # Check if a KDE session is already running.
- if kcheckrunning >/dev/null 2>&1; then
- echo "[startkde] KDE seems to be already running on this display."
-@@ -340,6 +349,13 @@
- done
- done
-
-+# Source scripts in /etc/X11/xinit/xinitrc.d/ for system-level defined stuff
-+if test -d "/etc/X11/xinit/xinitrc.d/"; then
-+ for file in "/etc/X11/xinit/xinitrc.d/"*; do
-+ test -x "$file" && . "$file"
-+ done
-+fi
-+
- # Activate the kde font directories.
- #
- # There are 4 directories that may be used for supplying fonts for KDE.
-@@ -593,7 +609,12 @@
- # Clean up
- kdeinit_shutdown
- dcopserver_shutdown --wait
--artsshell -q terminate
-+
-+# Terminate artsshell if it exists
-+if [ -e ${_KDEDIR}/bin/artsshell ] ; then
-+ artsshell -q terminate ;
-+fi
-+
- # KDE4 support
- if [ -f /usr/bin/kdeinit4_shutdown ]; then
- kde4 kdeinit4_shutdown 2>/dev/null