gtk-theme-config: use fixed date and specific git commit.
This commit is contained in:
parent
524df5dd5c
commit
5083d081bb
|
@ -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 <davehome@redthumb.info.tm>"
|
||||
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
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue