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
  • 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;,
Note: See TracChangeset for help on using the changeset viewer.