mirror of
https://github.com/chromebrew/chromebrew.git
synced 2026-01-09 15:37:56 -05:00
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:
committed by
GitHub
parent
ce3cb4e15d
commit
63e3b73173
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user