# Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ EAPI="2" GCONF_DEBUG="no" inherit eutils gnome2 DESCRIPTION="Nautilus extension which offers user configurable context menu actions" HOMEPAGE="http://www.grumz.net/index.php?q=taxonomy/term/8/9" SRC_URI="${SRC_URI}" LICENSE="GPL-2" SLOT="0" KEYWORDS="~x86 ~amd64" IUSE="" RDEPEND=">=dev-libs/glib-2.24.0 >=gnome-base/nautilus-2.30.0 >=x11-libs/pango-1.1.2 >=x11-libs/gtk+-2.20.0 >=dev-libs/libxml2-2.4.7 >=gnome-base/gconf-2.0" DEPEND="${RDEPEND} >=dev-lang/perl-5 sys-devel/gettext >=dev-util/pkgconfig-0.9 >=dev-util/intltool-0.40.1 doc? ( >=dev-util/gtk-doc-1.4 )" PDEPEND=">=gnome-base/gvfs-0.1.2" src_prepare() { epatch ${FILESDIR}/${PN}_${PV}-0ubuntu1.diff gnome2_src_prepare } src_install() { gnome2_src_install find "${D}" -name "*.la" -delete || die "remove of la files failed" } pkg_postinst() { gnome2_pkg_postinst }