Changeset dfff7ace


Ignore:
Timestamp:
06/12/2005 10:15:51 PM (19 years ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 6.1, 6.2, 6.2.0, 6.2.0-rc1, 6.2.0-rc2, 6.3, 6.3-rc1, 6.3-rc2, 6.3-rc3, 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:
319e95db
Parents:
49625cbc
Message:

Update to thunderbird-1.0.2 and fix installation location for its 'defaults' directory

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

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • general.ent

    r49625cbc rdfff7ace  
    419419
    420420<!-- Chapter 36 -->
    421 <!ENTITY thunderbird-version          "1.0">
     421<!ENTITY thunderbird-version          "1.0.2">
    422422<!ENTITY pan-version                  "0.14.2">
    423423<!ENTITY balsa-version                "2.2.6">
  • introduction/welcome/changelog.xml

    r49625cbc rdfff7ace  
    2525  <itemizedlist>
    2626
     27    <listitem>
     28      <para>June 12th, 2005 [bdubbs]: Updated to thunderbird-1.0.2 and fixed
     29      problem in the installation of thunderbird's <filename class='directory'>
     30      defaults></filename> directory.</para>
     31    </listitem>
     32   
    2733    <listitem>
    2834      <para>June 12th, 2005 [bdubbs]: Added instruction to make rc.iptables
  • xsoft/other/thunderbird.xml

    r49625cbc rdfff7ace  
    77  <!ENTITY thunderbird-download-http     "http://ftp.mozilla.org/pub/mozilla.org/thunderbird/releases/&thunderbird-version;/source/thunderbird-&thunderbird-version;-source.tar.bz2">
    88  <!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            "232ffe434fd65f5f0284a760d6e4ba2a">
    10   <!ENTITY thunderbird-size              "33 MB">
    11   <!ENTITY thunderbird-buildsize         "608 MB">
    12   <!ENTITY thunderbird-time              "12.38 SBU">
    13 
    14   <!ENTITY thunderbird-enigmail-version  "0.90.1">
     9  <!ENTITY thunderbird-md5sum            "9e5b8a3edb3ced400e769dc2faa45317">
     10  <!ENTITY thunderbird-size              "31.8 MB">
     11  <!ENTITY thunderbird-buildsize         "600 MB">
     12  <!ENTITY thunderbird-time              "11.4 SBU">
     13
     14  <!ENTITY thunderbird-enigmail-version  "0.91.0">
    1515  <!ENTITY thunderbird-enigmail-download "http://downloads.mozdev.org/enigmail/src/enigmail-&thunderbird-enigmail-version;.tar.gz">
    16   <!ENTITY thunderbird-enigmail-md5sum   "61deeb21ec7df10de9ad790039063f41">
     16  <!ENTITY thunderbird-enigmail-md5sum   "4ab46132f41b4f1718cd4141742f824b">
    1717
    1818  <!ENTITY thunderbird-ipc-version       "1.1.2">
     
    126126export BUILD_OFFICIAL="1" &amp;&amp;
    127127export MOZ_THUNDERBIRD="1" &amp;&amp;
     128
     129sed -i -e 's/$(destdir)$(bindir)/$(DESTDIR)$(mozappdir)/' \
     130       mail/app/Makefile.in &amp;&amp;
     131 
    128132./configure --prefix=/usr \
    129133            --with-default-mozilla-five-home=/usr/lib/thunderbird-&thunderbird-version; \
     
    202206    </note>
    203207
     208    <para>Finally, unset the build variables from the unprivileged user's
     209    environment:</para>
     210   
     211<screen><userinput>unset MOZILLA_OFFICIAL &amp;&amp;
     212unset BUILD_OFFICIAL &amp;&amp;
     213unset MOZ_THUNDERBIRD</userinput></screen>
     214
     215  </sect2>
     216
     217  <sect2 role="commands">
     218    <title>Command Explanations</title>
     219
     220    <para><command>sed -i -e 's/$(destdir)$(bindir)/$(DESTDIR)$(mozappdir)/'
     221    mail/app/Makefile.in</command>: Correct the installation location of the
     222    <filename class='directory'>defaults</filename> directory.</para>
     223
    204224  </sect2>
    205225
     
    213233
    214234      <seglistitem>
    215         <seg>thunderbird</seg>
     235        <seg>thunderbird and thunderbird-config</seg>
    216236        <seg>Numerous libraries, email/newsgroups components, plugins,
    217237        extensions, and helper modules installed in <filename
    218238        class='directory'>/usr/lib/thunderbird-&thunderbird-version;</filename>
    219239        </seg>
    220         <seg>/usr/bin/defaults, /usr/include/thunderbird-&thunderbird-version;,
     240        <seg>/usr/include/thunderbird-&thunderbird-version;,
    221241        /usr/lib/thunderbird-&thunderbird-version;, and
    222242        /usr/share/idl/thunderbird-&thunderbird-version;</seg>
Note: See TracChangeset for help on using the changeset viewer.