summaryrefslogtreecommitdiff
path: root/media-gfx/inkscape/inkscape-1.1-r1.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'media-gfx/inkscape/inkscape-1.1-r1.ebuild')
-rw-r--r--media-gfx/inkscape/inkscape-1.1-r1.ebuild4
1 files changed, 4 insertions, 0 deletions
diff --git a/media-gfx/inkscape/inkscape-1.1-r1.ebuild b/media-gfx/inkscape/inkscape-1.1-r1.ebuild
index acc281e6d6ee..64412bc803f8 100644
--- a/media-gfx/inkscape/inkscape-1.1-r1.ebuild
+++ b/media-gfx/inkscape/inkscape-1.1-r1.ebuild
@@ -111,6 +111,9 @@ src_prepare() {
eapply "${WORKDIR}/inkscape-1.1-musl/"*.patch
eapply "${FILESDIR}"/${P}-poppler-21.11.0.patch
+ # Not yet accepted upstream but rather trivial
+ eapply "${FILESDIR}/${PN}-1.1.2-poppler-22.03.0.patch" # bug 835424
+
cmake_src_prepare
sed -i "/install.*COPYING/d" CMakeScripts/ConfigCPack.cmake || die
}
@@ -125,6 +128,7 @@ src_configure() {
-DENABLE_POPPLER=ON
-DENABLE_POPPLER_CAIRO=ON
-DWITH_PROFILING=OFF
+ -DWITH_INTERNAL_2GEOM=ON
-DBUILD_TESTING=OFF
-DWITH_LIBCDR=$(usex cdr)
-DWITH_DBUS=$(usex dbus)