Changeset 24da103


Ignore:
Timestamp:
10/15/2014 02:24:13 AM (10 years ago)
Author:
Fernando de Oliveira <fernando@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 7.10, 7.7, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, 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, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
890843e
Parents:
19c8739
Message:

Update to firefox-33.0.

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

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • introduction/welcome/changelog.xml

    r19c8739 r24da103  
    4949      <itemizedlist>
    5050        <listitem>
     51          <para>[fernando] - Update to firefox-33.0.  Fixes
     52          <ulink url="&blfs-ticket-root;5670">#5670</ulink>.</para>
     53        </listitem>
     54        <listitem>
    5155          <para>[fernando] - Update to gucharmap-3.14.1.  Fixes
    5256          <ulink url="&blfs-ticket-root;5669">#5669</ulink>.</para>
  • packages.ent

    r19c8739 r24da103  
    586586<!-- Chapter 35 -->
    587587<!ENTITY seamonkey-version            "2.29.1">
    588 <!ENTITY firefox-version              "32.0.1">
     588<!ENTITY firefox-version              "33.0">
    589589
    590590<!-- Chapter 36 -->
  • xsoft/graphweb/firefox.xml

    r19c8739 r24da103  
    1111  <!ENTITY firefox-download-ftp
    1212           "ftp://ftp.mozilla.org/pub/mozilla.org/firefox/releases/&firefox-version;/source/firefox-&firefox-version;.source.tar.bz2">
    13   <!ENTITY firefox-md5sum        "9559f6cef55251bab743e510e1f9b478">
    14   <!ENTITY firefox-size          "144 MB">
    15   <!ENTITY firefox-buildsize     "4.7 GB (66 MB installed)">
    16   <!ENTITY firefox-time          "60 SBU">
     13  <!ENTITY firefox-md5sum        "b0e793898bddf4f2bc46e42a331f3383">
     14  <!ENTITY firefox-size          "148 MB">
     15  <!ENTITY firefox-buildsize     "4.1 GB (100 MB installed)">
     16  <!ENTITY firefox-time          "12 SBU (using parallelism=8)">
    1717]>
    1818
     
    258258
    259259mkdir -pv /usr/lib/mozilla/plugins &amp;&amp;
    260 ln -sfv ../mozilla/plugins /usr/lib/firefox-&firefox-version;</userinput></screen>
     260ln -sfv ../../mozilla/plugins /usr/lib/firefox-&firefox-version;/browser</userinput></screen>
    261261
    262262  </sect2>
     
    298298
    299299    <para>
    300       <command>ln -sv ... /usr/lib/firefox-&firefox-version;</command>: This
    301       command creates a symbolic link to
    302       <filename class="directory">/usr/lib/mozilla/plugins</filename>. It's not
    303       really needed, as <application>Firefox</application> checks
    304       <filename class="directory">/usr/lib/mozilla/plugins</filename> by
    305       default, but the symbolic link is made to keep all the plugins installed in
    306       one folder.
     300      <command>ln -sv ... /usr/lib/firefox-&firefox-version;/browser</command>:
     301      This command creates a symbolic link to <filename
     302      class="directory">/usr/lib/mozilla/plugins</filename>. It's not really
     303      needed, as <application>Firefox</application> checks <filename
     304      class="directory">/usr/lib/mozilla/plugins</filename> by default, but the
     305      symbolic link is made to keep all the plugins installed in one folder.
    307306    </para>
    308307
Note: See TracChangeset for help on using the changeset viewer.