Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 376709
Collapse All | Expand All

(-)nautilus-dropbox-0.6.7-r1.ebuild (+6 lines)
Lines 18-23 Link Here
18
RDEPEND="gnome-base/nautilus
18
RDEPEND="gnome-base/nautilus
19
	dev-libs/glib:2
19
	dev-libs/glib:2
20
	dev-python/pygtk:2
20
	dev-python/pygtk:2
21
	net-misc/dropbox
21
	x11-libs/gtk+:2
22
	x11-libs/gtk+:2
22
	x11-libs/libnotify
23
	x11-libs/libnotify
23
	x11-libs/libXinerama"
24
	x11-libs/libXinerama"
Lines 45-50 Link Here
45
	# Use system rst2man.py.
46
	# Use system rst2man.py.
46
	sed -e "s/python rst2man.py/rst2man.py/" -i Makefile.am || die "sed failed"
47
	sed -e "s/python rst2man.py/rst2man.py/" -i Makefile.am || die "sed failed"
47
48
49
	# use sysem dropbox
50
	sed -e "s|~/[.]dropbox-dist|/opt/dropbox|" \
51
		-e 's|\(DROPBOXD_PATH = \).*|\1"/opt/dropbox/dropboxd"|' \
52
			-i dropbox.in || die
53
48
	eautoreconf
54
	eautoreconf
49
}
55
}
50
56

Return to bug 376709