summaryrefslogtreecommitdiffstats
path: root/kde/patch/kdeconnect-framework.patch
diff options
context:
space:
mode:
author Eric Hameleers <alien@slackware.com>2015-01-13 20:42:29 +0100
committer Eric Hameleers <alien@slackware.com>2015-01-13 20:42:29 +0100
commitffc7e5f569219e0d5dfaed9f62248f75b6130ad0 (patch)
treeac534069f01a22a6b353fe63930382835d9e20da /kde/patch/kdeconnect-framework.patch
parentd0edeacad75a44bc9718b9ffd8a7bb12820ef75e (diff)
downloadktown-ffc7e5f569219e0d5dfaed9f62248f75b6130ad0.tar.gz
ktown-ffc7e5f569219e0d5dfaed9f62248f75b6130ad0.tar.xz
Fixes for sddm and kdeconnect-framework
- sddm: generate a /etc/sddm.conf properly - keconnect-framework: fix compilation against qca-qt5
Diffstat (limited to '')
-rw-r--r--kde/patch/kdeconnect-framework.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/kde/patch/kdeconnect-framework.patch b/kde/patch/kdeconnect-framework.patch
index ee772bc..2b8ed98 100644
--- a/kde/patch/kdeconnect-framework.patch
+++ b/kde/patch/kdeconnect-framework.patch
@@ -1,3 +1,3 @@
-# We 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 ; }