Changeset 5f4b3a2 for xsoft


Ignore:
Timestamp:
09/25/2006 01:08:26 AM (18 years ago)
Author:
David Jensen <djensen@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 6.2, 6.2.0, 6.2.0-rc1, 6.2.0-rc2, 6.3, 6.3-rc1, 6.3-rc2, 6.3-rc3, 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, 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:
95141b0a
Parents:
ab818289
Message:

Updated to SeaMonkey-1.0.5

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • xsoft/graphweb/seamonkey.xml

    rab818289 r5f4b3a2  
    1919  <!ENTITY mozilla-download-http      "http://ftp.mozilla.org/pub/mozilla.org/seamonkey/releases/&seamonkey-version;/seamonkey-&seamonkey-version;.source.tar.bz2">
    2020  <!ENTITY mozilla-download-ftp       "ftp://ftp.mozilla.org/pub/mozilla.org/seamonkey/releases/&seamonkey-version;/seamonkey-&seamonkey-version;.source.tar.bz2">
    21   <!ENTITY mozilla-md5sum             "6921464b5251cafd529c04c2b9f98d5f">
    22   <!ENTITY mozilla-size               "34.0 MB">
    23   <!ENTITY mozilla-buildsize          "615 MB">
    24   <!ENTITY mozilla-time               "15.0 SBU">
     21  <!ENTITY mozilla-md5sum             "a1b98cd4d2d0f71d50406f8cd3885a5e">
     22  <!ENTITY mozilla-size               "34.2 MB">
     23  <!ENTITY mozilla-buildsize          "578 MB">
     24  <!ENTITY mozilla-time               "13.0 SBU">
    2525
    2626  <!ENTITY mozilla-enigmail-version   "0.94.0">
     
    9898        <xref linkend="nss"/>): <ulink
    9999        url="&patch-root;/seamonkey-&seamonkey-version;-system_nss-1.patch"/>
     100        </para>
     101      </listitem>
     102      <listitem>
     103       <para>Required patch (if enabling <application>Pango</application>
     104        font rendering):
     105        <ulink
     106        url="&patch-root;/seamonkey-&seamonkey-version;-pangoxft-1.patch"/>
    100107        </para>
    101108      </listitem>
     
    258265#ac_add_options --enable-xinerama
    259266
     267# Complex scripts such as Thai can only be rendered in Firefox with the
     268# help of Pango. This option significantly slows rendering, so only use
     269# it if necessary.
     270#ac_add_options --enable-pango
     271
     272# For Thai Complex Script support, uncomment the following as well as the above.
     273#ac_add_options --enable-ctl
     274
    260275# This option identifies the default binary directory of the SeaMonkey
    261276# installation and is used to locate SeaMonkey's installed files. This
     
    265280
    266281EOF</userinput></screen>
     282
     283    <para>If you wish to use <application>Pango</application> for font
     284    rendering and have uncommented the appropriate option in
     285    <filename>.mozconfig</filename>, apply the following patch:</para>
     286
     287<screen><userinput>patch -Np1 -i ../seamonkey-&seamonkey-version;-pangoxft-1.patch</userinput></screen>
     288
     289    <para>If you have system-installed Network Security Services (NSS) and
     290    Netscape Portable Runtime (NSPR) libraries and you uncommented the
     291    appropriate lines in the <filename>.mozconfig</filename> file to utilize
     292    them, apply the following patch:</para>
    267293
    268294    <para>If you have system-installed Network Security Services (NSS) and
Note: See TracChangeset for help on using the changeset viewer.