Changeset 3bb415b for xsoft/other


Ignore:
Timestamp:
08/01/2017 05:55:46 PM (7 years ago)
Author:
Pierre Labastie <pieere@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
48d054f5
Parents:
ab9e226
Message:

wireshark-2.4.0
xfsprogs-4.12.0
icedtea-web-1.7
openjdk-1.8.0.141
reiserfsprogs-3.6.27
upower-0.99.5
cups-filters-1.16.0
gptfdisk-1.0.3
boost-1.64.0
libreoffice-5.4.0.3

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • xsoft/other/icedtea-web.xml

    rab9e226 r3bb415b  
    55  %general-entities;
    66
    7   <!ENTITY icedtea-web-download-http "http://icedtea.classpath.org/download/source/icedtea-web-&icedtea-web-version;.tar.gz">
     7  <!ENTITY icedtea-web-download-http "http://icedtea.wildebeest.org/download/source/icedtea-web-&icedtea-web-version;.tar.gz">
    88  <!ENTITY icedtea-web-download-ftp  " ">
    9   <!ENTITY icedtea-web-md5sum        "ef9b7746dab933afa871428da73169f6">
    10   <!ENTITY icedtea-web-size          "1.7 MB">
    11   <!ENTITY icedtea-web-buildsize     "40 MB">
    12   <!ENTITY icedtea-web-time          "0.4 SBU">
     9  <!ENTITY icedtea-web-md5sum        "63bcda2c106e1a7e79afc7e9c9cb0a47">
     10  <!ENTITY icedtea-web-size          "2.0 MB">
     11  <!ENTITY icedtea-web-buildsize     "41 MB">
     12  <!ENTITY icedtea-web-time          "0.3 SBU">
    1313]>
    1414
     
    7272    <para role="required runtime">
    7373      <xref linkend="epiphany"/>,
    74       <xref linkend="firefox"/>,
    75       <xref linkend="midori"/>, and
     74<!-- support removed in firefox-52, see https://support.mozilla.org/en-US/kb/npapi-plugins      <xref linkend="firefox"/>,
     75-->   <xref linkend="midori"/>, and
    7676      <xref linkend="seamonkey"/>
    7777    </para>
     
    106106    <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
    107107
    108 <screen role="root"><userinput>make install &amp;&amp;
    109 mandb -c /opt/jdk/man</userinput></screen>
     108<screen role="root"><userinput>make install</userinput></screen>
     109<!-- mandb should not be in installation, rather in configuration. If
     110     the JAVA environment is configured as per the book, just running
     111     mandb should update the whatis database with anything in ${JAVA_HOME}/man.
     112     We do not have a mandb command in other pacakges.
     113mandb -c ${JAVA_HOME}/man</userinput></screen>-->
    110114
    111115    <para>To test the man pages are correctly installed, issue <command>man policyeditor</command> to display the respective man page.</para>
     
    157161
    158162      <seglistitem>
    159         <seg>itweb-settings, javaws and policyeditor</seg>
    160         <seg>IcedTeaPlugin.so, about.jar, netx.jar, plugin.jar</seg>
     163        <seg>itweb-settings, javaws, and policyeditor</seg>
     164        <seg>IcedTeaPlugin.so, jsobject.jar, netx.jar, plugin.jar</seg>
    161165        <seg>${JAVA_HOME}/jre/share/icedtea-web</seg>
    162166      </seglistitem>
     
    210214      </varlistentry>
    211215
    212       <varlistentry id="aboutjar">
    213         <term><filename class='libraryfile'>about.jar</filename></term>
    214         <listitem>
    215           <para>contains functions for the about dialog boxes.</para>
    216           <indexterm zone="icedtea-web aboutjar">
    217             <primary sortas="c-aboutjar">about.jar</primary>
     216      <varlistentry id="jsobjectjar">
     217        <term><filename class='libraryfile'>jsobject.jar</filename></term>
     218        <listitem>
     219          <para>contains functions to manipulate JavaScript objects from
     220          JAVA code.</para>
     221          <indexterm zone="icedtea-web jsobjectjar">
     222            <primary sortas="c-jsobjectjar">jsobject.jar</primary>
    218223          </indexterm>
    219224        </listitem>
Note: See TracChangeset for help on using the changeset viewer.