Changeset 71d28c87


Ignore:
Timestamp:
12/25/2011 11:09:21 PM (12 years ago)
Author:
Andrew Benton <andy@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 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:
9accaa6
Parents:
02d3b95
Message:

seamonkey-2.6.1

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

Files:
5 edited

Legend:

Unmodified
Added
Removed
  • general.ent

    r02d3b95 r71d28c87  
    791791
    792792<!-- Chapter 36 -->
    793 <!ENTITY seamonkey-version            "2.6">
     793<!ENTITY seamonkey-version            "2.6.1">
    794794<!ENTITY firefox-version              "9.0.1">
    795795<!ENTITY galeon-version               "2.0.1">
  • introduction/welcome/changelog.xml

    r02d3b95 r71d28c87  
    4848          <para>[abenton] - Thunderbird 9.0.1.</para>
    4949        </listitem>
     50        <listitem>
     51          <para>[abenton] - Seamonkey 2.6.1.</para>
     52        </listitem>
    5053      </itemizedlist>
    5154    </listitem>
  • xsoft/graphweb/firefox.xml

    r02d3b95 r71d28c87  
    115115    issuing the following command:</para>
    116116
    117 <screen><?dbfo keep-together="auto"?><userinput>patch -p1 &lt; ../firefox-9.0-libpng-1.5-1.patch &amp;&amp;
     117<screen><?dbfo keep-together="auto"?><userinput>patch -p1 &lt; ../firefox-&firefox-version;-libpng-1.5-1.patch &amp;&amp;
    118118cat &gt; mozconfig &lt;&lt; "EOF"
    119119# If you have a multicore machine you can speed up the build by running
  • xsoft/graphweb/seamonkey.xml

    r02d3b95 r71d28c87  
    77  <!ENTITY seamonkey-download-http "http://ftp.mozilla.org/pub/mozilla.org/seamonkey/releases/&seamonkey-version;/source/seamonkey-&seamonkey-version;.source.tar.bz2">
    88  <!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">
    1010  <!ENTITY seamonkey-size          "92.3 MB">
    1111  <!ENTITY seamonkey-buildsize     "3 GB (47 MB installed)">
    12   <!ENTITY seamonkey-time          "23.8 SBU">
     12  <!ENTITY seamonkey-time          "26.6 SBU">
    1313]>
    1414
     
    143143mk_add_options MOZ_OBJDIR=@TOPSRCDIR@/moz-build-dir
    144144ac_add_options --enable-application=suite
     145ac_add_options --prefix=/usr
    145146ac_add_options --enable-pthreads
    146147ac_add_options --enable-system-ffi
  • xsoft/other/thunderbird.xml

    r02d3b95 r71d28c87  
    5555      <listitem>
    5656        <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>
    5765      </listitem>
    5866    </itemizedlist>
     
    8593    <para condition="html" role="usernotes">User Notes:
    8694    <ulink url="&blfs-wiki;/Thunderbird"/></para>
    87 
    8895  </sect2>
    8996
     
    99106    following command:</para>
    100107
    101 <screen><?dbfo keep-together="auto"?><userinput>cat &gt; mozconfig &lt;&lt; "EOF"
     108<screen><?dbfo keep-together="auto"?><userinput>patch -p1 &lt; ../thunderbird-&thunderbird-version;-libpng-1.5-1.patch &amp;&amp;
     109cat &gt; mozconfig &lt;&lt; "EOF"
    102110# If you have a multicore machine you can speed up the build by running
    103111# several jobs at once, but if you have a single core, delete this line:
     
    154162<screen role="root"><userinput>tar xf thunderbuild/mozilla/dist/thunderbird-*.tar.bz2 -C /usr/lib/thunderbird-&thunderbird-version; --strip-components=1 &amp;&amp;
    155163ln -s ../lib/thunderbird-&thunderbird-version;/thunderbird /usr/bin/thunderbird</userinput></screen>
    156 
    157164  </sect2>
    158165
     
    180187    it into a versioned directory.<!-- Running <command>make -C thunderbuild
    181188    install</command> would install an additional 480 MB of files--></para>
    182 
    183189  </sect2>
    184190
Note: See TracChangeset for help on using the changeset viewer.