Changeset 0adc5d50


Ignore:
Timestamp:
02/01/2012 08:02:33 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:
48f85c3
Parents:
1f95134
Message:

thunderbird-10.0

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

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • general.ent

    r1f95134 r0adc5d50  
    829829
    830830<!-- Chapter 38 -->
    831 <!ENTITY thunderbird-version          "9.0.1">
     831<!ENTITY thunderbird-version          "10.0">
    832832<!ENTITY pan-version                  "0.133">
    833833<!ENTITY balsa-version                "2.3.22">
  • introduction/welcome/changelog.xml

    r1f95134 r0adc5d50  
    5757          <para>[abenton] - SQLite 3.7.10</para>
    5858        </listitem>
     59        <listitem>
     60          <para>[abenton] - Thunderbird 10.0</para>
     61        </listitem>
    5962      </itemizedlist>
    6063    </listitem>
  • xsoft/other/thunderbird.xml

    r1f95134 r0adc5d50  
    55  %general-entities;
    66
    7   <!ENTITY thunderbird-download-http     "http://releases.mozilla.org/pub/mozilla.org/thunderbird/releases/&thunderbird-version;/source/thunderbird-&thunderbird-version;.source.tar.bz2">
    8   <!ENTITY thunderbird-download-ftp      "ftp://ftp.mozilla.org/pub/mozilla.org/thunderbird/releases/&thunderbird-version;/source/thunderbird-&thunderbird-version;.source.tar.bz2">
    9   <!ENTITY thunderbird-md5sum            "a5904751dbd33074682b438b732fdbab">
    10   <!ENTITY thunderbird-size              "91 MB">
     7  <!ENTITY thunderbird-download-http     "http://releases.mozilla.org/pub/mozilla.org/thunderbird/releases/&thunderbird-version;-real/source/thunderbird-&thunderbird-version;.source.tar.bz2">
     8  <!ENTITY thunderbird-download-ftp      "ftp://ftp.mozilla.org/pub/mozilla.org/thunderbird/releases/&thunderbird-version;-real/source/thunderbird-&thunderbird-version;.source.tar.bz2">
     9  <!ENTITY thunderbird-md5sum            "6f76f25894ba746a2e33614d3dd8dbab">
     10  <!ENTITY thunderbird-size              "93 MB">
    1111  <!ENTITY thunderbird-buildsize         "3 GB (46 MB installed)">
    1212  <!ENTITY thunderbird-time              "26 SBU">
     
    5555      <listitem>
    5656        <para>Estimated build time: &thunderbird-time;</para>
    57       </listitem>
    58     </itemizedlist>
    59 
    60     <bridgehead renderas="sect3">Additional Downloads</bridgehead>
    61     <itemizedlist spacing="compact">
    62       <listitem>
    63         <para>Required patch:
    64         <ulink
    65         url="&patch-root;/thunderbird-&thunderbird-version;-libpng-1.5-2.patch"/></para>
    6657      </listitem>
    6758    </itemizedlist>
     
    10899    following command:</para>
    109100
    110 <screen><?dbfo keep-together="auto"?><userinput>patch -p1 &lt; ../thunderbird-&thunderbird-version;-libpng-1.5-2.patch &amp;&amp;
    111 cat &gt; mozconfig &lt;&lt; "EOF"
     101<screen><userinput>cat &gt; mozconfig &lt;&lt; "EOF"
    112102# If you have a multicore machine you can speed up the build by running
    113103# several jobs at once, but if you have a single core, delete this line:
     
    155145    following commands:</para>
    156146
    157 <screen><userinput>make -f client.mk &amp;&amp;
     147<screen><userinput>sed -i 's#VPX_CODEC_USE_INPUT_PARTITION#VPX_CODEC_USE_INPUT_FRAGMENTS#' \
     148  mozilla/configure &amp;&amp;
     149make -f client.mk &amp;&amp;
    158150make -C thunderbuild/mail/installer</userinput></screen>
    159151
     
    164156    user:</para>
    165157
    166 <screen role="root"><userinput>mkdir -p /usr/lib/thunderbird-9.0.1 &amp;&amp;
     158<screen role="root"><userinput>mkdir -p /usr/lib/thunderbird-&thunderbird-version; &amp;&amp;
    167159tar xf thunderbuild/mozilla/dist/thunderbird-*.tar.bz2 -C /usr/lib/thunderbird-&thunderbird-version; --strip-components=1 &amp;&amp;
    168160ln -s ../lib/thunderbird-&thunderbird-version;/thunderbird /usr/bin/thunderbird</userinput></screen>
     
    171163  <sect2 role="commands">
    172164    <title>Command Explanations</title>
     165
     166    <para><command>sed -i 's#VPX_CODEC_USE ...</command>: This fixes
     167    mozilla&apos;s <command>configure</command> script to properly detect
     168    libvpx-v1.0.0. This sed is not needed if you have libvpx-v0.9.7 or earlier
     169    installed or if you&apos;ve not installed <xref linkend="libvpx"/>.</para>
    173170
    174171    <para><command>make -f client.mk</command>: Mozilla products are packaged
     
    255252Terminal=false
    256253EOF
    257 ln -sv -f /usr/lib/thunderbird-&thunderbird-version;/chrome/icons/default/default256.png /usr/share/pixmaps/thunderbird.png</userinput></screen>
     254ln -sv -f /usr/lib/thunderbird-&thunderbird-version;/chrome/icons/default/default256.png \
     255  /usr/share/pixmaps/thunderbird.png</userinput></screen>
    258256    </sect3>
    259257  </sect2>
Note: See TracChangeset for help on using the changeset viewer.