inkscape: rebuild against libpoppler.so.85

This commit is contained in:
maxice8 2019-02-08 12:06:46 -02:00 committed by maxice8
parent 3675c16fcd
commit 2923d40203

View file

@ -1,7 +1,8 @@
# Template file for 'inkscape' # Template file for 'inkscape'
pkgname=inkscape pkgname=inkscape
version=0.92.4 version=0.92.4
revision=1 revision=2
wrksrc="${pkgname}-INKSCAPE_${version//./_}"
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"
@ -18,7 +19,6 @@ license="GPL-2, LGPL-2.1"
homepage="http://inkscape.org/" homepage="http://inkscape.org/"
distfiles="https://gitlab.com/inkscape/inkscape/-/archive/INKSCAPE_${version//./_}/inkscape-INKSCAPE_${version//./_}.tar.bz2" distfiles="https://gitlab.com/inkscape/inkscape/-/archive/INKSCAPE_${version//./_}/inkscape-INKSCAPE_${version//./_}.tar.bz2"
checksum=b8f16d1417d3ed8d3cb32a68f64f8f31ae4c6553bb556f71b6590c4e2cb3cfb4 checksum=b8f16d1417d3ed8d3cb32a68f64f8f31ae4c6553bb556f71b6590c4e2cb3cfb4
wrksrc="${pkgname}-INKSCAPE_${version//./_}"
# Use c++11 mode and reduce log spam due to gcc6 warnings # Use c++11 mode and reduce log spam due to gcc6 warnings
CXXFLAGS="-std=c++11 -Wno-deprecated -Wno-misleading-indentation -Wno-cast-align" CXXFLAGS="-std=c++11 -Wno-deprecated -Wno-misleading-indentation -Wno-cast-align"