inkscape: update to 0.92.3.
This commit is contained in:
parent
d30a239d41
commit
286f27a291
File diff suppressed because it is too large
Load Diff
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'inkscape'.
|
||||
pkgname=inkscape
|
||||
version=0.92.2
|
||||
revision=7
|
||||
version=0.92.3
|
||||
revision=1
|
||||
build_style=gnu-configure
|
||||
configure_args="--enable-lcms --enable-poppler-cairo
|
||||
--without-gnome-vfs --disable-static"
|
||||
|
@ -17,8 +17,9 @@ short_desc="Vector-based drawing program"
|
|||
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||
homepage="http://inkscape.org/"
|
||||
license="GPL-2, LGPL-2.1"
|
||||
distfiles="https://inkscape.org/en/gallery/item/11254/${pkgname}-${version}.tar.bz2"
|
||||
checksum=a628d0e04c254e9840947e6d866974f92c68ae31631a38b94d9b65e5cd84cfd3
|
||||
distfiles="https://gitlab.com/inkscape/inkscape/-/archive/INKSCAPE_${version//./_}/inkscape-INKSCAPE_${version//./_}.tar.bz2"
|
||||
checksum=a530c3ac5c9670a0533f4b71e27e62fa9c8a7f3bcff2148d882e4afafb2387d4
|
||||
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"
|
||||
|
|
Loading…
Reference in New Issue