inkscape: add explicit python_version

This commit is contained in:
Andrew J. Hesford 2020-04-21 14:55:11 -04:00 committed by Toyam Cox
parent 3a8478566f
commit 75265c70bc

View file

@ -18,6 +18,7 @@ license="GPL-2.0-only, LGPL-2.1-or-later"
homepage="http://inkscape.org/"
distfiles="https://gitlab.com/inkscape/inkscape/-/archive/INKSCAPE_${version//./_}/inkscape-INKSCAPE_${version//./_}.tar.bz2"
checksum=de5de2376585a6b77488eea5d94511c260f561d7477d08afc5edbbea99fee602
python_version=2 #unverified
# Use c++11 mode and reduce log spam due to gcc6 warnings
CXXFLAGS="-std=c++11 -Wno-deprecated -Wno-deprecated-declarations -Wno-deprecated-copy"