2017-10-27 20:46:27 +02:00
|
|
|
|
# Tanım: Gtk tema renklerini yapılandırmak için bir araç
|
2017-09-17 16:49:15 +02:00
|
|
|
|
# URL: https://github.com/satya164/gtk-theme-config
|
2017-10-27 20:46:27 +02:00
|
|
|
|
# Paketçi: yasarciv67@gmail.com
|
|
|
|
|
# Gerekler: vala gconf gsettings-desktop-schemas hicolor-icon-theme gtk3
|
2017-09-17 16:49:15 +02:00
|
|
|
|
|
|
|
|
|
name=gtk-theme-config
|
|
|
|
|
version=1.1
|
|
|
|
|
release=1
|
|
|
|
|
source=(https://github.com/yasarciv/$name/archive/v$version.tar.gz)
|
|
|
|
|
|
2017-10-27 23:59:41 +02:00
|
|
|
|
derle() {
|
2017-09-17 16:49:15 +02:00
|
|
|
|
cd $name-$version
|
|
|
|
|
make DESTDIR="$PKG/" install
|
|
|
|
|
|
|
|
|
|
# vim:set ts=2 sw=2 et:
|
|
|
|
|
|
|
|
|
|
}
|