milis/talimatname/genel/t/tilix/talimat

25 lines
615 B
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# Tanım: GTK+3 kullanan döşemeli(tiling) terminali emülatörü
# URL: https://github.com/gnunn1/tilix
# Paketçi: Cihan_Alkan
# Gerekler: dmd dub glib gettext desktop-file-utils gtk-update-icon-cache xdg-utils
# Grup: sistem
isim=tilix
surum=1.8.1
devir=1
kaynak=()
derle() {
git_indir https://github.com/gnunn1/tilix $isim
cd $isim
dub build --build=release
./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/
}