commit: 8102493fbc93854f46745724750701acdf937186 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> AuthorDate: Wed Jan 24 16:45:42 2018 +0000 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> CommitDate: Wed Jan 24 16:45:42 2018 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=8102493f
www-client/falkon: Set KDE_TEST=true, drop USE=nonblockdialogs Package-Manager: Portage-2.3.20, Repoman-2.3.6 www-client/falkon/falkon-9999.ebuild | 6 ++---- www-client/falkon/metadata.xml | 4 ---- 2 files changed, 2 insertions(+), 8 deletions(-) diff --git a/www-client/falkon/falkon-9999.ebuild b/www-client/falkon/falkon-9999.ebuild index a500535c43..9d0d99cb64 100644 --- a/www-client/falkon/falkon-9999.ebuild +++ b/www-client/falkon/falkon-9999.ebuild @@ -3,8 +3,7 @@ EAPI=6 -KDE_TEST="forceoptional-recursive" -KDE_TESTPATTERN="tests\/autotests" +KDE_TEST="true" QT_MINIMAL="5.9.2" inherit kde5 @@ -14,7 +13,7 @@ HOMEPAGE="https://www.qupzilla.com/" LICENSE="GPL-3" SLOT="0" KEYWORDS="" -IUSE="dbus gnome-keyring kwallet libressl nonblockdialogs +X" +IUSE="dbus gnome-keyring kwallet libressl +X" COMMON_DEPEND=" $(add_qt_dep qtdeclarative 'widgets') @@ -52,7 +51,6 @@ src_configure() { -DDISABLE_DBUS=$(usex !dbus) -DBUILD_KEYRING=$(usex gnome-keyring) $(cmake-utils_use_find_package kwallet KF5Wallet) - -DNONBLOCK_JS_DIALOGS=$(usex nonblockdialogs) -DNO_X11=$(usex !X) -DDISABLE_UPDATES_CHECK=OFF ) diff --git a/www-client/falkon/metadata.xml b/www-client/falkon/metadata.xml index 97e1a6dcfd..007c58ff2b 100644 --- a/www-client/falkon/metadata.xml +++ b/www-client/falkon/metadata.xml @@ -7,9 +7,5 @@ </maintainer> <use> <flag name="kwallet">Enable encrypted storage of passwords with <pkg>kde-frameworks/kwallet</pkg></flag> - <flag name="nonblockdialogs">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. - </flag> </use> </pkgmetadata>
