Ignore:
Timestamp:
12/20/2011 06:55:26 PM (12 years ago)
Author:
Andrew Benton <andy@…>
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:
5c79a939
Parents:
d4e85467
Message:

assorted firefox and xulrunner tweaks

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • xsoft/graphweb/firefox.xml

    rd4e85467 reb148eb  
    1212  <!ENTITY firefox-md5sum        "d8d0c8c79660752b02d9e9ab69a68f94">
    1313  <!ENTITY firefox-size          "70.8 MB">
    14   <!ENTITY firefox-buildsize     "3 GB (or 495 MB if you're building against an
    15     installed Xulrunner)">
    16   <!ENTITY firefox-time          "24 SBU (or 0.3 SBU if you're building against
     14  <!ENTITY firefox-buildsize     "3 GB (33 MB installed)">
     15  <!ENTITY firefox-time          "24 SBU (or 0.3 SBU if you&apos;re building against
    1716    an installed Xulrunner)">
    1817]>
     
    7170    <application>libpng</application> (patched for apng support) should have
    7271    been installed before <application>gdk-pixbuf</application> and should
    73     exist on your system. If for some strange reason you haven't installed
     72    exist on your system. If for some strange reason you haven&apos;t installed
    7473    them, you should remove the <option>--with-system-jpeg</option> and
    7574    <option>--with-system-png</option> options from the
     
    129128ac_add_options --disable-libnotify
    130129
    131 # If you have installed nss and nspr uncomment these two lines:
    132 # ac_add_options --with-system-nspr
    133 # ac_add_options --with-system-nss
    134 
    135130# If you have installed xulrunner uncomment these two lines:
    136131# ac_add_options --with-system-libxul
    137132# ac_add_options --with-libxul-sdk=/usr/lib/xulrunner-devel-&xulrunner-version;
    138133
    139 # Uncomment these if you have installed them:
     134# Uncomment these if you have installed them and
     135# you&apos;re not using an already installed xulrunner:
     136# ac_add_options --with-system-nspr
     137# ac_add_options --with-system-nss
    140138# ac_add_options --enable-system-sqlite
    141139# ac_add_options --enable-system-lcms
     
    147145ac_add_options --prefix=/usr
    148146
    149 # The rest of these options have no effect if you're
     147# The rest of these options have no effect if you&apos;re
    150148# building against an already installed xulrunner:
    151149ac_add_options --enable-pthreads
     
    191189chown -R -v root:root /usr/lib/firefox-&firefox-version;</userinput></screen>
    192190
    193     <para>If you have installed <application>Firefox</application> linked
    194     against an already installed <application>Xulrunner</application>, as the
     191    <para>If you <emphasis>have</emphasis> linked against an already installed
     192    <application>Xulrunner</application>, as the
    195193    <systemitem class="username">root</systemitem> user:</para>
    196194
     
    229227    into a versioned directory. Untaring it (instead of running make install)
    230228    prevents it installing /usr/lib/firefox-devel-&firefox-version; which
    231     contains about 430 MB of files. If you need any of those files, they're in
    232     <xref linkend="xulrunner"/></para>
     229    contains about 430 MB of files. If you need any of those files,
     230    they&apos;re in <xref linkend="xulrunner"/></para>
    233231
    234232    <para><command>make -C firefox-build-dir install</command>: This runs
     
    272270        <seg>Numerous libraries, browser components, plugins, extensions, and
    273271        helper modules installed in <filename
    274         class='directory'>/usr/lib/firefox-&firefox-version;</filename>.</seg>
     272        class="directory">/usr/lib/firefox-&firefox-version;</filename>.</seg>
    275273        <seg>/usr/lib/firefox-&firefox-version;</seg>
    276274      </seglistitem>
Note: See TracChangeset for help on using the changeset viewer.