From 16e613e2585bb42feb26d70a89d8a1945c6a8827 Mon Sep 17 00:00:00 2001 From: Eric Hameleers Date: Thu, 31 Dec 2015 13:53:34 +0100 Subject: Some package recompilations as a result of your feedback, thanks! Also, three new packages have been added and one has been re-added. current/testing/deps: Updated OpenAL. current/testing/kde/applications: Rebuilt kde-runtime, kdenetwork-filesharing, kdesdk-thumbnailers, kdegraphics-thumbnailers, krfb, kamera, marble, ark, dolphin, kde-baseapps. current/testing/kde/applications: Added the missing baloo5-widgets. current/testing/kde/kdepim: Rebuilt kdepimlibs. current/testing/kde/plasma: Added bluez-qt,bluedevil (now that Slackware finally got updated to BlueZ 5)). current/testing/kde/plasma: Rebuilt plasma5-nm, plasma-workspace. current/testing/kde/plasma-extra: Re-added oxygen-fonts on request. --- kde/post-install/baloo.post-install | 2 ++ kde/post-install/plasma-workspace.post-install | 5 +++-- 2 files changed, 5 insertions(+), 2 deletions(-) (limited to 'kde/post-install') diff --git a/kde/post-install/baloo.post-install b/kde/post-install/baloo.post-install index 9239a3e..58ceb24 100644 --- a/kde/post-install/baloo.post-install +++ b/kde/post-install/baloo.post-install @@ -1,2 +1,4 @@ # Move the polkit dbus configuration files to the proper place: mv $PKG/etc/kde/dbus-1 $PKG/etc/ +# We do not need these, they are already part of baloo5: +rm -f $PKG/usr/bin/* diff --git a/kde/post-install/plasma-workspace.post-install b/kde/post-install/plasma-workspace.post-install index b2df90e..15ad278 100644 --- a/kde/post-install/plasma-workspace.post-install +++ b/kde/post-install/plasma-workspace.post-install @@ -7,11 +7,12 @@ cat $CWD/post-install/plasma-workspace/xinit/xinitrc.plasma \ > $PKG/etc/X11/xinit/xinitrc.plasma chmod 0755 $PKG/etc/X11/xinit/xinitrc.plasma -# Add a "fail-safe" version of KDE Plasma desktop session: +# Add a "fail-safe" version of KDE Plasma desktop session. +# Prefix the name with "z_" because SDDM is braindead: mkdir -p $PKG/usr/share/xsessions cat $CWD/post-install/plasma-workspace/xsession/plasma-safe.desktop \ | sed -e "s,@PREFIX@,/usr,g" \ - > $PKG/usr/share/xsessions/plasma-safe.desktop + > $PKG/usr/share/xsessions/z_plasma-safe.desktop # What is "plugins/plugins"? mv $PKG/usr/lib64/qt5/plugins/{plugins,}/phonon_platform -- cgit v1.2.3