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

(-)/usr/portage/app-editors/peacock/peacock-1.9.1.ebuild (-6 / +13 lines)
Lines 4-10 Link Here
4
4
5
IUSE=""
5
IUSE=""
6
6
7
DESCRIPTION="A simple GTK HTML editor"
7
DESCRIPTION="A simple HTML editor for GTK+/GNOME"
8
SRC_URI="mirror://sourceforge/peacock/${P}.tar.gz"
8
SRC_URI="mirror://sourceforge/peacock/${P}.tar.gz"
9
HOMEPAGE="http://peacock.sourceforge.net/"
9
HOMEPAGE="http://peacock.sourceforge.net/"
10
10
Lines 12-18 Link Here
12
KEYWORDS="x86 ppc"
12
KEYWORDS="x86 ppc"
13
SLOT="0"
13
SLOT="0"
14
14
15
DEPEND="dev-util/pkgconfig
15
RDEPEND="
16
	>=x11-libs/gtksourceview-0.5
16
	>=x11-libs/gtksourceview-0.5
17
	>=x11-libs/gtk+-2
17
	>=x11-libs/gtk+-2
18
	>=gnome-base/libgnomeui-2
18
	>=gnome-base/libgnomeui-2
Lines 26-35 Link Here
26
	>=gnome-base/libgnomeprint-2
26
	>=gnome-base/libgnomeprint-2
27
	>=dev-libs/glib-2
27
	>=dev-libs/glib-2
28
	gnome-base/gnome-keyring
28
	gnome-base/gnome-keyring
29
	x11-libs/pango
29
	=gnome-extra/gtkhtml-3.0*
30
	dev-libs/atk
30
	app-text/gnome-spell
31
	media-libs/libart_lgpl
31
	virtual/aspell-dict"
32
	dev-libs/libxml2"
32
33
DEPEND="${RDEPEND}
34
	dev-util/pkgconfig
35
	app-text/scrollkeeper"
33
36
34
src_compile() {
37
src_compile() {
35
38
Lines 42-45 Link Here
42
	make DESTDIR=${D} install || die "make install failed"
45
	make DESTDIR=${D} install || die "make install failed"
43
46
44
	dodoc AUTHORS ChangeLog NEWS README TODO
47
	dodoc AUTHORS ChangeLog NEWS README TODO
48
49
	# menu item
50
	insinto /usr/share/applications/
51
	doins ${FILESDIR}/${PN}.desktop
45
}
52
}

Return to bug 137846