inkscape: rebuild against libpoppler.so.84

This commit is contained in:
maxice8 2019-01-08 06:11:24 -02:00
parent 2f8b78b831
commit 750dc50893
No known key found for this signature in database
GPG key ID: 543B9D4F4299F06B
2 changed files with 14 additions and 1 deletions

View file

@ -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;

View file

@ -1,7 +1,7 @@
# Template file for 'inkscape' # Template file for 'inkscape'
pkgname=inkscape pkgname=inkscape
version=0.92.3 version=0.92.3
revision=9 revision=10
build_style=gnu-configure build_style=gnu-configure
configure_args="--enable-lcms --enable-poppler-cairo configure_args="--enable-lcms --enable-poppler-cairo
--without-gnome-vfs --disable-static" --without-gnome-vfs --disable-static"