From 5083d081bbffc0394e3997e1efb1537b2279e423 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Mon, 28 Jan 2013 10:44:44 +0100 Subject: [PATCH] gtk-theme-config: use fixed date and specific git commit. --- srcpkgs/gtk-theme-config/template | 12 +++--------- 1 file changed, 3 insertions(+), 9 deletions(-) diff --git a/srcpkgs/gtk-theme-config/template b/srcpkgs/gtk-theme-config/template index c2d643d9f7..f47645f8c8 100644 --- a/srcpkgs/gtk-theme-config/template +++ b/srcpkgs/gtk-theme-config/template @@ -1,23 +1,16 @@ # Template file for 'gtk-theme-config' pkgname=gtk-theme-config -version="$(date -u +%Y%m%d)" +version=20130128 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" +short_desc="Utility to set 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 @@ -26,4 +19,5 @@ do_fetch() { local url="git://github.com/satya164/gtk-theme-config.git" msg_normal "Fetching source from $url ...\n" git clone ${url} ${pkgname}-${version} + cd ${pkgname}-${version} && git checkout aa7d8a3dd2d98e124032b55473599086b7a0828a }