From befae0b3bf63dc389b8d2de7601feb43e272e6f6 Mon Sep 17 00:00:00 2001 From: Andreas Sturmlechner Date: Sat, 25 Feb 2017 11:46:22 +0100 Subject: [PATCH] www-client/qupzilla: Rename USE=kde -> kwallet Gentoo-bug: 606958 Package-Manager: Portage-2.3.3, Repoman-2.3.1 --- www-client/qupzilla/metadata.xml | 1 + www-client/qupzilla/qupzilla-2.0.2.ebuild | 6 +++--- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/www-client/qupzilla/metadata.xml b/www-client/qupzilla/metadata.xml index 5a3b2175f2dc..dca7149914ff 100644 --- a/www-client/qupzilla/metadata.xml +++ b/www-client/qupzilla/metadata.xml @@ -6,6 +6,7 @@ Gentoo Qt Project + Enable encrypted storage of passwords with kde-frameworks/kwallet Enable fancy non-blocking JavaScript dialogs shown inside the page, not blocking the application window. When closing browser windows with open dialogs, this can crash the application. diff --git a/www-client/qupzilla/qupzilla-2.0.2.ebuild b/www-client/qupzilla/qupzilla-2.0.2.ebuild index 7fd7c31c9235..f7bb0b0238df 100644 --- a/www-client/qupzilla/qupzilla-2.0.2.ebuild +++ b/www-client/qupzilla/qupzilla-2.0.2.ebuild @@ -25,7 +25,7 @@ SRC_URI+=" https://github.com/QupZilla/${PN}-plugins/archive/${PLUGINS_HASH}.tar LICENSE="GPL-3" SLOT="0" -IUSE="dbus debug gnome-keyring kde libressl nonblockdialogs" +IUSE="dbus debug gnome-keyring kwallet libressl nonblockdialogs" RDEPEND=" >=dev-qt/qtconcurrent-5.6:5 @@ -42,7 +42,7 @@ RDEPEND=" x11-libs/libxcb:= dbus? ( >=dev-qt/qtdbus-5.6:5 ) gnome-keyring? ( gnome-base/gnome-keyring ) - kde? ( kde-frameworks/kwallet:5 ) + kwallet? ( kde-frameworks/kwallet:5 ) libressl? ( dev-libs/libressl:= ) !libressl? ( dev-libs/openssl:0 ) " @@ -81,7 +81,7 @@ src_configure() { DEBUG_BUILD=$(usex debug true '') \ DISABLE_DBUS=$(usex dbus '' true) \ GNOME_INTEGRATION=$(usex gnome-keyring true '') \ - KDE_INTEGRATION=$(usex kde true '') \ + KDE_INTEGRATION=$(usex kwallet true '') \ NONBLOCK_JS_DIALOGS=$(usex nonblockdialogs true '') eqmake5 -- 2.26.2