mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-02 19:02:57 +02:00
inkscape: update to 0.92.3.
This commit is contained in:
parent
d30a239d41
commit
286f27a291
2 changed files with 5 additions and 1434 deletions
File diff suppressed because it is too large
Load diff
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'inkscape'.
|
# Template file for 'inkscape'.
|
||||||
pkgname=inkscape
|
pkgname=inkscape
|
||||||
version=0.92.2
|
version=0.92.3
|
||||||
revision=7
|
revision=1
|
||||||
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"
|
||||||
|
@ -17,8 +17,9 @@ short_desc="Vector-based drawing program"
|
||||||
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||||
homepage="http://inkscape.org/"
|
homepage="http://inkscape.org/"
|
||||||
license="GPL-2, LGPL-2.1"
|
license="GPL-2, LGPL-2.1"
|
||||||
distfiles="https://inkscape.org/en/gallery/item/11254/${pkgname}-${version}.tar.bz2"
|
distfiles="https://gitlab.com/inkscape/inkscape/-/archive/INKSCAPE_${version//./_}/inkscape-INKSCAPE_${version//./_}.tar.bz2"
|
||||||
checksum=a628d0e04c254e9840947e6d866974f92c68ae31631a38b94d9b65e5cd84cfd3
|
checksum=a530c3ac5c9670a0533f4b71e27e62fa9c8a7f3bcff2148d882e4afafb2387d4
|
||||||
|
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"
|
||||||
|
|
Loading…
Add table
Reference in a new issue