[Lunar-commits] CVS: moonbase/web/firefox BUILD, 1.8,
1.9 POST_REMOVE, 1.4, 1.5
Moritz Heiber
moe at lunar-linux.org
Wed Dec 22 13:27:59 UTC 2004
Update of /var/cvs/lunar/moonbase/web/firefox
In directory espresso.foo-projects.org:/tmp/cvs-serv24499
Modified Files:
BUILD POST_REMOVE
Log Message:
Tweaking firefox as well
Index: BUILD
===================================================================
RCS file: /var/cvs/lunar/moonbase/web/firefox/BUILD,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -d -r1.8 -r1.9
--- BUILD 15 Nov 2004 20:14:09 -0000 1.8
+++ BUILD 22 Dec 2004 13:27:57 -0000 1.9
@@ -2,10 +2,12 @@
MOZILLA_HOME=/usr/lib/$MODULE-$VERSION
OPTS="$OPTS --enable-strip --enable-strip-libs"
+ OPTS="$OPTS --enable--application=browser"
+ OPTS="$OPTS --with-system-zlib --with-system-png --with-system-jpeg"
OPTS="$OPTS --disable-mathml"
OPTS="$OPTS --disable-accessibility"
OPTS="$OPTS --disable-jsd"
- OPTS="$OPTS --enable-xft"
+ OPTS="$OPTS --enable-xft --disable-freetype2"
OPTS="$OPTS --enable-xterm-updates"
OPTS="$OPTS --disable-ldap"
OPTS="$OPTS --enable-svg --enable-svg-renderer-cairo"
@@ -13,13 +15,9 @@
OPTS="$OPTS --enable-single-profile --disable-profilesharing"
export PKG_CONFIG_PATH=/usr/X11R6/lib/pkgconfig:/usr/lib/pkgconfig
- export MOZ_NSS_AUTOCONF=1
- export NATIVE_THEME_SUPPORT=1
export MOZ_PHOENIX=1
export MOZILLA_OFFICIAL=1
- export BUILD_OPT=1
-
- echo "$OPTS" > /tmp/mozz
+ export BUILD_OFFICIAL=1
./configure \
--prefix=/usr \
@@ -46,6 +44,11 @@
default_make &&
+ # Put some important headers in place
+ install -d /usr/include/firefox-1.0/nss &&
+ cp -Lf dist/private/nss/*.h dist/public/nss/*.h \
+ /usr/include/firefox-1.0/nss &&
+
# Install the plugins in the right direction
mkdir -p /opt/lunar/plugins &&
for plugin in `ls /usr/lib/firefox-$VERSION/plugins`; do
Index: POST_REMOVE
===================================================================
RCS file: /var/cvs/lunar/moonbase/web/firefox/POST_REMOVE,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- POST_REMOVE 11 Oct 2004 21:10:29 -0000 1.4
+++ POST_REMOVE 22 Dec 2004 13:27:57 -0000 1.5
@@ -1,2 +1,3 @@
rm -rf /usr/share/pixmaps/firefox.xpm
+rm -rf /usr/include/firefox-$VERSION
rm -rf /usr/lib/firefox-$VERSION
More information about the Lunar-commits
mailing list