]> Frank Brehm's Git Trees - config/samara/etc.git/commitdiff
committing changes in /etc after emerge run
authorfbrehm <fbrehm@samara.profitbricks.localdomain>
Fri, 17 Feb 2012 11:51:16 +0000 (12:51 +0100)
committerroot <root@samara.profitbricks.localdomain>
Fri, 17 Feb 2012 11:51:16 +0000 (12:51 +0100)
Package changes:
+kde-base/kde-env-4.7.4

.etckeeper
X11/xinit/xinitrc.d/11-xdg-menu-kde-4 [new file with mode: 0755]
env.d/43kdepaths [new file with mode: 0644]

index a030c6ec73c54a84acf0717da96820e2eea0dcc9..6d3150c58c94ea4faa37381d2fa5d6f884a37710 100755 (executable)
@@ -94,6 +94,7 @@ maybe chmod 0755 './X11/xinit/xinitrc.d'
 maybe chmod 0755 './X11/xinit/xinitrc.d/00-xhost'
 maybe chmod 0755 './X11/xinit/xinitrc.d/10-user-dirs-update-gnome'
 maybe chmod 0755 './X11/xinit/xinitrc.d/10-xdg-menu-gnome'
+maybe chmod 0755 './X11/xinit/xinitrc.d/11-xdg-menu-kde-4'
 maybe chmod 0755 './X11/xinit/xinitrc.d/15-xdg-data-gnome'
 maybe chmod 0755 './X11/xinit/xinitrc.d/49-keychain'
 maybe chmod 0755 './X11/xinit/xinitrc.d/50-ssh-agent'
@@ -354,6 +355,7 @@ maybe chmod 0644 './env.d/20java-config'
 maybe chmod 0644 './env.d/30gnupg'
 maybe chmod 0644 './env.d/30xdg-data-local'
 maybe chmod 0644 './env.d/37fontconfig'
+maybe chmod 0644 './env.d/43kdepaths'
 maybe chmod 0644 './env.d/44qt4'
 maybe chmod 0644 './env.d/50gconf'
 maybe chmod 0644 './env.d/50gtk2'
diff --git a/X11/xinit/xinitrc.d/11-xdg-menu-kde-4 b/X11/xinit/xinitrc.d/11-xdg-menu-kde-4
new file mode 100755 (executable)
index 0000000..1f06e4d
--- /dev/null
@@ -0,0 +1,5 @@
+#!/bin/sh
+
+if [ -z ${XDG_MENU_PREFIX} ] && [ "${DESKTOP_SESSION}" = "KDE-4" ]; then
+       export XDG_MENU_PREFIX="kde-4-"
+fi
diff --git a/env.d/43kdepaths b/env.d/43kdepaths
new file mode 100644 (file)
index 0000000..dd73f61
--- /dev/null
@@ -0,0 +1,2 @@
+CONFIG_PROTECT="/usr/share/config"
+#KDE_IS_PRELINKED=1