Changeset b83d289 for xsoft


Ignore:
Timestamp:
06/09/2012 11:38:04 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:
01996ebb
Parents:
23f4a9a
Message:

pango-1.30.1

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • xsoft/graphweb/seamonkey.xml

    r23f4a9a rb83d289  
    1212  <!ENTITY seamonkey-size          "99 MB">
    1313  <!ENTITY seamonkey-buildsize     "1.1 GB (45 MB installed)">
    14   <!ENTITY seamonkey-time          "26.6 SBU">
     14  <!ENTITY seamonkey-time          "27 SBU">
    1515]>
    1616
     
    106106    <para role="recommended">
    107107      <xref linkend="yasm"/> or <xref linkend="libvpx"/>
    108       (to allow <application>Seamonkey</application> to play webm videos).
     108      (to allow <application>SeaMonkey</application> to play webm videos).
    109109    </para>
    110110
     
    222222cp -v moz-build-dir/mozilla/dist/man/man1/seamonkey.1 /usr/share/man/man1</userinput></screen>
    223223
    224     <bridgehead renderas="sect3" id="npapi-seamonkey" xreflabel="Seamonkey">
     224    <bridgehead renderas="sect3" id="npapi-seamonkey" xreflabel="SeaMonkey">
    225225      NPAPI Headers
    226226    </bridgehead>
    227227    <para>
    228228      The above instructions just install the parts you need to run
    229       <application>Seamonkey</application>. If you want to compile
     229      <application>SeaMonkey</application>. If you want to compile
    230230      <xref linkend="gnash"/>, the open source version of Flash, copy some
    231231      headers that Gnash needs into /usr/include, as the
     
    237237cp -v mozilla/dom/plugins/base/*.h /usr/include/npapi</userinput></screen>
    238238
    239     <bridgehead renderas="sect3" id="devel-seamonkey" xreflabel="Seamonkey">
     239    <bridgehead renderas="sect3" id="devel-seamonkey" xreflabel="SeaMonkey">
    240240      All the Development Libraries and Headers
    241241    </bridgehead>
    242242    <para>
    243       If you want to install the full <application>Seamonkey</application>
     243      If you want to install the full <application>SeaMonkey</application>
    244244      development environment, as the
    245245      <systemitem class="username">root</systemitem> user:
     
    256256      ../seamonkey-&seamonkey-version;-package-manifest-1.diff</command>: This
    257257      patch fixes the installer so it can cope with the situation where
    258       Seamonkey was configured with --enable-system-sqlite, --with-system-nspr,
     258      SeaMonkey was configured with --enable-system-sqlite, --with-system-nspr,
    259259      --with-system-nss and --disable-updater.
    260260    </para>
     
    270270    <para>
    271271      <command>make -C moz-build-dir/suite/installer</command>: this creates a
    272       tarball of the finished <application>Seamonkey</application>.
     272      tarball of the finished <application>SeaMonkey</application>.
    273273    </para>
    274274
     
    277277      moz-build-dir/mozilla/dist/seamonkey-&seamonkey-version;.en-US.linux-$(uname -m).tar.bz2
    278278      -C /usr/lib/seamonkey-&seamonkey-version; --strip-components=1</command>:
    279       this untars <application>Seamonkey</application> into
     279      this untars <application>SeaMonkey</application> into
    280280      /usr/lib/seamonkey-&seamonkey-version;.
    281281    </para>
     
    295295    <para>
    296296      If you deleted the <option>--disable-webm</option> option from your
    297       <filename>mozconfig</filename>, your <application>Seamonkey</application>
     297      <filename>mozconfig</filename>, your <application>SeaMonkey</application>
    298298      can play most youtube videos without the need for the flash plugin. To
    299299      enable this, go to <ulink url="http://www.youtube.com/html5"/> and click
     
    339339      <application>KDE</application> you may wish to create a
    340340      <filename>seamonkey.desktop</filename> file so that
    341       <application>Seamonkey</application> appears in the panel's menus. If you
     341      <application>SeaMonkey</application> appears in the panel's menus. If you
    342342      didn't enable <application>Startup-Notification</application> in your
    343343      mozconfig change the StartupNotify line to false. As the
     
    350350Encoding=UTF-8
    351351Type=Application
    352 Name=Seamonkey
     352Name=SeaMonkey
    353353Comment=The Mozilla Suite
    354354Icon=seamonkey
Note: See TracChangeset for help on using the changeset viewer.