update to thunderbird-24.0

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@11857 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
Igor Živković 2013-09-20 15:48:23 +00:00
parent e09034e853
commit 8d12b24ebc
3 changed files with 8 additions and 19 deletions

View File

@ -720,7 +720,7 @@ export -f as_root</userinput></screen>
<!ENTITY pan-version "0.133">
<!ENTITY pidgin-version "2.10.7">
<!ENTITY rox-filer-version "2.11">
<!ENTITY thunderbird-version "17.0.8">
<!ENTITY thunderbird-version "24.0">
<!ENTITY transmission-version "2.82">
<!ENTITY xchat-version "2.8.8">
<!ENTITY xdg-utils-version "1.1.0-rc1">

View File

@ -46,6 +46,10 @@
<listitem>
<para>September 20th, 2013</para>
<itemizedlist>
<listitem>
<para>[igor] - Update to thunderbird-24.0. Fixes
<ulink url="&blfs-ticket-root;4066">#4066</ulink>.</para>
</listitem>
<listitem>
<para>[igor] - Update to libpng-1.6.6.</para>
</listitem>

View File

@ -8,10 +8,10 @@
"&mozilla-http;/thunderbird/releases/&thunderbird-version;/source/thunderbird-&thunderbird-version;.source.tar.bz2">
<!ENTITY thunderbird-download-ftp
"&mozilla-ftp;/thunderbird/releases/&thunderbird-version;/source/thunderbird-&thunderbird-version;.source.tar.bz2">
<!ENTITY thunderbird-md5sum "e4aee8852e94e455930bf482aecdbcd4">
<!ENTITY thunderbird-size "108 MB">
<!ENTITY thunderbird-md5sum "38f4b2e574751e4e6cbe36dc8b3bce20">
<!ENTITY thunderbird-size "134 MB">
<!ENTITY thunderbird-buildsize "3.1 GB (47 MB installed)">
<!ENTITY thunderbird-time "30 SBU">
<!ENTITY thunderbird-time "35 SBU">
]>
<sect1 id="thunderbird" xreflabel="Thunderbird-&thunderbird-version;">
@ -73,14 +73,6 @@
</listitem>
</itemizedlist>
<bridgehead renderas="sect3">Additional Downloads</bridgehead>
<itemizedlist spacing='compact'>
<listitem>
<para>Optional patch: <ulink
url="&patch-root;/thunderbird-&thunderbird-version;-system_cairo-1.patch"/></para>
</listitem>
</itemizedlist>
<bridgehead renderas="sect3">Thunderbird Dependencies</bridgehead>
<bridgehead renderas="sect4">Required</bridgehead>
@ -210,13 +202,6 @@ ac_add_options --with-system-zlib
mk_add_options MOZ_OBJDIR=@TOPSRCDIR@/thunderbuild
EOF</userinput></screen>
<para>
If you are building against a system-installed <application>Cairo</application>
apply the patch:
</para>
<screen><userinput>patch -Np1 -i ../thunderbird-&thunderbird-version;-system_cairo-1.patch</userinput></screen>
<para>
Compile <application>Thunderbird</application> by issuing the following
commands: