Changeset 604ba3d8


Ignore:
Timestamp:
06/06/2012 12:35:15 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:
eaa4f878
Parents:
aa4778c4
Message:

thunderbird-13.0

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

Files:
4 edited

Legend:

Unmodified
Added
Removed
  • general.ent

    raa4778c4 r604ba3d8  
    44-->
    55
    6 <!ENTITY day          "05">                   <!-- Always 2 digits -->
     6<!ENTITY day          "06">                   <!-- Always 2 digits -->
    77<!ENTITY month        "06">                   <!-- Always 2 digits -->
    88<!ENTITY year         "2012">
     
    1010<!ENTITY copyholder   "The BLFS Development Team">
    1111<!ENTITY version      "&year;-&month;-&day;">
    12 <!ENTITY releasedate  "June 5th, &year;">
     12<!ENTITY releasedate  "June 6th, &year;">
    1313<!-- <!ENTITY releasedate  "November &day;st, &year;"> -->
    1414<!ENTITY pubdate      "&year;-&month;-&day;"> <!-- metadata req. by TLDP -->
     
    960960<!ENTITY pidgin-version               "2.10.2">
    961961<!ENTITY rox-filer-version            "2.10">
    962 <!ENTITY thunderbird-version          "12.0">
     962<!ENTITY thunderbird-version          "13.0">
    963963<!ENTITY xchat-version                "2.8.8">
    964964<!ENTITY xdg-utils-version            "1.1.0-rc1">
  • introduction/welcome/changelog.xml

    raa4778c4 r604ba3d8  
    4343-->
    4444    <listitem>
     45      <para>June 6th, 2012</para>
     46      <itemizedlist>
     47        <listitem>
     48          <para>[abenton] - Updated Thunderbird to 13.0.</para>
     49        </listitem>
     50      </itemizedlist>
     51    </listitem>
     52
     53    <listitem>
    4554      <para>June 5th, 2012</para>
    4655      <itemizedlist>
  • xsoft/office/libreoffice.xml

    raa4778c4 r604ba3d8  
    1010  <!ENTITY libreoffice-core-md5sum        "61afc900785dd7d071b96d9ab0af46f3">
    1111  <!ENTITY libreoffice-core-size          "99 MB">
    12   <!ENTITY libreoffice-buildsize          "6.1 GB (337 MB installed)">
     12  <!ENTITY libreoffice-buildsize          "6.0 GB (345 MB installed)">
    1313  <!ENTITY libreoffice-time               "121 SBU">
    1414]>
     
    168168    </para>
    169169
    170 <screen><userinput>./autogen.sh --prefix=/usr \
     170<screen><userinput>sed -i 's# ORBit-2.0##' configure.in &amp;&amp;
     171./autogen.sh --prefix=/usr \
    171172  --disable-binfilter      \
    172173  --disable-gconf          \
     
    210211do
    211212  echo '#!/bin/bash' > /usr/bin/${program}
    212   echo "exec $SOFFICE --nologo --${program} \"\${@}\"" >> /usr/bin/${program}
     213  echo "exec ${SOFFICE} --nologo --${program} \"\${@}\"" >> /usr/bin/${program}
    213214  chmod 755 /usr/bin/${program}
    214215done          &amp;&amp;
    215216unset SOFFICE &amp;&amp;
    216 ln -sf ../lib/libreoffice/program/spadmin /usr/bin/printeradmin &amp;&amp;
    217 ln -sf ../lib/libreoffice/program/unopkg /usr/bin               &amp;&amp;
    218 cp sysui/desktop/man/{libreoffice,unopkg}.1 /usr/share/man/man1 &amp;&amp;
     217ln -sfv ../lib/libreoffice/program/spadmin /usr/bin/printeradmin &amp;&amp;
     218ln -sfv ../lib/libreoffice/program/unopkg /usr/bin               &amp;&amp;
     219cp sysui/desktop/man/{libreoffice,unopkg}.1 /usr/share/man/man1  &amp;&amp;
    219220for res in 16 32 48 128 256
    220221do
     
    232233
    233234    <para>
     235      <command>sed -i 's# ORBit-2.0##' configure.in</command>: If you remove the
     236      <option>--disable-gconf</option> configure will check for the deprecated
     237      ORBit. This sed removes the check for ORBit.
     238    </para>
     239
     240    <para>
    234241      <option>--enable-gtk3</option>: Add this option if you've installed and
    235242      want to use <application>Gtk+-3</application>.
     
    250257
    251258    <para>
    252       <option>--disable-gconf</option>: Compiling with support for
    253       <application>GConf</application> requires the deprecated
    254       <application>ORBit</application>.
     259      <option>--disable-gconf</option>: Remove this option if you want to
     260      compile Libre Office with GConf support.
    255261    </para>
    256262
     
    284290      support. en-US is always included by default. To list several languages,
    285291      separate them with a space. For all languages, use --with-lang=ALL
    286       <!-- For a list of the available options:
    287       <command>ls translations/source</command>. -->
     292      For a list of the available languages, after you've run ./download:
     293      <command>ls translations/source</command>.
    288294    </para>
    289295
  • xsoft/other/thunderbird.xml

    raa4778c4 r604ba3d8  
    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            "7b30b72472a65bce74ba0ae60e4d4e6c">
    12   <!ENTITY thunderbird-size              "97 MB">
     11  <!ENTITY thunderbird-md5sum            "0134c67c30e8598f2a64ea004d5bc4bc">
     12  <!ENTITY thunderbird-size              "99 MB">
    1313  <!ENTITY thunderbird-buildsize         "3.1 GB (41 MB installed)">
    1414  <!ENTITY thunderbird-time              "26 SBU">
     
    3535    <para>
    3636      <application>Thunderbird</application> is a stand-alone mail/news client
    37       based on the <application>Mozilla</application> codebase.
     37      based on the <application>Mozilla</application> codebase. It uses the
     38      Gecko rendering engine to enable it to display and compose HTML emails.
    3839    </para>
    3940
     
    7071        <para>
    7172          Estimated build time: &thunderbird-time;
    72         </para>
    73       </listitem>
    74     </itemizedlist>
    75 
    76     <bridgehead renderas="sect3">Additional Downloads</bridgehead>
    77     <itemizedlist spacing="compact">
    78       <listitem>
    79         <para>
    80           Required patch:
    81           <ulink url="&patch-root;/thunderbird-&thunderbird-version;_gcc-4.7-1.patch"/>
    8273        </para>
    8374      </listitem>
     
    160151ac_add_options --disable-crashreporter
    161152ac_add_options --disable-debug
     153ac_add_options --disable-debug-symbols
    162154ac_add_options --disable-installer
    163155ac_add_options --disable-static
     
    180172    </para>
    181173
    182 <screen><userinput>patch -p1 &lt; ../thunderbird-&thunderbird-version;_gcc-4.7-1.patch &amp;&amp;
    183 make -f client.mk &amp;&amp;
     174<screen><userinput>make -f client.mk &amp;&amp;
    184175make -C thunderbuild/mail/installer</userinput></screen>
    185176
    186     <para>
    187       This package does not come with a test suite.
    188     </para>
     177    <para>This package does not come with a test suite.</para>
    189178
    190179    <para>
     
    202191      <application>Thunderbird</application>. Alternatively, if you want to
    203192      install the full <application>Thunderbird</application> development
    204       environment (Note, this installs more than half a gigabyte of extra files
    205       and so is not recommended) as the
    206       <systemitem class="username">root</systemitem> user:
     193      environment, as the <systemitem class="username">root</systemitem> user:
    207194    </para>
    208195
     
    212199  <sect2 role="commands">
    213200    <title>Command Explanations</title>
    214 
    215     <para>
    216       <command>patch -p1 &lt;
    217       ../thunderbird-&thunderbird-version;_gcc-4.7-1.patch</command>: This
    218       patch fixes various files to ensure that
    219       <application>Thunderbird</application> compiles with     
    220       <application>GCC 4.7</application>.
    221     </para>
    222201
    223202    <para>
     
    286265      </para>
    287266
    288     <tip>
    289       <para>
    290         There is a multitude of configuration parameters you can tweak to
    291         customize <application>Thunderbird</application>. A very extensive, but
    292         not so up-to-date list of these parameters can be found at
    293         <ulink url="http://preferential.mozdev.org/preferences.html"/>.
    294       </para>
    295     </tip>
     267      <tip>
     268        <para>
     269          There is a multitude of configuration parameters you can tweak to
     270          customize <application>Thunderbird</application>. A very extensive,
     271          but not so up-to-date list of these parameters can be found at
     272          <ulink url="http://preferential.mozdev.org/preferences.html"/>.
     273        </para>
     274      </tip>
    296275
    297276    <para>
     
    318297Terminal=false
    319298EOF
    320 ln -sv -f /usr/lib/thunderbird-&thunderbird-version;/chrome/icons/default/default256.png \
     299ln -svf /usr/lib/thunderbird-&thunderbird-version;/chrome/icons/default/default256.png \
    321300  /usr/share/pixmaps/thunderbird.png</userinput></screen>
    322301    </sect3>
Note: See TracChangeset for help on using the changeset viewer.