From 715ac541d311d3e1e6a9176ed52dc0ef5f805f1d Mon Sep 17 00:00:00 2001 From: Eric Hameleers Date: Tue, 13 Jan 2015 21:16:15 +0100 Subject: Fixes for sddm and kdeconnect-framework - sddm: correctly change the default theme to breeze in /etc/sddm.conf - kdeconnect-framework: add an extra comment line to the qca-qt5 patch --- kde/doinst.sh/sddm-qt5 | 2 +- kde/patch/kdeconnect-framework.patch | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) 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 to #include : cat $CWD/patch/kdeconnect-framework/kdeconnect-kde_qca.diff | patch -p1 --verbose || { touch ${SLACK_KDE_BUILD_DIR}/${PKGNAME}.failed ; continue ; } -- cgit v1.2.3