Commit 8efd65e3 authored by Thomas Gambier's avatar Thomas Gambier 🚴🏼

component/inkscape: upgrade version and set max gcc version

parent dc5248bc
...@@ -23,8 +23,12 @@ extends = ...@@ -23,8 +23,12 @@ extends =
../popt/buildout.cfg ../popt/buildout.cfg
../xorg/buildout.cfg ../xorg/buildout.cfg
../zlib/buildout.cfg ../zlib/buildout.cfg
# Inkscape < 1.1 only supports python2 # Inkscape < 1.1 only supports python2 and old gcc
../python-2.7/buildout.cfg ../python-2.7/buildout.cfg
../defaults.cfg
[gcc]
max_version = 11
[gsl] [gsl]
recipe = slapos.recipe.cmmi recipe = slapos.recipe.cmmi
...@@ -41,8 +45,8 @@ environment = ...@@ -41,8 +45,8 @@ environment =
[inkscape] [inkscape]
recipe = slapos.recipe.cmmi recipe = slapos.recipe.cmmi
shared = true shared = true
url = https://media.inkscape.org/dl/resources/file/inkscape-0.92.4.tar.bz2 url = https://media.inkscape.org/dl/resources/file/inkscape-0.92.5.tar.bz2
md5sum = ac30f6d5747fd9c620c00dad500f414f md5sum = 592c0e94cf00ea9e0a8901883d8f06fd
pkg_config_depends = ${freetype:location}/lib/pkgconfig:${gtkmm:location}/lib/pkgconfig:${gtkmm:pkg_config_depends}:${gsl:location}/lib/pkgconfig:${popt:location}/lib/pkgconfig:${garbage-collector:location}/lib/pkgconfig:${libxslt:location}/lib/pkgconfig pkg_config_depends = ${freetype:location}/lib/pkgconfig:${gtkmm:location}/lib/pkgconfig:${gtkmm:pkg_config_depends}:${gsl:location}/lib/pkgconfig:${popt:location}/lib/pkgconfig:${garbage-collector:location}/lib/pkgconfig:${libxslt:location}/lib/pkgconfig
configure-command = ${cmake:location}/bin/cmake configure-command = ${cmake:location}/bin/cmake
configure-options = configure-options =
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment