Changeset 87c2868


Ignore:
Timestamp:
01/20/2007 09:46:22 PM (17 years ago)
Author:
Bruce Dubbs <bdubbs@…>
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:
3202d0b
Parents:
c60dae5b
Message:

Tweaks to seamonkey-1.1

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • xsoft/graphweb/seamonkey.xml

    rc60dae5b r87c2868  
    44  <!ENTITY % general-entities SYSTEM "../../general.ent">
    55  %general-entities;
    6 
    7     <!-- Inserted as a reminder to do this. The mention of a test suite
    8          is usually right before the root user installation commands. Please
    9          delete these 12 (including one blank) lines after you are done.-->
    10 
    11     <!-- Use one of the two mentions below about a test suite,
    12          delete the line that is not applicable. Of course, if the
    13          test suite uses syntax other than "make check", revise the
    14          line to reflect the actual syntax to run the test suite -->
    15 
    16     <!-- <para>This package does not come with a test suite.</para> -->
    17     <!-- <para>To test the results, issue: <command>make check</command>.</para> -->
    186
    197  <!ENTITY mozilla-download-http      "http://ftp.mozilla.org/pub/mozilla.org/seamonkey/releases/&seamonkey-version;/seamonkey-&seamonkey-version;.source.tar.bz2">
     
    2412  <!ENTITY mozilla-time               "17.1 SBU">
    2513
    26   <!ENTITY mozilla-enigmail-version   "20070119">
    27   <!ENTITY mozilla-enigmail-download  "ftp://anduin.linuxfromscratch.org/BLFS/svn/e/enigmail-&mozilla-enigmail-version;.tar.gz">
    28   <!ENTITY mozilla-enigmail-md5sum    "f31fed177a3e5dd8e4794e587da9b803">
     14  <!ENTITY mozilla-enigmail-version   "0.94.2">
     15  <!ENTITY mozilla-enigmail-download  "http://www.mozilla-enigmail.org/downloads/src/enigmail-&mozilla-enigmail-version;.tar.gz">
     16  <!ENTITY mozilla-enigmail-md5sum    "cc1ba2bec7c3a2ac408ef24fbf1884de">
    2917]>
    3018
     
    257245EOF</userinput></screen>
    258246
    259     <para>Now clean up one <application>make</application> file to
     247    <para>Now clean up one <filename>Makefile</filename> to
    260248    add required libraries to a build step.  Note that the command
    261249    requires two separate lines as shown.</para>
     
    282270make -C ../seamonkey-build/mailnews/extensions/enigmail &amp;&amp;
    283271make -C ../seamonkey-build/mailnews/extensions/enigmail xpi</userinput></screen>
     272
     273    <para>This package does not come with a test suite. However, it
     274    cn be launched fom the build directory before installing with the
     275    command line:
     276    <userinput>../seamonkey-build/dist/bin/seamonkey</userinput>.</para>
    284277
    285278    <para>Install <application>SeaMonkey</application> by issuing the following
     
    432425    system-installed versions of these packages.</para>
    433426
    434     <para><parameter>--enable-calendar</parameter>: Builds the calendar
    435     application. Remove this parameter if you don't wish to build it.</para>
    436 
    437427    <para><parameter>--enable-xinerama --enable-reorder --enable-strip
    438428    --enable-cpp-rtti --disable-accessibility --disable-tests --disable-logging
     
    566556        <term><command>seamonkey</command></term>
    567557        <listitem>
    568           <para>is a browser/email/newsgroup/calendar/chat client suite. The
    569           various components such as the Composer, mail-news client, calendar,
    570           IRC chat client and address book can be accessed from the menu after
     558          <para>is a browser/email/newsgroup/chat client suite. The
     559          various components such as the Composer, mail-news client,
     560          IRC chat client, and address book can be accessed from the menu after
    571561          <command>seamonkey</command> starts or via command-line switches to
    572562          the <command>seamonkey</command> script. Issue
Note: See TracChangeset for help on using the changeset viewer.