Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: www-client/qupzilla/
Date: Sat, 25 Feb 2017 19:42:42
Message-Id: 1488051742.befae0b3bf63dc389b8d2de7601feb43e272e6f6.asturm@gentoo
1 commit: befae0b3bf63dc389b8d2de7601feb43e272e6f6
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Sat Feb 25 10:46:22 2017 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Sat Feb 25 19:42:22 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=befae0b3
7
8 www-client/qupzilla: Rename USE=kde -> kwallet
9
10 Gentoo-bug: 606958
11
12 Package-Manager: Portage-2.3.3, Repoman-2.3.1
13
14 www-client/qupzilla/metadata.xml | 1 +
15 www-client/qupzilla/qupzilla-2.0.2.ebuild | 6 +++---
16 2 files changed, 4 insertions(+), 3 deletions(-)
17
18 diff --git a/www-client/qupzilla/metadata.xml b/www-client/qupzilla/metadata.xml
19 index 5a3b2175f2..dca7149914 100644
20 --- a/www-client/qupzilla/metadata.xml
21 +++ b/www-client/qupzilla/metadata.xml
22 @@ -6,6 +6,7 @@
23 <name>Gentoo Qt Project</name>
24 </maintainer>
25 <use>
26 + <flag name="kwallet">Enable encrypted storage of passwords with <pkg>kde-frameworks/kwallet</pkg></flag>
27 <flag name="nonblockdialogs">Enable fancy non-blocking JavaScript dialogs
28 shown inside the page, not blocking the application window. When closing
29 browser windows with open dialogs, this can crash the application.
30
31 diff --git a/www-client/qupzilla/qupzilla-2.0.2.ebuild b/www-client/qupzilla/qupzilla-2.0.2.ebuild
32 index 7fd7c31c92..f7bb0b0238 100644
33 --- a/www-client/qupzilla/qupzilla-2.0.2.ebuild
34 +++ b/www-client/qupzilla/qupzilla-2.0.2.ebuild
35 @@ -25,7 +25,7 @@ SRC_URI+=" https://github.com/QupZilla/${PN}-plugins/archive/${PLUGINS_HASH}.tar
36
37 LICENSE="GPL-3"
38 SLOT="0"
39 -IUSE="dbus debug gnome-keyring kde libressl nonblockdialogs"
40 +IUSE="dbus debug gnome-keyring kwallet libressl nonblockdialogs"
41
42 RDEPEND="
43 >=dev-qt/qtconcurrent-5.6:5
44 @@ -42,7 +42,7 @@ RDEPEND="
45 x11-libs/libxcb:=
46 dbus? ( >=dev-qt/qtdbus-5.6:5 )
47 gnome-keyring? ( gnome-base/gnome-keyring )
48 - kde? ( kde-frameworks/kwallet:5 )
49 + kwallet? ( kde-frameworks/kwallet:5 )
50 libressl? ( dev-libs/libressl:= )
51 !libressl? ( dev-libs/openssl:0 )
52 "
53 @@ -81,7 +81,7 @@ src_configure() {
54 DEBUG_BUILD=$(usex debug true '') \
55 DISABLE_DBUS=$(usex dbus '' true) \
56 GNOME_INTEGRATION=$(usex gnome-keyring true '') \
57 - KDE_INTEGRATION=$(usex kde true '') \
58 + KDE_INTEGRATION=$(usex kwallet true '') \
59 NONBLOCK_JS_DIALOGS=$(usex nonblockdialogs true '')
60
61 eqmake5