Changeset 2f71e7b
- Timestamp:
- 05/18/2007 02:42:38 PM (16 years ago)
- Branches:
- 10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 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/inkscape-core-mods, krejzi/svn, lazarus, lxqt, nosym, perl-modules, plabs/python-mods, qt5new, systemd-11177, systemd-13485, trunk, upgradedb, xry111/intltool, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
- Children:
- ad8996b
- Parents:
- 841a93f
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
general.ent
r841a93f r2f71e7b 4 4 --> 5 5 6 <!ENTITY day " 05"> <!-- Always 2 digits -->7 <!ENTITY month " 15"> <!-- Always 2 digits -->6 <!ENTITY day "18"> <!-- Always 2 digits --> 7 <!ENTITY month "05"> <!-- Always 2 digits --> 8 8 <!ENTITY year "2007"> 9 9 <!ENTITY version "svn-&year;&month;&day;"> … … 564 564 565 565 <!-- Chapter 37 --> 566 <!ENTITY thunderbird-version " 1.5.0.9">566 <!ENTITY thunderbird-version "2.0.0.0"> 567 567 <!ENTITY pan-version "0.14.2"> 568 568 <!ENTITY balsa-version "2.3.13"> -
introduction/welcome/changelog.xml
r841a93f r2f71e7b 43 43 44 44 <listitem> 45 <para>May 18th, 2007</para> 46 <itemizedlist> 47 <listitem> 48 <para>[dnicholson] - Updated to Thunderbird-2.0.0.0 with 49 Enigmail-0.95.0.</para> 50 </listitem> 51 </itemizedlist> 52 </listitem> 53 54 <listitem> 45 55 <para>May 13th, 2007</para> 46 56 <itemizedlist> -
xsoft/other/thunderbird.xml
r841a93f r2f71e7b 7 7 <!ENTITY thunderbird-download-http "http://releases.mozilla.org/pub/mozilla.org/thunderbird/releases/&thunderbird-version;/source/thunderbird-&thunderbird-version;-source.tar.bz2"> 8 8 <!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 " bb74629a8d99a6653c5ab978cf9c6227">10 <!ENTITY thunderbird-size "3 4.3MB">11 <!ENTITY thunderbird-buildsize " 597MB">12 <!ENTITY thunderbird-time "1 8.1SBU">13 14 <!ENTITY thunderbird-enigmail-version "0.9 4.2">9 <!ENTITY thunderbird-md5sum "8e672d9f9206e0e1f03790dacb51e1bb"> 10 <!ENTITY thunderbird-size "35.6 MB"> 11 <!ENTITY thunderbird-buildsize "465 MB"> 12 <!ENTITY thunderbird-time "12.3 SBU"> 13 14 <!ENTITY thunderbird-enigmail-version "0.95.0"> 15 15 <!ENTITY thunderbird-enigmail-download "http://www.mozilla-enigmail.org/downloads/src/enigmail-&thunderbird-enigmail-version;.tar.gz"> 16 <!ENTITY thunderbird-enigmail-md5sum "cc1ba2bec7c3a2ac408ef24fbf1884de"> 16 <!ENTITY thunderbird-enigmail-md5sum "820ab216b6ba21f81392d56bb9991c18"> 17 <!ENTITY thunderbird-enigmail-size "556 KB"> 17 18 ]> 18 19 … … 57 58 <listitem> 58 59 <para>Estimated build time: &thunderbird-time;</para> 59 </listitem>60 </itemizedlist>61 62 <bridgehead renderas="sect3">Additional Downloads</bridgehead>63 <itemizedlist spacing="compact">64 <listitem>65 <para>Required patch (if using system-installed versions of66 <application>NSS</application> and <application>NSPR</application>:)67 <ulink68 url="&patch-root;/thunderbird-&thunderbird-version;-system_nss-1.patch"/>69 </para>70 </listitem>71 <listitem>72 <para>Required patch (if enabling <application>Pango</application>73 font rendering):74 <ulink75 url="&patch-root;/thunderbird-&thunderbird-version;-pangoxft-1.patch"/>76 </para>77 60 </listitem> 78 61 </itemizedlist> … … 92 75 <listitem> 93 76 <para>Download MD5 sum: &thunderbird-enigmail-md5sum;</para> 77 </listitem> 78 <listitem> 79 <para>Download size: &thunderbird-enigmail-size;</para> 94 80 </listitem> 95 81 </itemizedlist> … … 240 226 EOF</userinput></screen> 241 227 242 <para>If you wish to use <application>Pango</application> for font243 rendering and have uncommented the appropriate option in244 <filename>.mozconfig</filename>, apply the following patch:</para>245 246 <screen><userinput>patch -Np1 -i ../thunderbird-&thunderbird-version;-pangoxft-1.patch</userinput></screen>247 248 <para>If you have system-installed Network Security Services (NSS) and249 Netscape Portable Runtime (NSPR) libraries and you uncommented the250 appropriate lines in the <filename>.mozconfig</filename> file to utilize251 them, apply the following patch:</para>252 253 <screen><userinput>patch -Np1 -i ../thunderbird-&thunderbird-version;-system_nss-1.patch</userinput></screen>254 255 228 <para>Compile <application>Thunderbird</application> by 256 229 issuing the following commands:</para> 257 230 258 <screen><userinput>sed -i "s/^ enum$/& xptinfo_enum_1/" \ 231 <screen><userinput>cat >> layout/build/Makefile.in << "EOF" && 232 ifdef MOZ_ENABLE_CANVAS 233 EXTRA_DSO_LDOPTS += -lX11 -lXrender 234 endif 235 EOF 236 sed -i "s/^ enum$/& xptinfo_enum_1/" \ 259 237 xpcom/reflect/xptinfo/public/xptinfo.h && 260 238 make -f client.mk build</userinput></screen> … … 270 248 make -C ../thunderbird-build/mailnews/extensions/enigmail && 271 249 make -C ../thunderbird-build/mailnews/extensions/enigmail \ 272 XPIFILE=enigmail .xpi xpi</userinput></screen>250 XPIFILE=enigmail-&thunderbird-enigmail-version;.xpi xpi</userinput></screen> 273 251 274 252 <para>Install <application>Thunderbird</application> by running the following … … 280 258 /usr/include/thunderbird-&thunderbird-version;/ldap && 281 259 282 install -v -m755 -d /usr/lib/thunderbird-&thunderbird-version;/defaults/isp/US && 283 install -v -m644 mailnews/base/ispdata/movemail.rdf \ 284 mail/extensions/newsblog/rss.rdf \ 285 /usr/lib/thunderbird-&thunderbird-version;/defaults/isp && 286 ln -v -s ../{movemail,rss}.rdf \ 287 /usr/lib/thunderbird-&thunderbird-version;/defaults/isp/US</userinput></screen> 260 install -v -m755 -d /usr/lib/thunderbird-&thunderbird-version;/defaults/isp/en-US && 261 install -v -m644 ../thunderbird-build/dist/bin/isp/*.{rdf,sfd} \ 262 /usr/lib/thunderbird-&thunderbird-version;/defaults/isp/ && 263 install -v -m644 ../thunderbird-build/dist/bin/isp/en-US/*.rdf \ 264 /usr/lib/thunderbird-&thunderbird-version;/defaults/isp/en-US/</userinput></screen> 288 265 289 266 <para>If you built <application>Thunderbird</application> utilizing … … 313 290 <filename>.xpi</filename> file:</para> 314 291 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>292 <screen role="root"><userinput>install -v -m644 -D ../thunderbird-build/dist/bin/enigmail-&thunderbird-enigmail-version;.xpi \ 293 /usr/lib/thunderbird-&thunderbird-version;/xpi_store/enigmail-&thunderbird-enigmail-version;.xpi</userinput></screen> 317 294 318 295 <para>If you want to install <application>Enigmail</application> globally … … 324 301 325 302 <screen role="root"><userinput>/usr/bin/thunderbird -install-global-extension \ 326 /usr/lib/thunderbird-&thunderbird-version;/xpi_store/ $ENIGMAIL_FILENAME</userinput></screen>303 /usr/lib/thunderbird-&thunderbird-version;/xpi_store/enigmail-&thunderbird-enigmail-version;.xpi</userinput></screen> 327 304 328 305 <para>Global installation of other extensions can be done using the same … … 360 337 <sect2 role="commands"> 361 338 <title>Command Explanations</title> 339 340 <para><command>'EXTRA_DSO_LDOPTS' += -lX11 -lXrender ...</command>: 341 Building the layout backend will break when the canvas element is enabled 342 without adding these two required libraries.</para> 362 343 363 344 <para><command>sed -i "s/^ enum$/& xptinfo_enum_1/" ...</command>: … … 384 365 <application>Enigmail</application>.</para> 385 366 386 <para><command>install .../ movemail.rdf .../rss.rdf ...</command>: These387 commands are used to install two files inadvertently left out of the367 <para><command>install .../*.{rdf,sfd}</command>: These commands are used 368 to install a few mail extensions inadvertantly left out of the 388 369 installation script.</para> 389 370
Note:
See TracChangeset
for help on using the changeset viewer.