From da74f8662b37a0e62f9140c2f40a390d622e81d7 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Fri, 17 Feb 2017 08:35:08 +0100 Subject: [PATCH] inkscape: update to 0.92.1. --- srcpkgs/inkscape/template | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/srcpkgs/inkscape/template b/srcpkgs/inkscape/template index bdb59011f73..e1110bf418b 100644 --- a/srcpkgs/inkscape/template +++ b/srcpkgs/inkscape/template @@ -1,7 +1,7 @@ # Template file for 'inkscape'. pkgname=inkscape -version=0.92.0 -revision=2 +version=0.92.1 +revision=1 build_style=gnu-configure configure_args="--enable-lcms --enable-poppler-cairo --without-gnome-vfs --disable-static" @@ -18,7 +18,7 @@ maintainer="Juan RP " homepage="http://inkscape.org/" license="GPL-2, LGPL-2.1" distfiles="https://inkscape.org/en/gallery/item/10552/${pkgname}-${version}.tar.bz2" -checksum=b8b4c159a00448d465384533e5a70d3f33e5f9c6b74c76ea5d636ddd6dd7ba56 +checksum=b5d56fa96b8742ec10d6cb98b46a974dc0927cf32ddbdd9e9a08cb1395b6f538 # Use c++11 mode and reduce log spam due to gcc6 warnings CXXFLAGS="-std=c++11 -Wno-deprecated -Wno-misleading-indentation -Wno-cast-align"