Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-crypt/kencfs-plasma/, app-crypt/kencfs-plasma/files/
Date: Tue, 11 Sep 2018 17:47:05
Message-Id: 1536687996.c90b2e9405c3e27059242c157dd32ee4ce4fe243.asturm@gentoo
1 commit: c90b2e9405c3e27059242c157dd32ee4ce4fe243
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Tue Sep 11 17:46:36 2018 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Tue Sep 11 17:46:36 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c90b2e94
7
8 app-crypt/kencfs-plasma: Fix build with Qt 5.11
9
10 Closes: https://bugs.gentoo.org/665712
11 Package-Manager: Portage-2.3.49, Repoman-2.3.10
12
13 .../files/kencfs-plasma-2.0.1_alpha-qt-5.11.patch | 11 +++++++++++
14 app-crypt/kencfs-plasma/kencfs-plasma-2.0.1_alpha.ebuild | 7 +++++--
15 2 files changed, 16 insertions(+), 2 deletions(-)
16
17 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
18 new file mode 100644
19 index 00000000000..3efc5e41838
20 --- /dev/null
21 +++ b/app-crypt/kencfs-plasma/files/kencfs-plasma-2.0.1_alpha-qt-5.11.patch
22 @@ -0,0 +1,11 @@
23 +--- a/kencfs-plasma.pro 2017-02-05 10:09:37.000000000 +0100
24 ++++ b/kencfs-plasma.pro 2018-09-11 19:43:41.594198503 +0200
25 +@@ -15,7 +15,7 @@
26 +
27 + TRANSLATIONS = kencfs_it_IT.ts kencfs_ro_RO.ts kencfs_cs_CZ.ts kencfs_ru_RU.ts
28 +
29 +-QT += widgets KWallet KConfigCore KNotifications
30 ++QT += dbus widgets KWallet KConfigCore KNotifications
31 + CONFIG += qtsingleapplication
32 +
33 + include(singleapplication.pri)
34
35 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
36 index 5b6df0f1ffd..96a0de750d2 100644
37 --- a/app-crypt/kencfs-plasma/kencfs-plasma-2.0.1_alpha.ebuild
38 +++ b/app-crypt/kencfs-plasma/kencfs-plasma-2.0.1_alpha.ebuild
39 @@ -1,4 +1,4 @@
40 -# Copyright 1999-2017 Gentoo Foundation
41 +# Copyright 1999-2018 Gentoo Foundation
42 # Distributed under the terms of the GNU General Public License v2
43
44 EAPI=6
45 @@ -30,7 +30,10 @@ RDEPEND="${DEPEND}
46
47 S=${WORKDIR}/${MY_P}
48
49 -PATCHES=( "${FILESDIR}/${P}-include.patch" )
50 +PATCHES=(
51 + "${FILESDIR}/${P}-include.patch"
52 + "${FILESDIR}/${P}-qt-5.11.patch"
53 +)
54
55 src_prepare() {
56 default