app-crypt/kencfs-plasma: Fix build with Qt 5.11
authorAndreas Sturmlechner <asturm@gentoo.org>
Tue, 11 Sep 2018 17:46:36 +0000 (19:46 +0200)
committerAndreas Sturmlechner <asturm@gentoo.org>
Tue, 11 Sep 2018 17:46:36 +0000 (19:46 +0200)
Closes: https://bugs.gentoo.org/665712
Package-Manager: Portage-2.3.49, Repoman-2.3.10

app-crypt/kencfs-plasma/files/kencfs-plasma-2.0.1_alpha-qt-5.11.patch [new file with mode: 0644]
app-crypt/kencfs-plasma/kencfs-plasma-2.0.1_alpha.ebuild

diff --git a/app-crypt/kencfs-plasma/files/kencfs-plasma-2.0.1_alpha-qt-5.11.patch b/app-crypt/kencfs-plasma/files/kencfs-plasma-2.0.1_alpha-qt-5.11.patch
new file mode 100644 (file)
index 0000000..3efc5e4
--- /dev/null
@@ -0,0 +1,11 @@
+--- a/kencfs-plasma.pro        2017-02-05 10:09:37.000000000 +0100
++++ b/kencfs-plasma.pro        2018-09-11 19:43:41.594198503 +0200
+@@ -15,7 +15,7 @@
+     
+ TRANSLATIONS = kencfs_it_IT.ts kencfs_ro_RO.ts kencfs_cs_CZ.ts kencfs_ru_RU.ts
+-QT += widgets KWallet KConfigCore KNotifications
++QT += dbus widgets KWallet KConfigCore KNotifications
+ CONFIG += qtsingleapplication
+ include(singleapplication.pri)
index 5b6df0f1ffd6460175a73c2e21f822f9e6317fb3..96a0de750d2afdde925e05dd13a8f12191a36a53 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -30,7 +30,10 @@ RDEPEND="${DEPEND}
 
 S=${WORKDIR}/${MY_P}
 
-PATCHES=( "${FILESDIR}/${P}-include.patch" )
+PATCHES=(
+       "${FILESDIR}/${P}-include.patch"
+       "${FILESDIR}/${P}-qt-5.11.patch"
+)
 
 src_prepare() {
        default