# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ inherit gtk-engines2 METACITY_THEME_VERSION="0.5.2a" IUSE="animation" DESCRIPTION="GTK+2 Clearlooks Theme Engine" HOMEPAGE="http://clearlooks.sourceforge.net/" SRC_URI="mirror://sourceforge/clearlooks/clearlooks-${PV}.tar.bz2 mirror://sourceforge/clearlooks/clearlooks-metacity-${METACITY_THEME_VERSION}.tar.gz" KEYWORDS="~x86 ~amd64" LICENSE="GPL-2" SLOT="0" S=${WORKDIR}/clearlooks-${PV} HAS_GTK2=1 src_compile() { cd ${S} econf ${@} $(use_enable animation) || die "configure failed" emake || die "make failed" } src_install() { cd ${S} make DESTDIR=${D} ${@} install || die "install failed" insinto /usr/share/themes/Clearlooks/metacity-1/ doins ${WORKDIR}/Clearlooks/metacity-1/metacity-theme-1.xml dodoc ${DEFAULT_DOCS} ${DOCS} }