Changeset eb148eb


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

Files:
2 edited

Legend:

Unmodified
Added
Removed
  • x/lib/xulrunner.xml

    rd4e85467 reb148eb  
    55  %general-entities;
    66
     7  <!--
    78  <!ENTITY xulrunner-download-http "http://releases.mozilla.org/pub/mozilla.org/firefox/releases/&firefox-version;/source/firefox-&firefox-version;.source.tar.bz2">
     9  -->
     10  <!ENTITY xulrunner-download-http " ">
    811  <!ENTITY xulrunner-download-ftp  "ftp://ftp.mozilla.org/pub/mozilla.org/firefox/releases/&firefox-version;/source/firefox-&firefox-version;.source.tar.bz2">
    912  <!-- md5sum and size should match firefox, but the buildsize and time will differ -->
    1013  <!ENTITY xulrunner-md5sum        "d8d0c8c79660752b02d9e9ab69a68f94">
    1114  <!ENTITY xulrunner-size          "70.8 MB">
    12   <!ENTITY xulrunner-buildsize     "2.6 GB">
     15  <!ENTITY xulrunner-buildsize     "2.6 GB (440 MB installed)">
    1316  <!ENTITY xulrunner-time          "22 SBU">
    1417]>
     
    7275    <application>libpng</application> (patched for apng support) should have
    7376    been installed before <application>gdk-pixbuf</application> and should
    74     exist on your system. If for some strange reason you haven't installed
     77    exist on your system. If for some strange reason you haven&apos;t installed
    7578    them, you should remove the <option>--with-system-jpeg</option> and
    7679    <option>--with-system-png</option> options from the
     
    156159    following commands:</para>
    157160
    158 <screen><userinput>sed -i '/Version/aRequires: nspr &gt;= 4.8.9' xulrunner/installer/libxul-embedding.pc.in &amp;&amp;
     161<screen><userinput>sed -i '/Version/aRequires: nspr &gt;= &nspr-version;' xulrunner/installer/libxul-embedding.pc.in &amp;&amp;
    159162make -f client.mk</userinput></screen>
    160163
     
    166169<screen role="root"><userinput>make -C xulrunner-build-dir install &amp;&amp;
    167170mkdir -p /usr/lib/mozilla &amp;&amp;
     171rm -rf /usr/lib/xulrunner-&xulrunner-version;/plugins &amp;&amp;
    168172ln -sv ../mozilla/plugins /usr/lib/xulrunner-&xulrunner-version; &amp;&amp;
    169173chown -Rv root:root /usr/{include,lib,share/idl}/xulrunner-*</userinput></screen>
     
    200204    <para><command>for DL in ...</command>: The NSPR and NSS libraries shipped
    201205    with this package are installed into
    202     <filename class='directory'>/usr/lib/xulrunner-&xulrunner-version;</filename>
     206    <filename class="directory">/usr/lib/xulrunner-&xulrunner-version;</filename>
    203207    which means they will not be found at runtime.  By using symbolic links from
    204208    <filename class="directory">/usr/lib</filename> the libraries will be found
     
    208212    <para><command>ln -sv ../mozilla/plugins ...</command>: Some packages will
    209213    install browser plugins into
    210     <filename class='directory'>/usr/lib/mozilla/plugins</filename>.
     214    <filename class="directory">/usr/lib/mozilla/plugins</filename>.
    211215    Creating this symlink <application>Xulrunner</application> keeps additional
    212216    plugins in a common directory.</para>
     
    230234        <seg>Numerous libraries, browser components, plugins, extensions, and
    231235        helper modules installed in <filename
    232         class='directory'>/usr/lib/xulrunner-&xulrunner-version;</filename></seg>
     236        class="directory">/usr/lib/xulrunner-&xulrunner-version;</filename></seg>
    233237        <seg>/etc/gre.d, /usr/include/xulrunner-&xulrunner-version;,
    234238        /usr/lib/xulrunner-&xulrunner-version;,
  • 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.