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

(-)/home/peach/Downloads/ebuilds/pencil-0.4.4_beta.ebuild (-2 / +15 lines)
Lines 17-23 Link Here
17
IUSE=""
17
IUSE=""
18
18
19
RDEPEND="x11-libs/qt-gui:4
19
RDEPEND="x11-libs/qt-gui:4
20
	>=media-libs/ming-0.4.0_rc2"
20
	>=media-libs/ming-0.4.3"
21
DEPEND="${RDEPEND}
21
DEPEND="${RDEPEND}
22
	app-arch/unzip"
22
	app-arch/unzip"
23
23
Lines 27-33 Link Here
27
	eqmake4
27
	eqmake4
28
}
28
}
29
29
30
src_compile() {
31
	sed -i s:SWFSprite:SWFMovieClip:g src/external/flash/flash.{cpp,h}
32
	emake || die "emake failed"
33
}
34
30
src_install() {
35
src_install() {
31
	emake INSTALL_ROOT="${D}" install || die
36
	# install target not yet provided
37
	#emake INSTALL_ROOT="${D}" install || die "emake install failed"
38
	exeinto /usr/local/bin
39
	doexe Pencil || die "doexe failed"
40
32
	dodoc README TODO
41
	dodoc README TODO
42
43
	mv "${S}"/icons/icon.png "${S}"/icons/${PN}.png
44
	doicon "${S}"/icons/${PN}.png || die "doicon failed"
45
	make_desktop_entry Pencil Pencil ${PN}.png Graphics 
33
}
46
}

Return to bug 232673