commit: c90b2e9405c3e27059242c157dd32ee4ce4fe243 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> AuthorDate: Tue Sep 11 17:46:36 2018 +0000 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> CommitDate: Tue Sep 11 17:46:36 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c90b2e94
app-crypt/kencfs-plasma: Fix build with Qt 5.11 Closes: https://bugs.gentoo.org/665712 Package-Manager: Portage-2.3.49, Repoman-2.3.10 .../files/kencfs-plasma-2.0.1_alpha-qt-5.11.patch | 11 +++++++++++ app-crypt/kencfs-plasma/kencfs-plasma-2.0.1_alpha.ebuild | 7 +++++-- 2 files changed, 16 insertions(+), 2 deletions(-) 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 index 00000000000..3efc5e41838 --- /dev/null +++ b/app-crypt/kencfs-plasma/files/kencfs-plasma-2.0.1_alpha-qt-5.11.patch @@ -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) diff --git a/app-crypt/kencfs-plasma/kencfs-plasma-2.0.1_alpha.ebuild b/app-crypt/kencfs-plasma/kencfs-plasma-2.0.1_alpha.ebuild index 5b6df0f1ffd..96a0de750d2 100644 --- a/app-crypt/kencfs-plasma/kencfs-plasma-2.0.1_alpha.ebuild +++ b/app-crypt/kencfs-plasma/kencfs-plasma-2.0.1_alpha.ebuild @@ -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
