From 8d7dd4892e8aa73ce7c3ea73f48a5274e48f5428 Mon Sep 17 00:00:00 2001 From: Eric Hameleers Date: Mon, 22 Dec 2014 15:09:16 +0100 Subject: KDE 4.9.5 for Slackware 14.0 (02jan2013) --- kde/post-install/kde-baseapps.patch | 9 --------- kde/post-install/kde-baseapps.post-install | 9 +++++++++ kde/post-install/konsole.post-install | 5 +++-- 3 files changed, 12 insertions(+), 11 deletions(-) delete mode 100644 kde/post-install/kde-baseapps.patch create mode 100644 kde/post-install/kde-baseapps.post-install (limited to 'kde/post-install') diff --git a/kde/post-install/kde-baseapps.patch b/kde/post-install/kde-baseapps.patch deleted file mode 100644 index 8dda636..0000000 --- a/kde/post-install/kde-baseapps.patch +++ /dev/null @@ -1,9 +0,0 @@ -# Add profile scripts -mkdir -p $PKG/etc/profile.d -cat $CWD/post-install/kde-baseapps/profile.d/kde.sh \ - | sed -e "s#/lib/#/lib${LIBDIRSUFFIX}/#" \ - > $PKG/etc/profile.d/kde.sh -cat $CWD/post-install/kde-baseapps/profile.d/kde.csh \ - | sed -e "s#/lib/#/lib${LIBDIRSUFFIX}/#" \ - > $PKG/etc/profile.d/kde.csh -chmod 0755 $PKG/etc/profile.d/* diff --git a/kde/post-install/kde-baseapps.post-install b/kde/post-install/kde-baseapps.post-install new file mode 100644 index 0000000..8dda636 --- /dev/null +++ b/kde/post-install/kde-baseapps.post-install @@ -0,0 +1,9 @@ +# Add profile scripts +mkdir -p $PKG/etc/profile.d +cat $CWD/post-install/kde-baseapps/profile.d/kde.sh \ + | sed -e "s#/lib/#/lib${LIBDIRSUFFIX}/#" \ + > $PKG/etc/profile.d/kde.sh +cat $CWD/post-install/kde-baseapps/profile.d/kde.csh \ + | sed -e "s#/lib/#/lib${LIBDIRSUFFIX}/#" \ + > $PKG/etc/profile.d/kde.csh +chmod 0755 $PKG/etc/profile.d/* diff --git a/kde/post-install/konsole.post-install b/kde/post-install/konsole.post-install index b0ef9a6..6104e9f 100644 --- a/kde/post-install/konsole.post-install +++ b/kde/post-install/konsole.post-install @@ -2,8 +2,9 @@ # still documented in the help manual. Here's a way to get the same # thing, and it works here, but I honestly don't know how it will act # everywhere with every shell. I just know it works with bash and ksh -sed -i -e 's/Exec=konsole/Exec=konsole -e $SHELL -l/' \ - $PKG/usr/share/applications/kde4/konsole.desktop +# Removed in KDE 4.9.4 package because it does not work: +#sed -i -e 's/^Exec=konsole/Exec=konsole -e $SHELL -l/' \ +# $PKG/usr/share/applications/kde4/konsole.desktop ## I find this a little bit too bright... ## Change the konsole defaults to look like the real Linux console: -- cgit v1.2.3