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

19 lines
528 B
Plaintext
Raw Normal View History

2018-01-19 02:19:39 +01:00
# Tanım: GTK tema renklerini yapılandırmak için kullanılan bir araç.
2017-09-17 16:49:15 +02:00
# URL: https://github.com/satya164/gtk-theme-config
2018-01-19 02:19:39 +01:00
# Paketçi: Cihan_Alkan
# Gerekler: gconf gsettings-desktop-schemas hicolor-icon-theme gtk3 vala
# Grup: grafik_tasarım
2017-09-17 16:49:15 +02:00
2017-10-28 14:10:23 +02:00
isim=gtk-theme-config
2018-01-19 02:19:39 +01:00
surum=1.0
2017-10-28 14:10:23 +02:00
devir=1
2018-01-19 02:19:39 +01:00
kaynak=(https://github.com/satya164/gtk-theme-config/archive/v1.0.tar.gz::$isim-$surum.tar.gz
gtk-theme-conf-tr.po)
2017-09-17 16:49:15 +02:00
2017-10-27 23:59:41 +02:00
derle() {
2018-01-19 02:32:11 +01:00
cd gtk-theme-config-1.0
2018-01-19 02:19:39 +01:00
cp ../gtk-theme-conf-tr.po po/tr.po
make
2017-09-17 16:49:15 +02:00
make DESTDIR="$PKG/" install
2018-01-19 02:19:39 +01:00
}