Changeset bc6cf88
- Timestamp:
- 01/21/2007 10:27:35 AM (16 years ago)
- Branches:
- 10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 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, ken/inkscape-core-mods, krejzi/svn, lazarus, nosym, perl-modules, plabs/python-mods, qt5new, systemd-11177, systemd-13485, trunk, upgradedb, xry111/intltool, xry111/soup3, xry111/test-20220226
- Children:
- 5aeb97df
- Parents:
- b939642
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
general.ent
rb939642 rbc6cf88 540 540 541 541 <!-- Chapter 37 --> 542 <!ENTITY thunderbird-version "1.5.0. 7">542 <!ENTITY thunderbird-version "1.5.0.9"> 543 543 <!ENTITY pan-version "0.14.2"> 544 544 <!ENTITY balsa-version "2.3.13"> -
introduction/welcome/changelog.xml
rb939642 rbc6cf88 46 46 <itemizedlist> 47 47 <listitem> 48 <para>[dnicholson] - Updated to Thunderbird-1.5.0.9 49 with enigmail-0.94.2.</para> 50 </listitem> 51 <listitem> 48 52 <para>[dnicholson] - Updated to Firefox-1.5.0.9.</para> 49 53 </listitem> -
xsoft/other/thunderbird.xml
rb939642 rbc6cf88 5 5 %general-entities; 6 6 7 <!-- Inserted as a reminder to do this. The mention of a test suite8 is usually right before the root user installation commands. Please9 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 the13 test suite uses syntax other than "make check", revise the14 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 19 7 <!ENTITY thunderbird-download-http "http://releases.mozilla.org/pub/mozilla.org/thunderbird/releases/&thunderbird-version;/source/thunderbird-&thunderbird-version;-source.tar.bz2"> 20 8 <!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"> 22 10 <!ENTITY thunderbird-size "34.3 MB"> 23 11 <!ENTITY thunderbird-buildsize "597 MB"> 24 12 <!ENTITY thunderbird-time "18.1 SBU"> 25 13 26 <!ENTITY thunderbird-enigmail-version "0.94. 1">14 <!ENTITY thunderbird-enigmail-version "0.94.2"> 27 15 <!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"> 29 17 ]> 30 18 … … 272 260 make -f client.mk build</userinput></screen> 273 261 262 <para>This package does not come with a test suite.</para> 263 274 264 <para>If you're building the <application>Enigmail</application> extension, 275 265 issue the following commands:</para> … … 279 269 280 270 make -C ../thunderbird-build/mailnews/extensions/enigmail && 281 make -C ../thunderbird-build/mailnews/extensions/enigmail xpi</userinput></screen> 271 make -C ../thunderbird-build/mailnews/extensions/enigmail \ 272 XPIFILE=enigmail.xpi xpi</userinput></screen> 282 273 283 274 <para>Install <application>Thunderbird</application> by running the following … … 322 313 <filename>.xpi</filename> file:</para> 323 314 324 <screen role="root"><userinput>ENIGMAIL_FILENAME=$(basename \ 325 `ls ../thunderbird-build/dist/bin/enigmail-&thunderbird-enigmail-version;-*.xpi`) && 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> 329 317 330 318 <para>If you want to install <application>Enigmail</application> globally
Note:
See TracChangeset
for help on using the changeset viewer.