# Template file for 'gtk-theme-config' pkgname=gtk-theme-config version="$(date -u +%Y%m%d)" revision=1 build_style=gnu-makefile make_build_args="PREFIX=/usr" make_install_args="PREFIX=/usr" makedepends="git pkg-config glib-devel vala-devel gtk+3-devel" depends="desktop-file-utils" short_desc="GTK Theme Preferences" maintainer="davehome " license="GPL-3" homepage="https://github.com/satya164/gtk-theme-config" long_desc=" Customize GTK2/GTK3 Theme Colors using GTK Theme Preferences. Works with any GTK2 and GTK3 theme and lets you customize the following: - selected background color - Xfce panel, Gnome panel and Unity panel: background and text color - menu background and font color" nofetch=yes noextract=yes do_fetch() { local url="git://github.com/satya164/gtk-theme-config.git" msg_normal "Fetching source from $url ...\n" git clone ${url} ${pkgname}-${version} }