Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 82154 | Differences between
and this patch

Collapse All | Expand All

(-)f4l-0.2.ebuild.orig (-5 / +7 lines)
Lines 2-8 Link Here
2
# Distributed under the terms of the GNU General Public License v2
2
# Distributed under the terms of the GNU General Public License v2
3
# $Header: $
3
# $Header: $
4
4
5
inherit eutils
5
inherit qt3 eutils
6
6
7
DESCRIPTION="F4L is an open source development environment for Macromedia Flash"
7
DESCRIPTION="F4L is an open source development environment for Macromedia Flash"
8
HOMEPAGE="http://f4l.sourceforge.net/"
8
HOMEPAGE="http://f4l.sourceforge.net/"
Lines 13-23 Link Here
13
13
14
IUSE="xinerama"
14
IUSE="xinerama"
15
15
16
DEPEND=">=x11-libs/qt-3.3.3"
16
RDEPEND="=x11-libs/qt-3*"
17
DEPEND="${RDEPEND}"
17
18
18
S=${WORKDIR}/F4L-BETA
19
S=${WORKDIR}/F4L-BETA
19
20
20
src_compile() {
21
src_compile() {
22
	addpredict "${QTDIR}/etc/settings"
21
	local myconf=
23
	local myconf=
22
24
23
	cd ${S}
25
	cd ${S}
Lines 31-37 Link Here
31
33
32
src_install() {
34
src_install() {
33
	make DESTDIR=${D} install || die
35
	make DESTDIR=${D} install || die
34
	insinto /usr/share/pixmaps/f4l/
36
	insinto /usr/share/pixmaps/${PN}/
35
	doins main_ico1.xpm 
37
	doins f4lm/main_ico1.xpm 
36
	make_desktop_entry f4lm "Flash for Linux" f4l/main_ico1.xpm Development
38
	make_desktop_entry f4lm "Flash for Linux" ${PN}/main_ico1.xpm Development
37
}
39
}

Return to bug 82154