Changeset 71d28c87
- Timestamp:
- 12/25/2011 11:09:21 PM (11 years ago)
- Branches:
- 10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 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:
- 9accaa6
- Parents:
- 02d3b95
- Files:
-
- 5 edited
Legend:
- Unmodified
- Added
- Removed
-
general.ent
r02d3b95 r71d28c87 791 791 792 792 <!-- Chapter 36 --> 793 <!ENTITY seamonkey-version "2.6 ">793 <!ENTITY seamonkey-version "2.6.1"> 794 794 <!ENTITY firefox-version "9.0.1"> 795 795 <!ENTITY galeon-version "2.0.1"> -
introduction/welcome/changelog.xml
r02d3b95 r71d28c87 48 48 <para>[abenton] - Thunderbird 9.0.1.</para> 49 49 </listitem> 50 <listitem> 51 <para>[abenton] - Seamonkey 2.6.1.</para> 52 </listitem> 50 53 </itemizedlist> 51 54 </listitem> -
xsoft/graphweb/firefox.xml
r02d3b95 r71d28c87 115 115 issuing the following command:</para> 116 116 117 <screen><?dbfo keep-together="auto"?><userinput>patch -p1 < ../firefox- 9.0-libpng-1.5-1.patch &&117 <screen><?dbfo keep-together="auto"?><userinput>patch -p1 < ../firefox-&firefox-version;-libpng-1.5-1.patch && 118 118 cat > mozconfig << "EOF" 119 119 # If you have a multicore machine you can speed up the build by running -
xsoft/graphweb/seamonkey.xml
r02d3b95 r71d28c87 7 7 <!ENTITY seamonkey-download-http "http://ftp.mozilla.org/pub/mozilla.org/seamonkey/releases/&seamonkey-version;/source/seamonkey-&seamonkey-version;.source.tar.bz2"> 8 8 <!ENTITY seamonkey-download-ftp "ftp://ftp.mozilla.org/pub/mozilla.org/seamonkey/releases/&seamonkey-version;/source//seamonkey-&seamonkey-version;.source.tar.bz2"> 9 <!ENTITY seamonkey-md5sum " 11f79686443ec5d1ad3ec005e29e6a80">9 <!ENTITY seamonkey-md5sum "69a43877107f97cfc7504829405ba319"> 10 10 <!ENTITY seamonkey-size "92.3 MB"> 11 11 <!ENTITY seamonkey-buildsize "3 GB (47 MB installed)"> 12 <!ENTITY seamonkey-time "2 3.8SBU">12 <!ENTITY seamonkey-time "26.6 SBU"> 13 13 ]> 14 14 … … 143 143 mk_add_options MOZ_OBJDIR=@TOPSRCDIR@/moz-build-dir 144 144 ac_add_options --enable-application=suite 145 ac_add_options --prefix=/usr 145 146 ac_add_options --enable-pthreads 146 147 ac_add_options --enable-system-ffi -
xsoft/other/thunderbird.xml
r02d3b95 r71d28c87 55 55 <listitem> 56 56 <para>Estimated build time: &thunderbird-time;</para> 57 </listitem> 58 </itemizedlist> 59 60 <bridgehead renderas="sect3">Additional Downloads</bridgehead> 61 <itemizedlist spacing="compact"> 62 <listitem> 63 <para>Required patch: <ulink 64 url="&patch-root;/thunderbird-&thunderbird-version;-libpng-1.5-1.patch"/></para> 57 65 </listitem> 58 66 </itemizedlist> … … 85 93 <para condition="html" role="usernotes">User Notes: 86 94 <ulink url="&blfs-wiki;/Thunderbird"/></para> 87 88 95 </sect2> 89 96 … … 99 106 following command:</para> 100 107 101 <screen><?dbfo keep-together="auto"?><userinput>cat > mozconfig << "EOF" 108 <screen><?dbfo keep-together="auto"?><userinput>patch -p1 < ../thunderbird-&thunderbird-version;-libpng-1.5-1.patch && 109 cat > mozconfig << "EOF" 102 110 # If you have a multicore machine you can speed up the build by running 103 111 # several jobs at once, but if you have a single core, delete this line: … … 154 162 <screen role="root"><userinput>tar xf thunderbuild/mozilla/dist/thunderbird-*.tar.bz2 -C /usr/lib/thunderbird-&thunderbird-version; --strip-components=1 && 155 163 ln -s ../lib/thunderbird-&thunderbird-version;/thunderbird /usr/bin/thunderbird</userinput></screen> 156 157 164 </sect2> 158 165 … … 180 187 it into a versioned directory.<!-- Running <command>make -C thunderbuild 181 188 install</command> would install an additional 480 MB of files--></para> 182 183 189 </sect2> 184 190
Note:
See TracChangeset
for help on using the changeset viewer.