2018-06-09 00:06:58 +02:00
|
|
|
|
# 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
|
2018-08-13 10:52:04 +02:00
|
|
|
|
# Grup: tasarım
|
2018-06-09 00:06:58 +02:00
|
|
|
|
|
|
|
|
|
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
|
|
|
|
|
}
|