Ignore:
Timestamp:
04/23/2012 12:11:11 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:
34db90b
Parents:
d9cf59b
Message:

Thunderbird 12.0

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • xsoft/other/thunderbird.xml

    rd9cf59b r5f5dcc2  
    99  <!ENTITY thunderbird-download-ftp
    1010  "ftp://ftp.mozilla.org/pub/mozilla.org/thunderbird/releases/&thunderbird-version;/source/thunderbird-&thunderbird-version;.source.tar.bz2">
    11   <!ENTITY thunderbird-md5sum            "1d7127a3282e62d95eb9b59d47291b70">
     11  <!ENTITY thunderbird-md5sum            "7b30b72472a65bce74ba0ae60e4d4e6c">
    1212  <!ENTITY thunderbird-size              "97 MB">
    13   <!ENTITY thunderbird-buildsize         "3 GB (46 MB installed)">
     13  <!ENTITY thunderbird-buildsize         "3.1 GB (41 MB installed)">
    1414  <!ENTITY thunderbird-time              "26 SBU">
    1515
     
    159159
    160160# Uncomment these if you have installed them:
     161# ac_add_options --enable-startup-notification
     162# ac_add_options --enable-system-hunspell
     163# ac_add_options --enable-system-sqlite
     164# ac_add_options --with-system-libevent
     165# ac_add_options --with-system-libvpx
    161166# ac_add_options --with-system-nspr
    162167# ac_add_options --with-system-nss
    163 # ac_add_options --enable-system-sqlite
    164 # ac_add_options --with-system-libvpx
    165 # ac_add_options --enable-startup-notification
    166 # ac_add_options --enable-system-hunspell
    167 # ac_add_options --with-system-libevent
    168168
    169169mk_add_options MOZ_OBJDIR=@TOPSRCDIR@/thunderbuild
     170ac_add_options --disable-crashreporter
     171ac_add_options --disable-debug
     172ac_add_options --disable-installer
     173ac_add_options --disable-static
     174ac_add_options --disable-tests
     175ac_add_options --disable-updater
    170176ac_add_options --enable-official-branding
     177ac_add_options --enable-shared
     178ac_add_options --enable-system-cairo
     179ac_add_options --enable-system-ffi
    171180ac_add_options --with-pthreads
    172 ac_add_options --enable-system-ffi
    173181ac_add_options --with-system-jpeg
    174182ac_add_options --with-system-png
    175 ac_add_options --enable-system-cairo
    176183ac_add_options --with-system-zlib
    177 ac_add_options --enable-shared
    178 ac_add_options --disable-static
    179 ac_add_options --disable-debug
    180 ac_add_options --disable-crashreporter
    181 ac_add_options --disable-installer
    182 ac_add_options --disable-updater
    183 ac_add_options --disable-tests
    184184EOF</userinput></screen>
    185185
     
    190190
    191191<screen><userinput>patch -p1 &lt; ../thunderbird-&thunderbird-version;_gcc-4.7-1.patch &amp;&amp;
    192 sed -i 's#VPX_CODEC_USE_INPUT_PARTITION#VPX_CODEC_USE_INPUT_FRAGMENTS#' \
    193   mozilla/configure &amp;&amp;
    194192make -f client.mk &amp;&amp;
    195193make -C thunderbuild/mail/installer</userinput></screen>
     
    205203
    206204<screen role="root"><userinput>mkdir -p /usr/lib/thunderbird-&thunderbird-version; &amp;&amp;
    207 tar xf thunderbuild/mozilla/dist/thunderbird-*.tar.bz2 -C /usr/lib/thunderbird-&thunderbird-version; --strip-components=1 &amp;&amp;
     205tar xf thunderbuild/mozilla/dist/thunderbird-*.tar.bz2 \
     206  -C /usr/lib/thunderbird-&thunderbird-version; --strip-components=1 &amp;&amp;
    208207ln -s ../lib/thunderbird-&thunderbird-version;/thunderbird /usr/bin/thunderbird</userinput></screen>
    209208  </sect2>
     
    213212
    214213    <para>
    215       <command>sed -i 's#VPX_CODEC_USE_INPUT_PARTITION ...</command>: This fixes
    216       mozilla's <command>configure</command> script to properly detect
    217       <xref linkend="libvpx"/>. This sed is not needed if you have libvpx-v0.9.7
    218       or earlier installed or if you've not installed
    219       <application>Libvpx</application>.
     214      <command>patch -p1 &lt;
     215      ../thunderbird-&thunderbird-version;_gcc-4.7-1.patch</command>: This
     216      patch fixes various files to ensure that
     217      <application>Thunderbird</application> compiles with     
     218      <application>GCC 4.7</application>.
    220219    </para>
    221220
Note: See TracChangeset for help on using the changeset viewer.