Changeset 580988a
- Timestamp:
- 06/16/2014 01:50:11 AM (10 years ago)
- Branches:
- 10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 12.2, 7.10, 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:
- 14c71e0a
- Parents:
- 501fe151
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
general.ent
r501fe151 r580988a 734 734 735 735 <!-- Chapter 35 --> 736 <!ENTITY seamonkey-version "2.26 ">736 <!ENTITY seamonkey-version "2.26.1"> 737 737 <!ENTITY firefox-version "&xulrunner-version;"> 738 738 -
introduction/welcome/changelog.xml
r501fe151 r580988a 49 49 <itemizedlist> 50 50 <listitem> 51 <para>[fernando] - seamonkey-2.26.1. Fixes 52 <ulink url="&blfs-ticket-root;5178">#5178</ulink>.</para> 53 </listitem> 54 <listitem> 51 55 <para>[fernando] - libpng-1.6.12. Fixes 52 56 <ulink url="&blfs-ticket-root;5177">#5177</ulink>.</para> -
xsoft/graphweb/seamonkey.xml
r501fe151 r580988a 9 9 <!ENTITY seamonkey-download-ftp 10 10 "ftp://ftp.mozilla.org/pub/mozilla.org/seamonkey/releases/&seamonkey-version;/source/seamonkey-&seamonkey-version;.source.tar.bz2"> 11 <!ENTITY seamonkey-md5sum " 1749f6350209e35e0bede3bf4e56c42c">11 <!ENTITY seamonkey-md5sum "4bfa46b370b4d211eef56b90277a9517"> 12 12 <!ENTITY seamonkey-size "158 MB"> 13 13 <!ENTITY seamonkey-buildsize "1.7 GB (67 MB installed)"> 14 <!ENTITY seamonkey-time " 40SBU">14 <!ENTITY seamonkey-time "37 SBU"> 15 15 ]> 16 16 … … 107 107 <xref linkend="libevent"/>, 108 108 <xref linkend="doxygen"/>, 109 <xref linkend="gst-plugins-base"/> (with 110 <xref linkend="gst-plugins-good"/> and 111 <xref linkend="gst-ffmpeg"/> at runtime) 109 112 <xref linkend="libnotify"/>, 110 113 <xref linkend="nspr"/>, … … 165 168 # GStreamer is necessary for H.264 video playback in HTML5 Video Player; 166 169 # to be enabled, also remember to set "media.gstreamer.enabled" to "true" 167 # in about:config. If you have installed GStreamer comment out this line: 168 ac_add_options --disable-gstreamer 169 170 # Uncomment this line if you compiled Cairo with --enable-tee switch and want 171 # to use it instead of the bundled one: 172 #ac_add_options --enable-system-cairo 170 # in about:config. If you have GStreamer 0.x.y, uncomment this line: 171 #ac_add_options --enable-gstreamer 173 172 174 173 # Uncomment these if you have installed them: … … 191 190 ac_add_options --enable-application=suite 192 191 ac_add_options --enable-shared 192 ac_add_options --enable-system-cairo 193 193 ac_add_options --enable-system-ffi 194 194 ac_add_options --prefix=/usr … … 222 222 </note> 223 223 224 <screen><userinput>make -f client.mk && 225 make -C moz-build-dir/suite/installer</userinput></screen> 224 <screen><userinput>make -f client.mk</userinput></screen> 226 225 227 226 <para> … … 237 236 </para> 238 237 239 <screen role="root"><userinput>rm -rf /usr/lib/seamonkey-&seamonkey-version; && 240 mkdir -pv /usr/lib/seamonkey-&seamonkey-version; && 241 242 tar -xf moz-build-dir/mozilla/dist/seamonkey-&seamonkey-version;.en-US.linux-$(uname -m).tar.bz2 \ 243 -C /usr/lib/seamonkey-&seamonkey-version; --strip-components=1 && 244 245 ln -sfv ../lib/seamonkey-&seamonkey-version;/seamonkey /usr/bin && 246 247 mkdir -pv /usr/lib/mozilla/plugins && 248 ln -sfv ../mozilla/plugins /usr/lib/seamonkey-&seamonkey-version; && 238 <screen role="root"><userinput>make -f client.mk install INSTALL_SDK= && 249 239 250 240 cp -v moz-build-dir/mozilla/dist/man/man1/seamonkey.1 /usr/share/man/man1</userinput></screen> … … 285 275 </para> 286 276 287 <para>288 <command>make -C moz-build-dir/suite/installer</command>: this creates a289 tarball of the finished <application>SeaMonkey</application>.290 </para>291 292 <para>293 <command>tar xf294 moz-build-dir/mozilla/dist/seamonkey-&seamonkey-version;.en-US.linux-$(uname -m).tar.bz2295 -C /usr/lib/seamonkey-&seamonkey-version; --strip-components=1</command>:296 this untars <application>SeaMonkey</application> into297 /usr/lib/seamonkey-&seamonkey-version;.298 </para>299 300 <para>301 <command>ln -s ../mozilla/plugins302 /usr/lib/seamonkey-&seamonkey-version;</command>: this creates a symlink303 to <filename class="directory">/usr/lib/mozilla/plugins</filename> for the304 sake of compatibility, to keep all your plugins in the place mozilla305 plugins are normally found.306 </para>307 277 </sect2> 308 278
Note:
See TracChangeset
for help on using the changeset viewer.