summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2019-01-01 16:02:54 +0100
committerAndreas Sturmlechner <asturm@gentoo.org>2019-01-01 20:40:09 +0100
commit634a047520c11151ac1316bd382327fd1efcbfb9 (patch)
treeff1b9258825c2036d2803bcf1028b19dd09a7caa /app-office/calligra/calligra-3.1.0-r3.ebuild
parentapp-office/calligra: Split out plan, fix build with >=poppler-0.71 (diff)
downloadgentoo-634a047520c11151ac1316bd382327fd1efcbfb9.tar.gz
gentoo-634a047520c11151ac1316bd382327fd1efcbfb9.tar.bz2
gentoo-634a047520c11151ac1316bd382327fd1efcbfb9.zip
app-office/calligra: Drop bogus Qt5WebKit dependency
Package-Manager: Portage-2.3.52, Repoman-2.3.12 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'app-office/calligra/calligra-3.1.0-r3.ebuild')
-rw-r--r--app-office/calligra/calligra-3.1.0-r3.ebuild7
1 files changed, 1 insertions, 6 deletions
diff --git a/app-office/calligra/calligra-3.1.0-r3.ebuild b/app-office/calligra/calligra-3.1.0-r3.ebuild
index 46e011852b1e..0fe2f8fc9595 100644
--- a/app-office/calligra/calligra-3.1.0-r3.ebuild
+++ b/app-office/calligra/calligra-3.1.0-r3.ebuild
@@ -95,7 +95,6 @@ COMMON_DEPEND="
x11-libs/libX11
)
calligra_experimental_features_stage? (
- $(add_qt_dep qtwebkit)
okular? ( $(add_kdeapps_dep okular) )
)
calligra_features_sheets? ( dev-cpp/eigen:3 )
@@ -124,6 +123,7 @@ PATCHES=(
"${FILESDIR}"/${P}-stage-qt-5.11.patch
"${FILESDIR}"/${P}-poppler-0.69.patch
"${FILESDIR}"/${P}-poppler-0.71.patch
+ "${FILESDIR}"/${P}-no-webkit.patch
)
pkg_pretend() {
@@ -147,11 +147,6 @@ src_prepare() {
punt_bogus_dep Qt5 Declarative
punt_bogus_dep Qt5 OpenGL
- if ! use calligra_experimental_features_stage; then
- punt_bogus_dep Qt5 WebKitWidgets
- punt_bogus_dep Qt5 WebKit
- fi
-
# Hack around the excessive use of CMake macros
if use okular && ! use calligra_features_words; then
sed -i -e "/add_subdirectory( *okularodtgenerator *)/ s/^/#DONT/" \