mirror of
https://github.com/chromebrew/chromebrew.git
synced 2026-01-09 15:37:56 -05:00
Update scite.rb scite icons broken (#2884)
Add gnome_icon_theme dependency to scite
This commit is contained in:
@@ -21,10 +21,12 @@ class Scite < Package
|
||||
})
|
||||
|
||||
depends_on 'gtk3'
|
||||
depends_on 'gnome_icon_theme'
|
||||
depends_on 'hicolor_icon_theme'
|
||||
depends_on 'shared_mime_info'
|
||||
depends_on 'sommelier'
|
||||
|
||||
|
||||
def self.build
|
||||
system 'wget https://www.scintilla.org/scintilla412.tgz'
|
||||
abort 'Checksum mismatch. :/ Try again.'.lightred unless Digest::SHA256.hexdigest( File.read('scintilla412.tgz') ) == '8c54787600fbefa5240ff3c4ac1c84fa186a445091377dde8194a4f1e1471d52'
|
||||
|
||||
Reference in New Issue
Block a user