Changeset d7b41a6


Ignore:
Timestamp:
02/27/2010 08:32:55 AM (14 years ago)
Author:
DJ Lucas <dj@…>
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:
fe54bfc8
Parents:
a1e27dc
Message:

Re-added enigmail to Thunderbird, and reemoved TB header installs.

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

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • general.ent

    ra1e27dc rd7b41a6  
    44-->
    55
    6 <!ENTITY day          "26">                   <!-- Always 2 digits -->
     6<!ENTITY day          "27">                   <!-- Always 2 digits -->
    77<!ENTITY month        "02">                   <!-- Always 2 digits -->
    88<!ENTITY year         "2010">
  • introduction/welcome/changelog.xml

    ra1e27dc rd7b41a6  
    4343
    4444    <listitem>
     45      <para>February 27th, 2010</para>
     46      <itemizedlist>
     47        <listitem>
     48          <para>[dj] - Removed incorrect (unneeded) instructions to install
     49          Thunderbird headers, and re-enabled build of enigmail extension in
     50          Thunderbird build.</para>
     51        </listitem>
     52      </itemizedlist>
     53    </listitem>
     54
     55    <listitem>
    4556      <para>February 26th, 2010</para>
    4657      <itemizedlist>
  • xsoft/other/thunderbird.xml

    ra1e27dc rd7b41a6  
    1212  <!ENTITY thunderbird-time              "14 SBU">
    1313
    14   <!ENTITY thunderbird-enigmail-version  "0.95.6">
    15 
    16 <!-- The instructions are still good to install enigmail, just use version 1.0.1
     14  <!ENTITY thunderbird-enigmail-version  "1.0.1">
    1715
    1816  <!ENTITY thunderbird-enigmail-download "http://www.mozilla-enigmail.org/download/source/enigmail-&thunderbird-enigmail-version;.tar.gz">
    19   <!ENTITY thunderbird-enigmail-md5sum   "cfbe6ff77f80a349b396829757ad952a">
    20   <!ENTITY thunderbird-enigmail-size     "1.1 MB"> -->
     17  <!ENTITY thunderbird-enigmail-md5sum   "508ca9ab0396afb49e82eda88014924b">
     18  <!ENTITY thunderbird-enigmail-size     "1.1 MB">
    2119]>
    2220
     
    6462    </itemizedlist>
    6563
    66 <!--    <para>To enable the <application>Enigmail</application> extension to the
     64    <para>To enable the <application>Enigmail</application> extension to the
    6765    <application>Thunderbird</application> mail client, you'll need to download
    6866    the tarball shown below. The <application>Enigmail</application> extension
     
    8280        <para>Download size: &thunderbird-enigmail-size;</para>
    8381      </listitem>
    84     </itemizedlist> -->
     82    </itemizedlist>
    8583
    8684    <bridgehead renderas="sect3">Thunderbird Dependencies</bridgehead>
     
    238236# This option is used to enable source tree included LDAP support in
    239237# the Firefox binaries.  This used to be required for mozab support in
    240 # OpenOffice.  Current requirement status is unknown ATM.
     238# OpenOffice, however, is now deprecated.
    241239ac_add_options --enable-ldap
    242240
     
    271269    <para>This package does not come with a test suite.</para>
    272270
    273 <!--    <para>If you're building the <application>Enigmail</application> extension,
     271    <para>If you're building the <application>Enigmail</application> extension,
    274272    issue the following commands:</para>
    275273
     
    280278make -C ../thunderbird-build/mailnews/extensions/enigmail \
    281279        XPIFILE=enigmail-&thunderbird-enigmail-version;.xpi xpi</userinput></screen>
    282 -->
    283280
    284281    <para>Install <application>Thunderbird</application> by running the
     
    286283    user:</para>
    287284
    288 <screen role="root"><userinput>make -f client.mk install &amp;&amp;
    289 
    290 install -v -m644 ../thunderbird-build/dist/public/ldap-private/* \
    291     /usr/include/thunderbird-&thunderbird-version;/ldap &amp;&amp;
    292 
    293 install -v -m644 ../thunderbird-build/dist/bin/isp/{movemail,rss}.rdf \
    294     /usr/lib/thunderbird-&thunderbird-version;/isp &amp;&amp;
    295 rm -rvf /usr/lib/thunderbird-&thunderbird-version;/defaults/isp</userinput></screen>
    296 
    297 <!--
     285<screen role="root"><userinput>make -f client.mk install</userinput></screen>
     286
    298287    <para>If you built the <application>Enigmail</application> extension,
    299288    issue the following commands as the <systemitem
     
    301290    <filename>.xpi</filename> file:</para>
    302291
    303 <screen role="root"><userinput>install -v -m644 -D ../thunderbird-build/dist/bin/enigmail-&thunderbird-enigmail-version;.xpi \
     292<screen role="root"><userinput>install -v -m644 -D ../thunderbird-build/mozilla/dist/bin/enigmail-&thunderbird-enigmail-version;.xpi \
    304293    /usr/lib/thunderbird-&thunderbird-version;/xpi_store/enigmail-&thunderbird-enigmail-version;.xpi</userinput></screen>
    305294
     
    320309    did not not install it globally.</para>
    321310
    322     <para>To enable multi-user operation, execute the following as the
    323     <systemitem class="username">root</systemitem> user:</para>
    324 
    325 <screen role="root"><userinput>cd /usr/lib/thunderbird-&thunderbird-version; &amp;&amp;
    326 export LD_LIBRARY_PATH="$PWD" &amp;&amp;
    327 export MOZILLA_FIVE_HOME="$PWD" &amp;&amp;
    328 ./regxpcom &amp;&amp;
    329 ./regchrome &amp;&amp;
    330 touch `find . -name *.rdf`</userinput></screen>
    331 
    332 
    333 
    334     <note>
    335       <para>You should run <command>/usr/bin/thunderbird</command> once as the
    336       <systemitem class="username">root</systemitem> user (or any user with
    337       write privileges) to create some necessary additional files in the
    338       <filename class='directory'>/usr/lib/thunderbird-&thunderbird-version;</filename>
    339       directory.</para>
    340     </note>
    341 -->
    342311  </sect2>
    343312
Note: See TracChangeset for help on using the changeset viewer.