From a476298f254436b99cacd79068c07fab03a335ec Mon Sep 17 00:00:00 2001 From: yasarciv Date: Sun, 17 Sep 2017 17:49:15 +0300 Subject: [PATCH] gtk-theme-config --- talimatname/genel/gtk-theme-config/talimat | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 talimatname/genel/gtk-theme-config/talimat diff --git a/talimatname/genel/gtk-theme-config/talimat b/talimatname/genel/gtk-theme-config/talimat new file mode 100644 index 000000000..8f35232a9 --- /dev/null +++ b/talimatname/genel/gtk-theme-config/talimat @@ -0,0 +1,17 @@ +# Description: Gtk tema renklerini yapılandırmak için bir araç +# URL: https://github.com/satya164/gtk-theme-config +# Packager: yasarciv67@gmail.com +# Depends on: vala gconf gsettings-desktop-schemas hicolor-icon-theme gtk3 + +name=gtk-theme-config +version=1.1 +release=1 +source=(https://github.com/yasarciv/$name/archive/v$version.tar.gz) + +build() { + cd $name-$version + make DESTDIR="$PKG/" install + +# vim:set ts=2 sw=2 et: + +} \ No newline at end of file