# Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ DESCRIPTION="Meta-package for various GTK+2 themes found on deviantart.com" HOMEPAGE="http://nico.codernet.org/gtk-engines-devnull/" SRC_URI="http://nico.codernet.org/distfiles/${P}.tar.bz2" LICENSE="as-is" SLOT="0" KEYWORDS="~amd64 ~x86 ~x86-fbsd" IUSE="" RDEPEND=">=x11-libs/gtk+-2.8 >=x11-themes/gtk-engines-2.10.2 x11-themes/gtk-engines-murrine x11-themes/gtk-engines-rezlooks" DEPEND="${RDEPEND}" src_unpack() { unpack ${A} } src_install() { dodir /usr/share/themes insinto /usr/share/themes doins -r "${WORKDIR}"/themes/* || die "doins failed." }