Changeset bc6cf88


Ignore:
Timestamp:
01/21/2007 10:27:35 AM (17 years ago)
Author:
Dan Nichilson <dnicholson@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.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:
5aeb97df
Parents:
b939642
Message:

Updated to thunderbird-1.5.0.9 and enigmail-0.94.2

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

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • general.ent

    rb939642 rbc6cf88  
    540540
    541541<!-- Chapter 37 -->
    542 <!ENTITY thunderbird-version          "1.5.0.7">
     542<!ENTITY thunderbird-version          "1.5.0.9">
    543543<!ENTITY pan-version                  "0.14.2">
    544544<!ENTITY balsa-version                "2.3.13">
  • introduction/welcome/changelog.xml

    rb939642 rbc6cf88  
    4646      <itemizedlist>
    4747        <listitem>
     48          <para>[dnicholson] - Updated to Thunderbird-1.5.0.9
     49          with enigmail-0.94.2.</para>
     50        </listitem>
     51        <listitem>
    4852          <para>[dnicholson] - Updated to Firefox-1.5.0.9.</para>
    4953        </listitem>
  • xsoft/other/thunderbird.xml

    rb939642 rbc6cf88  
    55  %general-entities;
    66
    7     <!-- Inserted as a reminder to do this. The mention of a test suite
    8          is usually right before the root user installation commands. Please
    9          delete these 12 (including one blank) lines after you are done.-->
    10 
    11     <!-- Use one of the two mentions below about a test suite,
    12          delete the line that is not applicable. Of course, if the
    13          test suite uses syntax other than "make check", revise the
    14          line to reflect the actual syntax to run the test suite -->
    15 
    16     <!-- <para>This package does not come with a test suite.</para> -->
    17     <!-- <para>To test the results, issue: <command>make check</command>.</para> -->
    18 
    197  <!ENTITY thunderbird-download-http     "http://releases.mozilla.org/pub/mozilla.org/thunderbird/releases/&thunderbird-version;/source/thunderbird-&thunderbird-version;-source.tar.bz2">
    208  <!ENTITY thunderbird-download-ftp      "ftp://ftp.mozilla.org/pub/mozilla.org/thunderbird/releases/&thunderbird-version;/source/thunderbird-&thunderbird-version;-source.tar.bz2">
    21   <!ENTITY thunderbird-md5sum            "c3933149147567471000e53dbeac7429">
     9  <!ENTITY thunderbird-md5sum            "bb74629a8d99a6653c5ab978cf9c6227">
    2210  <!ENTITY thunderbird-size              "34.3 MB">
    2311  <!ENTITY thunderbird-buildsize         "597 MB">
    2412  <!ENTITY thunderbird-time              "18.1 SBU">
    2513
    26   <!ENTITY thunderbird-enigmail-version  "0.94.1">
     14  <!ENTITY thunderbird-enigmail-version  "0.94.2">
    2715  <!ENTITY thunderbird-enigmail-download "http://www.mozilla-enigmail.org/downloads/src/enigmail-&thunderbird-enigmail-version;.tar.gz">
    28   <!ENTITY thunderbird-enigmail-md5sum   "b255e7a77ecea435934bfa1872e99f6a">
     16  <!ENTITY thunderbird-enigmail-md5sum   "cc1ba2bec7c3a2ac408ef24fbf1884de">
    2917]>
    3018
     
    272260make -f client.mk build</userinput></screen>
    273261
     262    <para>This package does not come with a test suite.</para>
     263
    274264    <para>If you're building the <application>Enigmail</application> extension,
    275265    issue the following commands:</para>
     
    279269
    280270make -C ../thunderbird-build/mailnews/extensions/enigmail &amp;&amp;
    281 make -C ../thunderbird-build/mailnews/extensions/enigmail xpi</userinput></screen>
     271make -C ../thunderbird-build/mailnews/extensions/enigmail \
     272        XPIFILE=enigmail.xpi xpi</userinput></screen>
    282273
    283274    <para>Install <application>Thunderbird</application> by running the following
     
    322313    <filename>.xpi</filename> file:</para>
    323314
    324 <screen role="root"><userinput>ENIGMAIL_FILENAME=$(basename \
    325     `ls ../thunderbird-build/dist/bin/enigmail-&thunderbird-enigmail-version;-*.xpi`) &amp;&amp;
    326 
    327 install -v -m644 -D ../thunderbird-build/dist/bin/$ENIGMAIL_FILENAME \
    328     /usr/lib/thunderbird-&thunderbird-version;/xpi_store/$ENIGMAIL_FILENAME</userinput></screen>
     315<screen role="root"><userinput>install -v -m644 -D ../thunderbird-build/dist/bin/enigmail.xpi \
     316    /usr/lib/thunderbird-&thunderbird-version;/xpi_store/enigmail.xpi</userinput></screen>
    329317
    330318    <para>If you want to install <application>Enigmail</application> globally
Note: See TracChangeset for help on using the changeset viewer.