GARNAME = gtk-engines
GARVERSION = 2.6.6
CATEGORIES = desktop
DISTFILES = $(GARNAME)-$(GARVERSION).tar.bz2

LIBDEPS = platform/gtk+ platform/GConf

DESCRIPTION = gtk-engines
define BLURB
 #FIXME: blurb goes here
endef

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

CONFIGURE_ARGS = $(DIRPATHS)

include ../category.mk

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