# Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ inherit gnome2 autotools DESCRIPTION="Nautilus extension for adding user-configurable actions to the context menu" HOMEPAGE="http://www.grumz.net/?q=taxonomy/term/2/9" SRC_URI="ftp://ftp2.grumz.net/grumz/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="~x86" IUSE="" RDEPEND=">=dev-libs/glib-2.8 >=x11-libs/gtk+-2.6.8 >=gnome-base/libglade-2.4.0 >=gnome-base/libgnome-2.7 >=gnome-base/libgnomeui-2.7 >=gnome-base/gconf-2.8 >=dev-libs/libxml2-2.6 >=gnome-base/nautilus-2.8" DEPEND=">=dev-util/intltool-0.29 >=dev-util/pkgconfig-0.9.0 ${RDEPEND}" DOCS="AUTHORS ChangeLog MAINTAINERS NEWS README TODO" USE_DESTDIR=1 src_unpack() { gnome2_src_unpack epatch "${FILESDIR}/${P}-as-needed.patch" gnome2_omf_fix eautoreconf }