From 750dc50893b72525305f89a6a2ae05f380a4b35b Mon Sep 17 00:00:00 2001 From: maxice8 Date: Tue, 8 Jan 2019 06:11:24 -0200 Subject: [PATCH] inkscape: rebuild against libpoppler.so.84 --- srcpkgs/inkscape/patches/poppler-073.patch | 13 +++++++++++++ srcpkgs/inkscape/template | 2 +- 2 files changed, 14 insertions(+), 1 deletion(-) create mode 100644 srcpkgs/inkscape/patches/poppler-073.patch diff --git a/srcpkgs/inkscape/patches/poppler-073.patch b/srcpkgs/inkscape/patches/poppler-073.patch new file mode 100644 index 00000000000..7283f5e324e --- /dev/null +++ b/srcpkgs/inkscape/patches/poppler-073.patch @@ -0,0 +1,13 @@ +diff --git a/src/extension/internal/pdfinput/pdf-parser.h b/src/extension/internal/pdfinput/pdf-parser.h +index 0c04d87..082e007 100644 +--- src/extension/internal/pdfinput/pdf-parser.h ++++ src/extension/internal/pdfinput/pdf-parser.h +@@ -27,7 +27,6 @@ namespace Inkscape { + using Inkscape::Extension::Internal::SvgBuilder; + + #include "glib/poppler-features.h" +-#include "goo/gtypes.h" + #include "Object.h" + + class GooString; + diff --git a/srcpkgs/inkscape/template b/srcpkgs/inkscape/template index 2b8beddfd80..bc69d39062b 100644 --- a/srcpkgs/inkscape/template +++ b/srcpkgs/inkscape/template @@ -1,7 +1,7 @@ # Template file for 'inkscape' pkgname=inkscape version=0.92.3 -revision=9 +revision=10 build_style=gnu-configure configure_args="--enable-lcms --enable-poppler-cairo --without-gnome-vfs --disable-static"