GARNAME = gnome-themes
GARVERSION = 2.12.1
CATEGORIES = desktop
DISTFILES = $(GARNAME)-$(GARVERSION).tar.bz2

LIBDEPS = desktop/gtk-engines desktop/metacity

DESCRIPTION = gnome-themes
define BLURB
 #FIXME: blurb goes here
endef

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

CONFIGURE_ARGS = $(DIRPATHS) --enable-all-themes

include ../category.mk

post-install:
	@$(bindir)/gconftool-2 --direct -s --config-source xml:readwrite:/$(sysconfdir)/gconf/gconf.xml.defaults/ -t string /apps/metacity/general/theme Clearlooks
