From: Andreas Sturmlechner Date: Tue, 11 Sep 2018 17:46:36 +0000 (+0200) Subject: app-crypt/kencfs-plasma: Fix build with Qt 5.11 X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=c90b2e9405c3e27059242c157dd32ee4ce4fe243;p=gentoo.git 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 --- 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 000000000000..3efc5e418383 --- /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 5b6df0f1ffd6..96a0de750d2a 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