]> Pileus Git - ~andy/sunrise/blob - gnome-extra/nautilus-actions/nautilus-actions-1.4.1.ebuild
gnome-extra/nautilus-actions: Fix deps for gnome3
[~andy/sunrise] / gnome-extra / nautilus-actions / nautilus-actions-1.4.1.ebuild
1 # Copyright 1999-2011 Gentoo Foundation
2 # Distributed under the terms of the GNU General Public License v2
3 # $Header: $
4
5 EAPI="4"
6
7 inherit gnome2
8
9 DESCRIPTION="Nautilus extension for adding user-configurable actions to the context menu"
10 HOMEPAGE="http://www.grumz.net/?q=taxonomy/term/2/9"
11 SRC_URI="ftp://ftp2.grumz.net/grumz/${P}.tar.gz"
12
13 LICENSE="GPL-2"
14 SLOT="0"
15 KEYWORDS="~amd64 ~x86"
16 IUSE=""
17
18 RDEPEND="
19         dev-libs/glib:2
20         x11-libs/gtk+:2
21         gnome-base/libglade:2.0
22         gnome-base/libgnome
23         gnome-base/libgnomeui
24         gnome-base/gconf:2
25         dev-libs/libxml2
26         gnome-base/nautilus"
27 DEPEND=">=dev-util/intltool-0.29
28         >=dev-util/pkgconfig-0.9.0
29         ${RDEPEND}"
30
31 DOCS="AUTHORS ChangeLog MAINTAINERS README TODO"