summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--app-text/poppler/metadata.xml3
-rw-r--r--app-text/poppler/poppler-9999.ebuild11
2 files changed, 4 insertions, 10 deletions
diff --git a/app-text/poppler/metadata.xml b/app-text/poppler/metadata.xml
index 75a57170faf..9124e13b642 100644
--- a/app-text/poppler/metadata.xml
+++ b/app-text/poppler/metadata.xml
@@ -8,10 +8,7 @@
<name>Maciej Mrozowski</name>
</maintainer>
<use>
- <flag name='abiword'>Enable support for <pkg>app-office/abiword</pkg> output. Requires <pkg>dev-libs/libxml2</pkg>.</flag>
- <flag name='exceptions'>Enable exceptions throwing.</flag>
<flag name='introspection'>Enable GObject introspection.</flag>
<flag name='utils'>Install command-line PDF converters and various utilities.</flag>
- <flag name='xpdf-headers'></flag>
</use>
</pkgmetadata>
diff --git a/app-text/poppler/poppler-9999.ebuild b/app-text/poppler/poppler-9999.ebuild
index ba2094e90a0..d123bd24dbd 100644
--- a/app-text/poppler/poppler-9999.ebuild
+++ b/app-text/poppler/poppler-9999.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/poppler/poppler-0.22.5.ebuild,v 1.2 2013/07/12 20:34:24 dilfridge Exp $
+# $Header: $
EAPI=5
@@ -12,7 +12,7 @@ EGIT_REPO_URI="git://git.freedesktop.org/git/poppler/poppler"
LICENSE="GPL-2"
KEYWORDS=""
-SLOT="0/43"
+SLOT="0/46"
IUSE="cairo cjk curl cxx debug doc +introspection +jpeg jpeg2k +lcms png qt4 tiff +utils"
# No test data provided
@@ -42,11 +42,6 @@ DEPEND="${COMMON_DEPEND}
virtual/pkgconfig
"
RDEPEND="${COMMON_DEPEND}
- !dev-libs/poppler
- !dev-libs/poppler-glib
- !dev-libs/poppler-qt3
- !dev-libs/poppler-qt4
- !app-text/poppler-utils
cjk? ( >=app-text/poppler-data-0.4.4 )
"
@@ -63,6 +58,7 @@ src_configure() {
mycmakeargs=(
-DBUILD_GTK_TESTS=OFF
-DBUILD_QT4_TESTS=OFF
+ -DBUILD_QT5_TESTS=OFF
-DBUILD_CPP_TESTS=OFF
-DENABLE_SPLASH=ON
-DENABLE_ZLIB=ON
@@ -76,6 +72,7 @@ src_configure() {
$(cmake-utils_use_with jpeg)
$(cmake-utils_use_with png)
$(cmake-utils_use_with qt4)
+ -DCMAKE_DISABLE_FIND_PACKAGE_Qt5Core=ON
$(cmake-utils_use_with tiff)
)
if use lcms; then