tilix
This commit is contained in:
parent
6b0df49724
commit
79f32e4f7a
|
@ -15,6 +15,10 @@ derle() {
|
|||
git_indir https://github.com/gnunn1/tilix $isim
|
||||
cd $isim
|
||||
dub build --build=release
|
||||
xdg-icon-resource forceupdate --theme hicolor
|
||||
./install.sh $PKG/usr
|
||||
update-mime-database /usr/share/mime
|
||||
gtk-update-icon-cache
|
||||
cd data/resources
|
||||
glib-compile-resources tilix.gresource.xml
|
||||
install -m 644 tilix.gresource $PKG/usr/share/tilix/resources/
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue