2012-09-20 13:49:18 +02:00
|
|
|
# Template file for 'gtk-theme-config'
|
|
|
|
pkgname=gtk-theme-config
|
2014-06-05 01:22:44 +02:00
|
|
|
version=20140605
|
2012-09-20 13:49:18 +02:00
|
|
|
revision=1
|
2012-09-20 14:32:23 +02:00
|
|
|
build_style=gnu-makefile
|
2014-07-27 16:05:16 +02:00
|
|
|
hostmakedepends="pkg-config git"
|
2014-06-05 01:22:44 +02:00
|
|
|
makedepends="glib-devel vala-devel gtk+3-devel hicolor-icon-theme desktop-file-utils"
|
|
|
|
depends="hicolor-icon-theme desktop-file-utils"
|
2013-01-28 10:44:44 +01:00
|
|
|
short_desc="Utility to set GTK Theme Preferences"
|
2014-06-05 01:22:44 +02:00
|
|
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
2012-09-20 13:49:18 +02:00
|
|
|
license="GPL-3"
|
2012-09-20 14:32:23 +02:00
|
|
|
homepage="https://github.com/satya164/gtk-theme-config"
|
2012-09-20 13:49:18 +02:00
|
|
|
|
2012-09-20 14:32:23 +02:00
|
|
|
do_fetch() {
|
2012-09-20 13:49:18 +02:00
|
|
|
local url="git://github.com/satya164/gtk-theme-config.git"
|
2012-09-20 14:32:23 +02:00
|
|
|
msg_normal "Fetching source from $url ...\n"
|
2012-09-20 13:49:18 +02:00
|
|
|
git clone ${url} ${pkgname}-${version}
|
2014-06-05 01:22:44 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
do_build() {
|
|
|
|
unset CC CFLAGS
|
|
|
|
make
|
2013-04-12 15:11:12 +02:00
|
|
|
}
|