GARNAME = tango-icon-theme
GARVERSION = 0.6.5
CATEGORIES = freedesktop
DISTFILES = $(GARNAME)-$(GARVERSION).tar.gz

MASTER_SITES = http://tango-project.org/releases/

LIBDEPS = freedesktop/icon-naming-utils

DESCRIPTION = tango-icon-theme
define BLURB
 #FIXME: blurb goes here
endef

CONFIGURE_SCRIPTS = $(WORKSRC)/configure
BUILD_SCRIPTS = $(WORKSRC)/Makefile
INSTALL_SCRIPTS = $(WORKSRC)/Makefile

CONFIGURE_ARGS = $(DIRPATHS)
BUILD_ARGS = -j1
INSTALL_ARGS = -j1

include ../category.mk

post-install:
	@$(bindir)/gconftool-2 --direct -s --config-source xml:readwrite:/$(sysconfdir)/gconf/gconf.xml.defaults/ -t string /desktop/gnome/interface/icon_theme Tango
