mirror of
https://github.com/void-linux/void-packages.git
synced 2025-04-22 17:17:03 +02:00
inkscape: update to 0.92.5
This commit is contained in:
parent
5df8fed55a
commit
4bdcf84aec
3 changed files with 7 additions and 25 deletions
|
@ -1,14 +0,0 @@
|
|||
diff --git src/extension/internal/pdfinput/pdf-parser.cpp src/extension/internal/pdfinput/pdf-parser.cpp
|
||||
index 55917fc..5f45b69 100644
|
||||
--- src/extension/internal/pdfinput/pdf-parser.cpp
|
||||
+++ src/extension/internal/pdfinput/pdf-parser.cpp
|
||||
@@ -426,7 +426,7 @@ void PdfParser::parse(Object *obj, GBool topLevel) {
|
||||
error(errInternal, -1, "Weird page contents");
|
||||
return;
|
||||
}
|
||||
- parser = new Parser(xref, new Lexer(xref, obj), gFalse);
|
||||
+ parser = new Parser(xref, obj, gFalse);
|
||||
go(topLevel);
|
||||
delete parser;
|
||||
parser = NULL;
|
||||
|
|
@ -1,9 +1,10 @@
|
|||
--- src/extension/implementation/script.cpp.orig
|
||||
+++ src/extension/implementation/script.cpp
|
||||
@@ -87,7 +87,7 @@
|
||||
@@ -88,7 +88,7 @@
|
||||
#ifdef WIN32
|
||||
{"python", "python-interpreter", "pythonw" },
|
||||
#else
|
||||
{"perl", "perl-interpreter", "perl" },
|
||||
- {"python", "python-interpreter", "python" },
|
||||
+ {"python", "python-interpreter", "python2" },
|
||||
#endif
|
||||
|
|
|
@ -1,13 +1,12 @@
|
|||
# Template file for 'inkscape'
|
||||
pkgname=inkscape
|
||||
version=0.92.4
|
||||
revision=8
|
||||
version=0.92.5
|
||||
revision=1
|
||||
wrksrc="${pkgname}-INKSCAPE_${version//./_}"
|
||||
build_style=gnu-configure
|
||||
build_style=cmake
|
||||
configure_args="--enable-lcms --enable-poppler-cairo
|
||||
--without-gnome-vfs --disable-static --disable-strict-build"
|
||||
hostmakedepends="automake pkg-config libtool intltool gettext-devel
|
||||
glib-devel perl-XML-Parser tar which xz"
|
||||
hostmakedepends="pkg-config libtool intltool gettext-devel glib-devel tar which xz"
|
||||
makedepends="popt-devel libpng-devel gsl-devel gc-devel gtkmm2-devel libxslt-devel
|
||||
lcms2-devel poppler-glib-devel boost-devel libmagick6-devel
|
||||
libvisio-devel libwpg-devel libcdr-devel dbus-glib-devel libgomp-devel
|
||||
|
@ -18,7 +17,7 @@ maintainer="Orphaned <orphan@voidlinux.org>"
|
|||
license="GPL-2.0-only, LGPL-2.1-or-later"
|
||||
homepage="http://inkscape.org/"
|
||||
distfiles="https://gitlab.com/inkscape/inkscape/-/archive/INKSCAPE_${version//./_}/inkscape-INKSCAPE_${version//./_}.tar.bz2"
|
||||
checksum=b8f16d1417d3ed8d3cb32a68f64f8f31ae4c6553bb556f71b6590c4e2cb3cfb4
|
||||
checksum=de5de2376585a6b77488eea5d94511c260f561d7477d08afc5edbbea99fee602
|
||||
|
||||
# Use c++11 mode and reduce log spam due to gcc6 warnings
|
||||
CXXFLAGS="-std=c++11 -Wno-deprecated -Wno-deprecated-declarations -Wno-deprecated-copy"
|
||||
|
@ -27,7 +26,3 @@ CXXFLAGS+=" -Wno-parentheses -Wno-misleading-indentation -Wno-cast-align"
|
|||
case "$XBPS_TARGET_MACHINE" in
|
||||
arm*|aarch64*) makedepends+=" libatomic_ops-devel" ;;
|
||||
esac
|
||||
|
||||
pre_configure() {
|
||||
./autogen.sh
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue