# Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: inherit gnome2 DESCRIPTION="Select different themes for GTK-1 & GTK-2 in one place." HOMEPAGE="http://www.gnomefiles.org/app.php/Gnome-Themer" SRC_URI="http://de.geocities.com/bmh1980de/gnomefiles/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="~x86" IUSE="" RDEPEND=">=x11-libs/gtk+-2.4 dev-python/pygtk" DEPEND="${RDEPEND}" src_unpack() { unpack ${A} cd ${S} sed -i -e 's:msgfmt.py:msgfmt:' configure || die "sed failed" } src_compile() { ./configure --prefix=/usr || die "configure failed" } src_install() { make DESTDIR=${D} install || die "make install failed" dodoc ChangeLog README }