diff --git a/srcpkgs/inkscape/template b/srcpkgs/inkscape/template index 1334a57ae11..2b17ecdb9b1 100644 --- a/srcpkgs/inkscape/template +++ b/srcpkgs/inkscape/template @@ -1,7 +1,8 @@ # Template file for 'inkscape' pkgname=inkscape version=0.92.4 -revision=1 +revision=2 +wrksrc="${pkgname}-INKSCAPE_${version//./_}" build_style=gnu-configure configure_args="--enable-lcms --enable-poppler-cairo --without-gnome-vfs --disable-static" @@ -18,7 +19,6 @@ license="GPL-2, LGPL-2.1" homepage="http://inkscape.org/" distfiles="https://gitlab.com/inkscape/inkscape/-/archive/INKSCAPE_${version//./_}/inkscape-INKSCAPE_${version//./_}.tar.bz2" checksum=b8f16d1417d3ed8d3cb32a68f64f8f31ae4c6553bb556f71b6590c4e2cb3cfb4 -wrksrc="${pkgname}-INKSCAPE_${version//./_}" # Use c++11 mode and reduce log spam due to gcc6 warnings CXXFLAGS="-std=c++11 -Wno-deprecated -Wno-misleading-indentation -Wno-cast-align"