Changeset 6d1bf0e for xsoft


Ignore:
Timestamp:
02/18/2010 06:44:20 AM (14 years ago)
Author:
DJ Lucas <dj@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 7.10, 7.4, 7.5, 7.6, 7.6-blfs, 7.6-systemd, 7.7, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, gnome, kde5-13430, kde5-14269, kde5-14686, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, krejzi/svn, lazarus, lxqt, nosym, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, systemd-11177, systemd-13485, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
5512e64
Parents:
a0516cf
Message:

Updated to Firefox-3.6 and XULRunner-1.9.2.

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@8261 af4574ff-66df-0310-9fd7-8a98e5e911e0

File:
1 edited

Legend:

Unmodified
Added
Removed
  • xsoft/graphweb/firefox.xml

    ra0516cf r6d1bf0e  
    77  <!ENTITY firefox-download-http "http://releases.mozilla.org/pub/mozilla.org/firefox/releases/&firefox-version;/source/firefox-&firefox-version;-source.tar.bz2">
    88  <!ENTITY firefox-download-ftp  "ftp://ftp.mozilla.org/pub/mozilla.org/firefox/releases/&firefox-version;/source/firefox-&firefox-version;-source.tar.bz2">
    9   <!ENTITY firefox-md5sum        "136867f95c86f3988b7f825e874b85de">
    10   <!ENTITY firefox-size          " MB">
    11   <!ENTITY firefox-buildsize     "322 MB (stand-alone) or 291 MB (on xulrunner)">
    12   <!ENTITY firefox-time          "11 SBU (stand-alone) or 0.2 SBU (on xulrunner)">
     9  <!ENTITY firefox-md5sum        "458051557ff49e6a352c1d56eee5782a">
     10  <!ENTITY firefox-size          "47 MB">
     11  <!ENTITY firefox-buildsize     "321 MB (stand-alone) or 303 MB (on xulrunner)">
     12  <!ENTITY firefox-time          "12 SBU (stand-alone) or 0.1 SBU (on xulrunner)">
    1313]>
    1414
     
    8282      <listitem>
    8383        <para>Optional patch: <ulink
    84         url="&patch-root;/firefox-&firefox-version;-provide_system_nspr_nss-2.patch"/>
     84        url="&patch-root;/firefox-&firefox-version;-provide_system_nspr_nss-1.patch"/>
    8585        (Required if using the included NSPR and NSS libs as system versions for
    8686        other packages)</para>
     
    230230
    231231# Comment this if you have gnome-vfs and libgnomeui, and wish to
    232 # integrate xulrunner into your gnome desktop
     232# integrate firefox into your gnome desktop
    233233ac_add_options --disable-gnomevfs
     234
     235# Comment this if you have wireless-tools installed and wish to use the new
     236# Necko WiFi scanning.
     237ac_add_options --disable-necko-wifi
    234238
    235239# This option is added so that the Mozilla Installer program is not
     
    241245ac_add_options --disable-javaxpcom
    242246
    243 # mochitest often causes problems
    244 ac_add_options --disable-mochitest
    245 
    246247# This option is added so that test libraries and programs are not
    247248# built. These would only be required for debugging purposes.
     
    252253
    253254# (options to add extra parts of the package)
    254 # This option is used to enable source tree included LDAP support in
    255 # the Xulrunner binaries.
    256 ###################################################################
    257 #
    258 # NOTE: You must uncomment this option if there is any chance of
    259 # compiling the OpenOffice package from source code using this copy
    260 # of Xulrunner for your Mozilla support.
    261 #
    262 # This has NOT been tested, the current status of OpenOffice
    263 # and xulrunner is unknown! (Remove this comment before release)
    264 #
    265 ###################################################################
    266 #ac_add_options --enable-ldap
    267 
    268255# This option causes the installed binaries to have the official
    269256# Firefox name embedded in them. Due to license restrictions, you
    270257# may not distribute binaries created using this option.  It also
    271258# means you get a popup EULA when you first run firefox.
    272 # If you disable this, the browser will call itself Shiretoki.
    273259ac_add_options --enable-official-branding
    274260
Note: See TracChangeset for help on using the changeset viewer.