# Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ EAPI="3" inherit gnome2 DESCRIPTION="Configures programs to be launched when files are selected in Nautilus" HOMEPAGE="http://www.nautilus-actions.org/" SRC_URI="http://ftp.gnome.org/pub/GNOME/sources/${PN}/3.0/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="~x86 ~amd64" IUSE="" RDEPEND=">=gnome-base/libgtop-2.28.2 >=gnome-base/nautilus-2.32.2 >=dev-util/desktop-file-utils-0.17 dev-libs/libunique" DEPEND="${RDEPEND}" pkg_setup(){ G2CONF="${G2CONF} --disable-static --disable-schemas-install --disable-scrollkeeper" }