# Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ DESCRIPTION="A port of the H2O GTK+ theme to GTK2" HOMEPAGE="http://art.gnome.org/themes/gtk2/213" SRC_URI="http://art.gnome.org/download/themes/gtk2/213/GTK2-H2O-default-${PV}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="~x86" IUSE="" DEPEND="x11-libs/gtk+" RDEPEND="${DEPEND}" S=${WORKDIR} src_unpack() { unpack ${A} cd "${S}" # Clean up unnecessary files rm -rf */*/{*.xcf,.gtkrc.swp,.xvpics} || die } src_install() { insinto /usr/share/themes doins -r * || die }