summaryrefslogtreecommitdiffstats
path: root/kde/patch/kdeconnect-framework.patch
diff options
context:
space:
mode:
author Eric Hameleers <alien@slackware.com>2015-01-13 21:16:15 +0100
committer Eric Hameleers <alien@slackware.com>2015-01-13 21:16:15 +0100
commit715ac541d311d3e1e6a9176ed52dc0ef5f805f1d (patch)
treee3a3cf4eafc21398c65578931cf2a8e0fcd513b3 /kde/patch/kdeconnect-framework.patch
parentffc7e5f569219e0d5dfaed9f62248f75b6130ad0 (diff)
downloadktown-715ac541d311d3e1e6a9176ed52dc0ef5f805f1d.tar.gz
ktown-715ac541d311d3e1e6a9176ed52dc0ef5f805f1d.tar.xz
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
Diffstat (limited to '')
-rw-r--r--kde/patch/kdeconnect-framework.patch1
1 files changed, 1 insertions, 0 deletions
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 ; }