summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--kde/doinst.sh/sddm-qt52
-rw-r--r--kde/patch/kdeconnect-framework.patch1
2 files changed, 2 insertions, 1 deletions
diff --git a/kde/doinst.sh/sddm-qt5 b/kde/doinst.sh/sddm-qt5
index 6b8f9ff..8fdf0ce 100644
--- a/kde/doinst.sh/sddm-qt5
+++ b/kde/doinst.sh/sddm-qt5
@@ -55,7 +55,7 @@ chown -R sddm:sddm $sddmhome > /dev/null
chroot . sddm --example-config > /etc/sddm.conf.new
# Set the KDE5 theme 'breeze' as default, integrates better with Plasma 5:
-sed -i -e "s/^CurrentTheme.*/CurrentTheme=breeze/" etc/sddm.conf.new
+sed -i -e "/\[Theme\]/,/^\[/s/^Current.*/Current=breeze/" etc/sddm.conf.new
# SDDM follows the systemd convention of starting the first graphical session
# on tty1. We prefer the old convention where tty1 through tty6
diff --git a/kde/patch/kdeconnect-framework.patch b/kde/patch/kdeconnect-framework.patch
index 2b8ed98..8615714 100644
--- a/kde/patch/kdeconnect-framework.patch
+++ b/kde/patch/kdeconnect-framework.patch
@@ -1,3 +1,4 @@
+# We now use Qca-qt5, not Qca.
# Change the lines with #include <QtCrypto> to #include <QtCrypto/QtCrypto> :
cat $CWD/patch/kdeconnect-framework/kdeconnect-kde_qca.diff | patch -p1 --verbose || { touch ${SLACK_KDE_BUILD_DIR}/${PKGNAME}.failed ; continue ; }