summaryrefslogtreecommitdiffstats
path: root/kde/patch/sddm-qt5.patch
blob: d1a12dcde72a31fb5ede8716a8a32bb11cded93e (plain)
1
2
3
4
5
6
# Add missing consolekit support
# (brings back the switch_user/shutdown/reboot 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 ; }