CVS: moonbase/web/MozillaFirebird BUILD, 1.7, 1.8 DETAILS, 1.3, 1.4 POST_INSTALL, 1.3, 1.4 firebird-nsRegisterChrome.cpp.patch, 1.1, NONE

nhudson at lunar-linux.org nhudson at lunar-linux.org
Fri Oct 17 22:49:29 GMT 2003


Update of /var/cvs/lunar/moonbase/web/MozillaFirebird
In directory dbguin.lunar-linux.org:/tmp/cvs-serv20987

Modified Files:
	BUILD DETAILS POST_INSTALL 
Removed Files:
	firebird-nsRegisterChrome.cpp.patch 
Log Message:

Updating MozillaFirebird to new version 0.7 and removing the patch that was needed before.


Index: BUILD
===================================================================
RCS file: /var/cvs/lunar/moonbase/web/MozillaFirebird/BUILD,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -d -r1.7 -r1.8
--- BUILD	30 Sep 2003 03:15:59 -0000	1.7
+++ BUILD	17 Oct 2003 22:49:27 -0000	1.8
@@ -1,5 +1,5 @@
 
-(   
+( 
   MOZILLA_HOME=/opt/lunar/firebird/lib/mozilla 
   
   OPTS="$OPTS --enable-strip --enable-strip-libs"
@@ -9,17 +9,21 @@
   OPTS="$OPTS --disable-jsd"
   OPTS="$OPTS --enable-xft"
   OPTS="$OPTS --disable-ldap"
+  OPTS="$OPTS --enable-svg --enable-svg-renderer-libart"
 
   export PKG_CONFIG_PATH=/usr/X11R6/lib/pkgconfig:/usr/lib/pkgconfig:/opt/lunar/gnome/2.4/lib/pkgconfig:/opt/lunar/gnome/2/lib/pkgconfig
   export MOZ_NSS_AUTOCONF=1
   export NATIVE_THEME_SUPPORT=1
   export MOZ_PHOENIX=1
+  export MOZ_INTERNAL_LIBART_LGPL=1
 
   echo "$OPTS" > /tmp/mozz
 
   unpack $SOURCE2 &&
-  patch_it $SCRIPT_DIRECTORY/firebird-nsRegisterChrome.cpp.patch 0 &&
-  #allows for web install of extensions 
+  cd other-licenses &&
+  unpack $SOURCE3   &&
+  cd $SOURCE_DIRECTORY &&
+
     ./configure \
     --prefix=/opt/lunar/firebird    \
     --with-x            \
@@ -35,12 +39,8 @@
     --disable-mailnews  \
     --disable-composer  \
     --enable-crypto     \
-    $OPTS               &&              
-    make &&
-
-    cd $SOURCE_DIRECTORY &&
-
-    make install
-
+    $OPTS               &&
+              
+    default_make      
 
 ) > $C_FIFO 2>&1

Index: DETAILS
===================================================================
RCS file: /var/cvs/lunar/moonbase/web/MozillaFirebird/DETAILS,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- DETAILS	23 Sep 2003 02:57:03 -0000	1.3
+++ DETAILS	17 Oct 2003 22:49:27 -0000	1.4
@@ -1,15 +1,18 @@
           MODULE=MozillaFirebird
-         VERSION=0.6.1
-          SOURCE=$MODULE-source-$VERSION.tar.bz2
-         SOURCE2=firebird-$VERSION-lunar.tar.bz2
+         VERSION=0.7
+          SOURCE=$MODULE-source-$VERSION.tar.gz
+         SOURCE2=firebird-0.7-lunar.tar.bz2
+         SOURCE3=mozilla-libart.tar.bz2
 SOURCE_DIRECTORY=$BUILD_DIRECTORY/mozilla
    SOURCE_URL[0]=http://ftp.mozilla.org/pub/firebird/releases/$VERSION/$SOURCE
-      SOURCE_VFY=md5:35191de0d02601f7a190b5065a26de85
+      SOURCE_VFY=md5:35112566a3dca5bdf363972056afc462
   SOURCE2_URL[0]=$PATCH_URL/$SOURCE2
-     SOURCE2_VFY=md5:4d4d4774133de11590262ab4f2038196
+     SOURCE2_VFY=md5:481b12b2be38bfaccdca4f56c319cf10
+  SOURCE3_URL[0]=http://dbguin.lunar-linux.org/~nhudson/mozilla/$SOURCE3
+     SOURCE3_VFY=md5:119f20f0c50b8554a1794ffdb6706c8d
         WEB_SITE=http://www.mozilla.org/projects/firebird
          ENTERED=20030810
-         UPDATED=20030923
+         UPDATED=20031017
       MAINTAINER="tchan at lunar-linux.org"
            FUZZY="off"
            SHORT="Mozilla Firebird is a speedy, full-featured web browser."
@@ -28,7 +31,7 @@
     functionality and visual changes to the browser;
 
 NOTE: This Lunar version of Firebird has crypto enabled and is gtk+-2.  NOTHING
-ELSE IS CONFIGURED IN !!! (i.e NO mail, irc, composer, gpg, calendar, MathML,
-SVG, Javascript debugger, html code inspector, XFT, LDAP, help support.  If you
+ELSE IS CONFIGURED IN !!! (i.e NO mail, irc, composer, gpg, calendar, MathML, 
+Javascript debugger, html code inspector, LDAP, help support.  If you
 want any of that use the regular mozilla module.
 EOF

Index: POST_INSTALL
===================================================================
RCS file: /var/cvs/lunar/moonbase/web/MozillaFirebird/POST_INSTALL,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- POST_INSTALL	23 Sep 2003 02:57:03 -0000	1.3
+++ POST_INSTALL	17 Oct 2003 22:49:27 -0000	1.4
@@ -1,5 +1,5 @@
 FIREBIRD_HOME=/opt/lunar/firebird
-VERSION=1.5a
+VERSION=1.5
 if [ "-d $FIREBIRD_HOME/lib/mozilla-$VERSION/plugins" ] ; then
   mv $FIREBIRD_HOME/lib/mozilla-$VERSION/plugins/libnullplugin.so $FIREBIRD_HOME/mozilla-$VERSION
   rm -Rf $FIREBIRD_HOME/lib/mozilla-$VERSION/plugins
@@ -30,5 +30,5 @@
 
 ln -sf /usr/lib/j2sdk1.4.1/jre/plugin/i386/mozilla/javaplugin_oji.so $FIREBIRD_HOME/lib/mozilla/plugins/javaplugin_oji.so 
 
-cp $SOURCE_DIRECTORY/firebird-0.6.1-lunar/firebird.desktop /usr/share/applications/ &&
-cp $SOURCE_DIRECTORY/firebird-0.6.1-lunar/firebird.xpm /usr/share/pixmaps 
+cp $SOURCE_DIRECTORY/firebird-0.7-lunar/firebird.desktop /usr/share/applications/firebird.desktop &&
+cp $SOURCE_DIRECTORY/firebird-0.7-lunar/firebird.xpm /usr/share/pixmaps/firebird.xpm 

--- firebird-nsRegisterChrome.cpp.patch DELETED ---




More information about the Lunar-commits mailing list