summaryrefslogtreecommitdiffstats
path: root/kde/patch/sddm-qt5.patch
diff options
context:
space:
mode:
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 ; }