2012-09-20 11:49:18 +00:00
|
|
|
# Template file for 'gtk-theme-config'
|
|
|
|
pkgname=gtk-theme-config
|
2013-01-28 09:44:44 +00:00
|
|
|
version=20130128
|
2012-09-20 11:49:18 +00:00
|
|
|
revision=1
|
2012-09-20 12:32:23 +00:00
|
|
|
build_style=gnu-makefile
|
2013-03-13 22:57:34 +00:00
|
|
|
makedepends="pkg-config glib-devel vala-devel gtk+3-devel"
|
2014-01-01 15:10:11 +00:00
|
|
|
depends="desktop-file-utils"
|
2013-01-28 09:44:44 +00:00
|
|
|
short_desc="Utility to set GTK Theme Preferences"
|
2012-09-20 11:49:18 +00:00
|
|
|
maintainer="davehome <davehome@redthumb.info.tm>"
|
|
|
|
license="GPL-3"
|
2012-09-20 12:32:23 +00:00
|
|
|
homepage="https://github.com/satya164/gtk-theme-config"
|
2012-09-20 11:49:18 +00:00
|
|
|
|
2012-09-20 12:32:23 +00:00
|
|
|
do_fetch() {
|
2012-09-20 11:49:18 +00:00
|
|
|
local url="git://github.com/satya164/gtk-theme-config.git"
|
2012-09-20 12:32:23 +00:00
|
|
|
msg_normal "Fetching source from $url ...\n"
|
2012-09-20 11:49:18 +00:00
|
|
|
git clone ${url} ${pkgname}-${version}
|
2014-01-01 15:10:11 +00:00
|
|
|
cd ${pkgname}-${version}
|
|
|
|
git checkout aa7d8a3dd2d98e124032b55473599086b7a0828a
|
2013-04-12 13:11:12 +00:00
|
|
|
}
|