Gentoo Archives: gentoo-dev

From: Mikael Hallendal <hallski@g.o>
To: gentoo-dev@g.o
Subject: Re: [gentoo-dev] mozilla ebuild...
Date: Sun, 02 Dec 2001 21:11:34
Message-Id: 1007349058.9336.0.camel@zoidberg
In Reply to: [gentoo-dev] mozilla ebuild... by Zach Forrest
1 mån 2001-12-03 klockan 02.25 skrev Zach Forrest:
2 > I think it might be useful to add the following (or something similar)
3 > to the mozilla ebuild file. That way we don't have to download the JRE
4 > to the plugin directory if we already have it.
5 >
6 > if [ "`use java`" ]; then
7 > if [ -e "/opt/java/jre/plugin/i386/mozilla/javaplugin_oji.so" ]
8 > then
9 > dosym /opt/java/jre/plugin/i386/mozilla/javaplugin_oji.so
10 > ${D}/usr/lib/mozilla/libjavaplugin_oji.so
11 > fi
12 > fi
13 >
14 > Is it assumed that if there is a java USE flag that the jdk has been
15 > installed?
16
17 If we use this scheme we should add java to the RDEPEND if java is in
18 USE, that way it will be installed before the Mozilla ebuild.
19
20 > Also, has anyone noticed that the Mozilla profile manager is pretty
21 > messed up? (The OK button says "Start Yah", some buttons have no text, etc.)
22
23 Hmm, how do you start it?
24
25 Regards,
26 Mikael Hallendal
27
28 --
29
30 Mikael Hallendal
31 Gentoo Linux Developer, Desktop Team Leader
32 CodeFactory AB, Stockholm, Sweden

Replies

Subject Author
Re: [gentoo-dev] mozilla ebuild... Zach Forrest <diatribe@××××.ca>