diff options
| author | Andreas Sturmlechner <asturm@gentoo.org> | 2017-10-20 19:50:19 +0200 |
|---|---|---|
| committer | Andreas Sturmlechner <asturm@gentoo.org> | 2017-10-20 19:50:19 +0200 |
| commit | a0ad3be9232134f04b2e45d6e8989ba43a4420ea (patch) | |
| tree | d98977b98e6575bb234d4f1e61fff69b20007a71 /www-client/falkon/falkon-9999.ebuild | |
| parent | 1484f1c62238ec67d21a8e45948527a5660091f1 (diff) | |
| download | kde-a0ad3be9232134f04b2e45d6e8989ba43a4420ea.tar.gz kde-a0ad3be9232134f04b2e45d6e8989ba43a4420ea.tar.bz2 kde-a0ad3be9232134f04b2e45d6e8989ba43a4420ea.zip | |
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
Diffstat (limited to 'www-client/falkon/falkon-9999.ebuild')
| -rw-r--r-- | www-client/falkon/falkon-9999.ebuild | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/www-client/falkon/falkon-9999.ebuild b/www-client/falkon/falkon-9999.ebuild index 4f40dc5a2df..28efdd3e342 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) |
