aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2017-10-20 19:50:19 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2017-10-20 19:50:19 +0200
commita0ad3be9232134f04b2e45d6e8989ba43a4420ea (patch)
treed98977b98e6575bb234d4f1e61fff69b20007a71 /www-client
parentsys-block/partitionmanager: Set KDE_HANDBOOK=optional (diff)
downloadkde-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')
-rw-r--r--www-client/falkon/Manifest1
-rw-r--r--www-client/falkon/falkon-9999.ebuild15
2 files changed, 0 insertions, 16 deletions
diff --git a/www-client/falkon/Manifest b/www-client/falkon/Manifest
deleted file mode 100644
index e4208b599b..0000000000
--- a/www-client/falkon/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST qupzilla-plugins-2017.03.26.tar.gz 430926 SHA256 00967e12d319da991711e12767b7c7fe017dea1a7f1ec06627c2be8b13ce8687 SHA512 3b04b41208dddd25fd58937986cf12f2b521cf78a64380b915d46735ada3f4776f914056c5511daa781c89867d0309af7cbf833eb71dfa4b14b6b9ba25d80315 WHIRLPOOL 08124559291c3ccc387a9f3195060952cb4bed5e17920c472e7650d223b910cc60ebecdf831b4620b95ca22ec918add25c8009752098cec7a29ad5dad303ee9f
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)