Commit 363d9e07 authored by Sajjaad Farzad's avatar Sajjaad Farzad Committed by Ed Reel

Update scite.rb scite icons broken (#2884)

Add gnome_icon_theme dependency to scite
parent 6403e17d
......@@ -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'
......
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