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.patch6
1 files changed, 6 insertions, 0 deletions
diff --git a/kde/patch/sddm-qt5.patch b/kde/patch/sddm-qt5.patch
new file mode 100644
index 0000000..610c769
--- /dev/null
+++ b/kde/patch/sddm-qt5.patch
@@ -0,0 +1,6 @@
+# Add missing consolekit support
+# (brings back the switch_user/shutdown/reboot functionality in KDE):
+zcat $CWD/patch/sddm-qt5/sddm_consolekit.diff.gz | patch -p1 --verbose || { touch ${SLACK_KDE_BUILD_DIR}/${PKGNAME}.failed ; continue ; }
+
+# Fix a compilation error on passwd backend:
+#zcat $CWD/patch/sddm-qt5/sddm_auth.diff.gz | patch -p1 --verbose || { touch ${SLACK_KDE_BUILD_DIR}/${PKGNAME}.failed ; continue ; }