--- f4l-0.2.ebuild.orig 2005-08-20 01:58:39.000000000 -0700 +++ f4l-0.2.ebuild 2005-08-20 02:26:22.000000000 -0700 @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 # $Header: $ -inherit eutils +inherit qt3 eutils DESCRIPTION="F4L is an open source development environment for Macromedia Flash" HOMEPAGE="http://f4l.sourceforge.net/" @@ -13,11 +13,13 @@ IUSE="xinerama" -DEPEND=">=x11-libs/qt-3.3.3" +RDEPEND="=x11-libs/qt-3*" +DEPEND="${RDEPEND}" S=${WORKDIR}/F4L-BETA src_compile() { + addpredict "${QTDIR}/etc/settings" local myconf= cd ${S} @@ -31,7 +33,7 @@ src_install() { make DESTDIR=${D} install || die - insinto /usr/share/pixmaps/f4l/ - doins main_ico1.xpm - make_desktop_entry f4lm "Flash for Linux" f4l/main_ico1.xpm Development + insinto /usr/share/pixmaps/${PN}/ + doins f4lm/main_ico1.xpm + make_desktop_entry f4lm "Flash for Linux" ${PN}/main_ico1.xpm Development }