# 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://www.gnomefiles.org/app.php?soft_id=810" SRC_URI="mirror://sourceforge/clearlooks/clearlooks-${PV}.tar.bz2 http://www.gnome-look.org/content/files/21237-clearlooks-metacity-${METACITY_THEME_VERSION}.tar.gz" KEYWORDS="~x86 ~amd64" LICENSE="GPL-2" SLOT="0" S=${WORKDIR}/clearlooks-${PV} HAS_GTK2=1 src_compile() { if use animation then EXTRA_ECONF="--enable-animation" fi gtk-engines2_src_compile } 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} }