summaryrefslogtreecommitdiffstats
path: root/kde/patch/sddm-qt5.patch
diff options
context:
space:
mode:
author Eric Hameleers <alien@slackware.com>2015-09-02 09:51:20 +0200
committer Eric Hameleers <alien@slackware.com>2015-09-02 09:51:20 +0200
commit13f35715e2638f533db67f916a46f56bd84e6398 (patch)
treeba963acef2e53be4b873d9a33038ed8b3f29580b /kde/patch/sddm-qt5.patch
parent434e6e6d65bdcdf2bbb05fe6c65462949a0619d7 (diff)
downloadktown-13f35715e2638f533db67f916a46f56bd84e6398.tar.gz
ktown-13f35715e2638f533db67f916a46f56bd84e6398.tar.xz
Updated/added patches for KDE-5_15.09
Diffstat (limited to 'kde/patch/sddm-qt5.patch')
-rw-r--r--kde/patch/sddm-qt5.patch5
1 files changed, 4 insertions, 1 deletions
diff --git a/kde/patch/sddm-qt5.patch b/kde/patch/sddm-qt5.patch
index d1a12dc..58f21c7 100644
--- a/kde/patch/sddm-qt5.patch
+++ b/kde/patch/sddm-qt5.patch
@@ -1,6 +1,9 @@
# Add missing consolekit support
-# (brings back the switch_user/shutdown/reboot functionality in KDE):
+# (brings back the switch_user functionality in KDE):
cat $CWD/patch/sddm-qt5/sddm_consolekit.diff | patch -p1 --verbose || { touch ${SLACK_KDE_BUILD_DIR}/${PKGNAME}.failed ; continue ; }
# Fix a compilation error on passwd backend:
#cat $CWD/patch/sddm-qt5/sddm_auth.diff | patch -p1 --verbose || { touch ${SLACK_KDE_BUILD_DIR}/${PKGNAME}.failed ; continue ; }
+
+# Fix a compilation error on passwd backend:
+cat $CWD/patch/sddm-qt5/sddm_qstring.patch | patch -p1 --verbose || { touch ${SLACK_KDE_BUILD_DIR}/${PKGNAME}.failed ; continue ; }