summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2018-09-11 19:46:36 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2018-09-11 19:46:36 +0200
commitc90b2e9405c3e27059242c157dd32ee4ce4fe243 (patch)
treec762d21864f6fb4da7c34fe6db348af8b3c7b662 /app-crypt/kencfs-plasma
parentkde-plasma/plasma-workspace: MPRIS - change int to double for positions (diff)
downloadgentoo-c90b2e9405c3e27059242c157dd32ee4ce4fe243.tar.gz
gentoo-c90b2e9405c3e27059242c157dd32ee4ce4fe243.tar.bz2
gentoo-c90b2e9405c3e27059242c157dd32ee4ce4fe243.zip
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
Diffstat (limited to 'app-crypt/kencfs-plasma')
-rw-r--r--app-crypt/kencfs-plasma/files/kencfs-plasma-2.0.1_alpha-qt-5.11.patch11
-rw-r--r--app-crypt/kencfs-plasma/kencfs-plasma-2.0.1_alpha.ebuild7
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 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