commit: a0ad3be9232134f04b2e45d6e8989ba43a4420ea Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> AuthorDate: Fri Oct 20 17:50:19 2017 +0000 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> CommitDate: Fri Oct 20 17:50:19 2017 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=a0ad3be9
www-client/falkon: Drop QUPZILLA_PLUGINS They are not on kde resources and not meant for falkon. Package-Manager: Portage-2.3.12, Repoman-2.3.3 www-client/falkon/falkon-9999.ebuild | 15 --------------- 1 file changed, 15 deletions(-) diff --git a/www-client/falkon/falkon-9999.ebuild b/www-client/falkon/falkon-9999.ebuild index 4f40dc5a2d..28efdd3e34 100644 --- a/www-client/falkon/falkon-9999.ebuild +++ b/www-client/falkon/falkon-9999.ebuild @@ -3,9 +3,6 @@ EAPI=6 -PLUGINS_HASH="80fea7df7765fdf9c9c64fdb667052b25f1c0a22" -PLUGINS_VERSION="2017.03.26" # if there are no updates, we can use the older archive - KDE_TEST="forceoptional-recursive" KDE_TESTPATTERN="tests\/autotests" QT_MINIMAL="5.9.2" @@ -13,7 +10,6 @@ inherit kde5 DESCRIPTION="Cross-platform web browser using QtWebEngine" HOMEPAGE="https://www.qupzilla.com/" -SRC_URI+=" https://github.com/QupZilla/qupzilla-plugins/archive/${PLUGINS_HASH}.tar.gz -> qupzilla-plugins-${PLUGINS_VERSION}.tar.gz" LICENSE="GPL-3" SLOT="0" @@ -50,17 +46,6 @@ RDEPEND="${COMMON_RDEPEND} DOCS=( BUILDING.md CHANGELOG README.md ) -src_unpack() { - kde5_src_unpack - [[ ${KDE_BUILD_TYPE} = live && -n ${A} ]] && default -} - -src_prepare() { - kde5_src_prepare - # get extra plugins into qupzilla build tree - mv "${WORKDIR}"/qupzilla-plugins-${PLUGINS_HASH}/plugins/* "${S}"/src/plugins/ || die -} - src_configure() { local mycmakeargs=( -DDISABLE_DBUS=$(usex !dbus)
