Changeset a5f8d286
- Timestamp:
- 12/23/2011 01:42:09 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:
- 127b62c
- Parents:
- 94cebca
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
general.ent
r94cebca ra5f8d286 10 10 <!ENTITY copyholder "The BLFS Development Team"> 11 11 <!ENTITY version "&year;-&month;-&day;"> 12 <!ENTITY releasedate "December 2 2nd, &year;">12 <!ENTITY releasedate "December 23rd, &year;"> 13 13 <!-- <!ENTITY releasedate "November &day;st, &year;"> --> 14 14 <!ENTITY pubdate "&year;-&month;-&day;"> <!-- metadata req. by TLDP --> … … 791 791 792 792 <!-- Chapter 36 --> 793 <!ENTITY seamonkey-version "2. 5">793 <!ENTITY seamonkey-version "2.6"> 794 794 <!ENTITY firefox-version "9.0.1"> 795 795 <!ENTITY galeon-version "2.0.1"> -
introduction/welcome/changelog.xml
r94cebca ra5f8d286 43 43 --> 44 44 <listitem> 45 <para>December 23rd, 2011</para> 46 <itemizedlist> 47 <listitem> 48 <para>[abenton] - Seamonkey 2.6.</para> 49 </listitem> 50 </itemizedlist> 51 </listitem> 52 53 <listitem> 45 54 <para>December 22nd, 2011</para> 46 55 <itemizedlist> -
xsoft/graphweb/seamonkey.xml
r94cebca ra5f8d286 5 5 %general-entities; 6 6 7 <!ENTITY seamonkey-download-http 8 <!ENTITY seamonkey-download-ftp 9 <!ENTITY seamonkey-md5sum "f0f0dd652ad5ee9458d86aeb626615bd">10 <!ENTITY seamonkey-size "57.5MB">11 <!ENTITY seamonkey-buildsize "3 GB (46MB installed)">12 <!ENTITY seamonkey-time "23.7SBU">7 <!ENTITY seamonkey-download-http "http://ftp.mozilla.org/pub/mozilla.org/seamonkey/releases/&seamonkey-version;/source/seamonkey-&seamonkey-version;.source.tar.bz2"> 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"> 10 <!ENTITY seamonkey-size "92.3 MB"> 11 <!ENTITY seamonkey-buildsize "3 GB (47 MB installed)"> 12 <!ENTITY seamonkey-time "23.8 SBU"> 13 13 ]> 14 14 … … 41 41 based on the <application>Mozilla</application> source code. 42 42 <!-- if you delete the - -enable-application=suite option, 43 <application>Thunderbird</application> canbe built from this source44 tarball .--></para>43 <application>Thunderbird</application> will be built from this source 44 tarball!--></para> 45 45 46 46 &lfs70_checked; … … 135 135 ac_add_options --disable-libnotify 136 136 137 # If you have installed nss and nspr uncomment these two lines:137 # Uncomment these if you have installed them: 138 138 # ac_add_options --with-system-nspr 139 139 # ac_add_options --with-system-nss 140 141 # Uncomment these if you have installed them:142 140 # ac_add_options --enable-system-sqlite 143 141 # ac_add_options --enable-system-lcms … … 165 163 following command:</para> 166 164 167 <screen><userinput>make -f client.mk && 168 make -C moz-build-dir/suite/installer</userinput></screen> 165 <screen><userinput>make -f client.mk</userinput></screen> 169 166 170 167 <para>This package does not come with a test suite. However, it … … 176 173 commands as the <systemitem class="username">root</systemitem> user:</para> 177 174 178 <screen role="root"><userinput>mkdir -pv /usr/lib/seamonkey-&seamonkey-version; && 179 tar -xvf moz-build-dir/mozilla/dist/seamonkey*.tar.bz2 \ 180 -C /usr/lib/seamonkey-&seamonkey-version; --strip-components=1 && 175 <screen role="root"><userinput>make -C moz-build-dir install && 181 176 mkdir -pv /usr/lib/mozilla/plugins && 182 177 ln -svf ../mozilla/plugins /usr/lib/seamonkey-&seamonkey-version; && 183 ln -svf ../lib/seamonkey-&seamonkey-version;/seamonkey /usr/bin &&184 178 cp -v moz-build-dir/mozilla/dist/man/man1/seamonkey.1 /usr/share/man/man1</userinput></screen> 185 179 … … 195 189 file to get initial configuration and setup parameters.</para> 196 190 197 <para><command>make -C moz-build-dir/suite/installer</command>: this 198 creates a tarball of the <application>Seamonkey</application> you've just 199 compiled.</para> 200 201 <para><command>tar -xf moz-build-dir ...</command>: this untars 202 <application>Seamonkey</application>. The <option>-C 203 /usr/lib/seamonkey-2.5</option> tells tar to change to the <filename 204 class='directory'>/usr/lib/seamonkey-2.5</filename> directory before 205 untaring it. The <option>--strip-components=1</option> option removes the 206 leading seamonkey/ from the filename/paths.</para> 191 <para><command>make -C moz-build-dir install</command>: this runs 192 <command>make install</command> inside the moz-build-dir 193 directory.</para> 207 194 208 195 <para><command>ln -s ../mozilla/plugins /usr/lib/seamonkey-2.5</command>:
Note:
See TracChangeset
for help on using the changeset viewer.