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

(-)passepartout.orig/passepartout-0.7.0.ebuild (-2 / +10 lines)
Lines 9-15 Link Here
9
DESCRIPTION="A DTP application for the X Window System"
9
DESCRIPTION="A DTP application for the X Window System"
10
HOMEPAGE="http://www.stacken.kth.se/project/pptout/"
10
HOMEPAGE="http://www.stacken.kth.se/project/pptout/"
11
11
12
IUSE="gnome"
12
IUSE="gnome examples"
13
LICENSE="BSD"
13
LICENSE="BSD"
14
SLOT="0"
14
SLOT="0"
15
KEYWORDS="~x86 ~amd64"
15
KEYWORDS="~x86 ~amd64"
Lines 22-29 Link Here
22
	dev-libs/libsigc++:2
22
	dev-libs/libsigc++:2
23
	media-libs/freetype:2
23
	media-libs/freetype:2
24
	virtual/fam
24
	virtual/fam
25
	gnome-base/libgnome
25
	gnome? ( gnome-base/gnome-vfs )
26
	gnome? ( gnome-base/gnome-vfs )
26
	gnome?( gnome-base/libgnome )
27
	"
27
	"
28
28
29
RDEPEND="${COMMON_DEPS}
29
RDEPEND="${COMMON_DEPS}
Lines 85-89 Link Here
85
85
86
src_install() {
86
src_install() {
87
	gnome2_src_install
87
	gnome2_src_install
88
	rm -rf ${D}usr/share/doc/${PN}/ || die
89
90
	if use examples; then
91
		dohtml -r doc/
92
	fi
93
94
	mv ${S}/doc/README ${S}/doc/README_html || die
95
	dodoc doc/README_html || die
88
	make_desktop_entry "/usr/bin/passepartout" "Passepartout DTP" "" "GNOME;Application;Graphics"
96
	make_desktop_entry "/usr/bin/passepartout" "Passepartout DTP" "" "GNOME;Application;Graphics"
89
}
97
}

Return to bug 295100