milis/talimatname/genel/g/gtk-theme-config/talimat

21 lines
643 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 tema renklerini yapılandırmak için kullanılan bir araç.
# URL: https://github.com/satya164/gtk-theme-config
# Paketçi: Cihan_Alkan
# Gerekler: gconf gsettings-desktop-schemas hicolor-icon-theme gtk3 vala
# Grup: tasarım
isim=gtk-theme-config
surum=1.0
devir=1
kaynak=(https://github.com/satya164/gtk-theme-config/archive/v1.0.tar.gz::$isim-$surum.tar.gz
gtk-theme-config-tr.desktop
gtk-theme-config-tr.vala)
derle() {
cd gtk-theme-config-1.0
cp ../gtk-theme-config-tr.vala ./gtk-theme-config.vala
cp ../gtk-theme-config-tr.desktop ./gtk-theme-config.desktop
make
make DESTDIR="$PKG/" install
}