19 lines
528 B
Plaintext
19 lines
528 B
Plaintext
# 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: grafik_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-conf-tr.po)
|
||
|
||
derle() {
|
||
cd gtk-theme-config-1.0
|
||
cp ../gtk-theme-conf-tr.po po/tr.po
|
||
make
|
||
make DESTDIR="$PKG/" install
|
||
}
|