This commit is contained in:
milisbir 2018-07-13 15:15:10 +03:00
parent 6b0df49724
commit 79f32e4f7a
1 changed files with 5 additions and 1 deletions

View File

@ -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/
}