# Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ inherit gnome2 eutils DESCRIPTION="Additional themes for GNOME 2" HOMEPAGE="http://librsvg.sourceforge.net/theme.php" SRC_URI="ftp://ftp.gnome.org/pub/gnome/sources/${PN}/0.8/${P}.tar.bz2" SLOT="0" KEYWORDS="~x86" IUSE="" LICENSE="LGPL-2.1 GPL-2 DSL" RDEPEND=">=x11-libs/gtk+-2 gnome-base/librsvg" DEPEND="${RDEPEND} dev-util/pkgconfig >=dev-util/intltool-0.23" DOCS="AUTHORS ChangeLog MAINTAINERS README TODO" #src_unpack() { # # unpack ${A} # # sed -e 's:gorilla-default:capplet-icons:' \ # -i ${S}/Gorilla/gtk-2.0/iconrc.in \ # -i ${S}/Gorilla/gtk-2.0/iconrc # EPATCH_OPTS="-d ${S}/Industrial" \ # epatch ${FILESDIR}/${PN}-0.5-industrial_uncorrupt.patch #}