Inkscape rebuild (& dep updates) (#8447)

* update inkscape and deps

* dep updates/rebuilds for inkscape

* add binary

* fixup

* fix quoting

* rebuild

* add autotools fix, update packages

* cleanup bdwgc dep

* update libsigcplusplus packages

* fix libsigcplusplus3 x86_64 build

* gtkmm3 updates

* rebuild inkscape

* update libxml

* add binaries

* Update py3_libxml2.rb

Python3 is a runtime dep here!
This commit is contained in:
Satadru Pramanik, DO, MPH, MEng
2023-06-28 10:05:55 -04:00
committed by GitHub
parent ce3cb4e15d
commit 63e3b73173
45 changed files with 429 additions and 3749 deletions

View File

@@ -22,7 +22,7 @@ class Autotools < Package
system 'autoreconf -fiv'
end
end
abort "configure script not found!".lightred if File.file?('configure')
abort 'configure script not found!'.lightred unless File.file?('configure')
FileUtils.chmod('+x', 'configure')
if `grep -q /usr/bin/file configure`
puts 'Using filefix.'.orange