Changeset 580988a


Ignore:
Timestamp:
06/16/2014 01:50:11 AM (10 years ago)
Author:
Fernando de Oliveira <fernando@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 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, 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/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
14c71e0
Parents:
501fe151
Message:

seamonkey-2.26.1.

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@13248 af4574ff-66df-0310-9fd7-8a98e5e911e0

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • general.ent

    r501fe151 r580988a  
    734734
    735735<!-- Chapter 35 -->
    736 <!ENTITY seamonkey-version            "2.26">
     736<!ENTITY seamonkey-version            "2.26.1">
    737737<!ENTITY firefox-version              "&xulrunner-version;">
    738738
  • introduction/welcome/changelog.xml

    r501fe151 r580988a  
    4949      <itemizedlist>
    5050        <listitem>
     51          <para>[fernando] - seamonkey-2.26.1. Fixes
     52          <ulink url="&blfs-ticket-root;5178">#5178</ulink>.</para>
     53        </listitem>
     54        <listitem>
    5155          <para>[fernando] - libpng-1.6.12. Fixes
    5256          <ulink url="&blfs-ticket-root;5177">#5177</ulink>.</para>
  • xsoft/graphweb/seamonkey.xml

    r501fe151 r580988a  
    99  <!ENTITY seamonkey-download-ftp
    1010  "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">
    1212  <!ENTITY seamonkey-size          "158 MB">
    1313  <!ENTITY seamonkey-buildsize     "1.7 GB (67 MB installed)">
    14   <!ENTITY seamonkey-time          "40 SBU">
     14  <!ENTITY seamonkey-time          "37 SBU">
    1515]>
    1616
     
    107107      <xref linkend="libevent"/>,
    108108      <xref linkend="doxygen"/>,
     109      <xref linkend="gst-plugins-base"/> (with
     110      <xref linkend="gst-plugins-good"/> and
     111      <xref linkend="gst-ffmpeg"/> at runtime)
    109112      <xref linkend="libnotify"/>,
    110113      <xref linkend="nspr"/>,
     
    165168# GStreamer is necessary for H.264 video playback in HTML5 Video Player;
    166169# 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
    173172
    174173# Uncomment these if you have installed them:
     
    191190ac_add_options --enable-application=suite
    192191ac_add_options --enable-shared
     192ac_add_options --enable-system-cairo
    193193ac_add_options --enable-system-ffi
    194194ac_add_options --prefix=/usr
     
    222222    </note>
    223223
    224 <screen><userinput>make -f client.mk &amp;&amp;
    225 make -C moz-build-dir/suite/installer</userinput></screen>
     224<screen><userinput>make -f client.mk</userinput></screen>
    226225
    227226    <para>
     
    237236    </para>
    238237
    239 <screen role="root"><userinput>rm -rf    /usr/lib/seamonkey-&seamonkey-version; &amp;&amp;
    240 mkdir -pv /usr/lib/seamonkey-&seamonkey-version; &amp;&amp;
    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  &amp;&amp;
    244 
    245 ln -sfv ../lib/seamonkey-&seamonkey-version;/seamonkey /usr/bin   &amp;&amp;
    246 
    247 mkdir -pv /usr/lib/mozilla/plugins                   &amp;&amp;
    248 ln -sfv ../mozilla/plugins /usr/lib/seamonkey-&seamonkey-version; &amp;&amp;
     238<screen role="root"><userinput>make -f client.mk install INSTALL_SDK= &amp;&amp;
    249239
    250240cp -v moz-build-dir/mozilla/dist/man/man1/seamonkey.1 /usr/share/man/man1</userinput></screen>
     
    285275    </para>
    286276
    287     <para>
    288       <command>make -C moz-build-dir/suite/installer</command>: this creates a
    289       tarball of the finished <application>SeaMonkey</application>.
    290     </para>
    291 
    292     <para>
    293       <command>tar xf
    294       moz-build-dir/mozilla/dist/seamonkey-&seamonkey-version;.en-US.linux-$(uname -m).tar.bz2
    295       -C /usr/lib/seamonkey-&seamonkey-version; --strip-components=1</command>:
    296       this untars <application>SeaMonkey</application> into
    297       /usr/lib/seamonkey-&seamonkey-version;.
    298     </para>
    299 
    300     <para>
    301       <command>ln -s ../mozilla/plugins
    302       /usr/lib/seamonkey-&seamonkey-version;</command>: this creates a symlink
    303       to <filename class="directory">/usr/lib/mozilla/plugins</filename> for the
    304       sake of compatibility, to keep all your plugins in the place mozilla
    305       plugins are normally found.
    306     </para>
    307277  </sect2>
    308278
Note: See TracChangeset for help on using the changeset viewer.