Changeset 02d3b95
- Timestamp:
- 12/25/2011 04:10:41 PM (13 years ago)
- Branches:
- 10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 12.2, 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, gimp3, 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/for-12.3, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/spidermonkey128, xry111/test-20220226, xry111/xf86-video-removal
- Children:
- 71d28c87
- Parents:
- 9ed32d2c
- Files:
-
- 6 edited
Legend:
- Unmodified
- Added
- Removed
-
general.ent
r9ed32d2c r02d3b95 4 4 --> 5 5 6 <!ENTITY day "2 2"> <!-- Always 2 digits -->6 <!ENTITY day "25"> <!-- Always 2 digits --> 7 7 <!ENTITY month "12"> <!-- Always 2 digits --> 8 8 <!ENTITY year "2011"> … … 800 800 801 801 <!-- Chapter 37 --> 802 <!ENTITY thunderbird-version " 8.0">802 <!ENTITY thunderbird-version "9.0.1"> 803 803 <!ENTITY pan-version "0.133"> 804 804 <!ENTITY balsa-version "2.3.22"> -
introduction/welcome/changelog.xml
r9ed32d2c r02d3b95 43 43 --> 44 44 <listitem> 45 <para>December 25th, 2011</para> 46 <itemizedlist> 47 <listitem> 48 <para>[abenton] - Thunderbird 9.0.1.</para> 49 </listitem> 50 </itemizedlist> 51 </listitem> 52 53 <listitem> 45 54 <para>December 23rd, 2011</para> 46 55 <itemizedlist> -
x/lib/xulrunner.xml
r9ed32d2c r02d3b95 131 131 # ac_add_options --with-system-nss 132 132 # ac_add_options --enable-system-sqlite 133 # ac_add_options --enable-system-lcms134 133 # ac_add_options --with-system-libvpx 135 134 # ac_add_options --enable-startup-notification … … 201 200 <para><command>for DL in ...</command>: The NSPR and NSS libraries shipped 202 201 with this package are installed into 203 <filename class="directory">/usr/lib/xulrunner-&xulrunner-version;</filename> 204 which means they will not be found at runtime. By using symbolic links from 205 <filename class="directory">/usr/lib</filename> the libraries will be found 206 and the links can be easily changed to point to a newer version during an 207 upgrade.</para> 202 <filename 203 class="directory">/usr/lib/xulrunner-&xulrunner-version;</filename> 204 which means they will not be found at runtime. By using symbolic links 205 from <filename class="directory">/usr/lib</filename> the libraries will be 206 found and the links can be easily changed to point to a newer version 207 during an upgrade.</para> 208 208 209 209 <para><command>ln -sv ../mozilla/plugins ...</command>: Some packages will -
xsoft/graphweb/firefox.xml
r9ed32d2c r02d3b95 88 88 <para role="optional"><xref linkend="dbus-glib"/>, 89 89 <xref linkend="startup-notification"/>, <xref linkend="sqlite"/>, 90 <ulink url="http://www.webmproject.org/code/">libvpx</ulink>,91 90 <ulink url="http://sourceforge.net/projects/hunspell/">Hunspell</ulink>, 92 91 <xref linkend="doxygen"/>, <xref linkend="gnome-vfs"/> and … … 95 94 <xref linkend="xulrunner"/> (linking against an installed xulrunner makes 96 95 Firefox about 32 MB smaller, which is trivial compared to the size of 97 xulrunner), <xref linkend=" unzip"/>, <xref linkend="wireless_tools"/>,96 xulrunner), <xref linkend="wireless_tools"/>, 98 97 <ulink url="http://www.valgrind.org/">Valgrind</ulink> (only for testing 99 98 the jemalloc code) and <xref linkend="wget"/></para> -
xsoft/graphweb/seamonkey.xml
r9ed32d2c r02d3b95 71 71 72 72 <bridgehead renderas="sect4">Required</bridgehead> 73 <para role="required"><xref linkend="alsa-lib"/>, <xref linkend="gtk2"/> ,74 <xref linkend=" libidl"/>, and <xref linkend="zip"/></para>73 <para role="required"><xref linkend="alsa-lib"/>, <xref linkend="gtk2"/> 74 <xref linkend="zip"/> and <xref linkend="unzip"/></para> 75 75 76 76 <note> … … 92 92 <para role="optional"><xref linkend="dbus-glib"/>, 93 93 <xref linkend="startup-notification"/>, <xref linkend="sqlite"/>, 94 <ulink url="http://www.webmproject.org/code/">libvpx</ulink>,95 94 <ulink url="http://sourceforge.net/projects/hunspell/">Hunspell</ulink>, 96 95 <xref linkend="doxygen"/>, <xref linkend="gnome-vfs"/> and 97 96 <xref linkend="libgnomeui"/> (for gnome integration), 98 97 <xref linkend="libnotify"/>, <xref linkend="nspr"/>, <xref linkend="nss"/>, 99 <xref linkend=" unzip"/>, <xref linkend="wireless_tools"/>,98 <xref linkend="wireless_tools"/>, 100 99 <ulink url="http://www.valgrind.org/">Valgrind</ulink> (only for testing 101 100 the jemalloc code) and <xref linkend="wget"/></para> … … 139 138 # ac_add_options --with-system-nss 140 139 # ac_add_options --enable-system-sqlite 141 # ac_add_options --enable-system-lcms142 140 # ac_add_options --with-system-libvpx 143 141 # ac_add_options --enable-startup-notification -
xsoft/other/thunderbird.xml
r9ed32d2c r02d3b95 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 " be64630152a2d5a824a76752594e7596">10 <!ENTITY thunderbird-size " 65MB">11 <!ENTITY thunderbird-buildsize " 915 MB">12 <!ENTITY thunderbird-time "2 1">9 <!ENTITY thunderbird-md5sum "a5904751dbd33074682b438b732fdbab"> 10 <!ENTITY thunderbird-size "91 MB"> 11 <!ENTITY thunderbird-buildsize "3 GB (46 MB installed)"> 12 <!ENTITY thunderbird-time "26 SBU"> 13 13 14 14 ]> … … 61 61 62 62 <bridgehead renderas="sect4">Required</bridgehead> 63 <para role="required"><xref linkend="alsa-lib"/>, <xref linkend="gtk2"/> ,64 <xref linkend=" libidl"/> and <xref linkend="zip"/></para>63 <para role="required"><xref linkend="alsa-lib"/>, <xref linkend="gtk2"/> 64 <xref linkend="zip"/> and <xref linkend="unzip"/></para> 65 65 66 66 <para>Note: <application>libjpeg</application> and 67 67 <application>libpng</application> (patched for apng support) should have 68 68 been installed before <application>gdk-pixbuf</application> and should 69 exist on your system. If for some strange reason you haven 't installed69 exist on your system. If for some strange reason you haven't installed 70 70 them, you should remove the <option>--with-system-jpeg</option> and 71 71 <option>--with-system-png</option> options from the … … 73 73 74 74 <bridgehead renderas="sect4">Optional</bridgehead> 75 <para role="optional"><xref linkend="dbus-glib"/>, <xref linkend="unzip"/>,75 <para role="optional"><xref linkend="dbus-glib"/>, 76 76 <xref linkend="doxygen"/>, <xref linkend="gnome-vfs"/> and 77 77 <xref linkend="libgnomeui"/> (for gnome integration), … … 80 80 <xref linkend="yasm"/> (or <xref linkend="libvpx"/>), 81 81 <ulink url="http://sourceforge.net/projects/hunspell/">Hunspell</ulink>, 82 <ulink url="http://www.valgrind.org/">Valgrind</ulink> (only for testing the83 jemalloc code), and <xref linkend="wget"/></para>82 <ulink url="http://www.valgrind.org/">Valgrind</ulink> (only for testing 83 the jemalloc code), and <xref linkend="wget"/></para> 84 84 85 85 <para condition="html" role="usernotes">User Notes: … … 116 116 ac_add_options --disable-libnotify 117 117 118 # If you have installed nss and nspr uncomment these two lines:118 # Uncomment these if you have installed them: 119 119 # ac_add_options --with-system-nspr 120 120 # ac_add_options --with-system-nss 121 122 # Uncomment these if you have installed them:123 121 # ac_add_options --enable-system-sqlite 124 # ac_add_options --enable-system-lcms125 122 # ac_add_options --with-system-libvpx 126 123 # ac_add_options --enable-startup-notification … … 155 152 user:</para> 156 153 157 <screen role="root"><userinput>tar xf thunderbuild/mozilla/dist/thunderbird-*.tar.bz2 -C /usr/lib &&158 ln -s ../lib/thunderbird /thunderbird /usr/bin/thunderbird</userinput></screen>154 <screen role="root"><userinput>tar xf thunderbuild/mozilla/dist/thunderbird-*.tar.bz2 -C /usr/lib/thunderbird-&thunderbird-version; --strip-components=1 && 155 ln -s ../lib/thunderbird-&thunderbird-version;/thunderbird /usr/bin/thunderbird</userinput></screen> 159 156 160 157 </sect2> … … 170 167 171 168 <para><command>make -C thunderbuild/mail/installer</command>: this runs make 172 in the <filename class= 'directory'>thunderbuild/mail/installer</filename>169 in the <filename class="directory">thunderbuild/mail/installer</filename> 173 170 folder. This gathers together all the parts of 174 171 <application>Thunderbird</application> and compresses them into a 175 172 tarball.</para> 173 174 <para><command>tar -xfv thunderbuild/mozilla/dist ...</command>: This 175 untars <application>Thunderbird</application>, the <option>-C</option> 176 option uncompresses the files in 177 /usr/lib/thunderbird-&thunderbird-version;. The 178 <option>--strip-components=1</option> option removes the leading 179 'thunderbird' directory from the filenames, allowing us to untar 180 it into a versioned directory.<!-- Running <command>make -C thunderbuild 181 install</command> would install an additional 480 MB of files--></para> 176 182 177 183 </sect2> … … 218 224 url="http://preferential.mozdev.org/preferences.html"/>.</para> 219 225 </tip> 220 221 226 </sect3> 222 223 227 </sect2> 224 228 … … 234 238 <seg>thunderbird</seg> 235 239 <seg>Numerous libraries, email/newsgroups components, plugins, 236 extensions, and helper modules installed in 237 <filename class='directory'>/usr/lib/thunderbird</filename>240 extensions, and helper modules installed in <filename 241 class="directory">/usr/lib/thunderbird-&thunderbird-version;</filename> 238 242 </seg> 239 <seg>/usr/lib/thunderbird </seg>243 <seg>/usr/lib/thunderbird-&thunderbird-version;</seg> 240 244 </seglistitem> 241 245 </segmentedlist> … … 249 253 <term><command>thunderbird</command></term> 250 254 <listitem> 251 <para>is <application>Mozilla</application> 's next-generation255 <para>is <application>Mozilla</application>'s next-generation 252 256 email and newsgroup client.</para> 253 257 <indexterm zone="thunderbird thunderbird-prog"> … … 256 260 </listitem> 257 261 </varlistentry> 258 259 262 </variablelist> 260 261 263 </sect2> 262 264
Note:
See TracChangeset
for help on using the changeset viewer.