Ignore:
Timestamp:
08/24/2014 09:05:13 PM (10 years ago)
Author:
Krejzi <krejzi@…>
Branches:
7.6-blfs, 7.6-systemd, kde5-14269, kde5-14686, systemd-13485
Children:
b9d555bd
Parents:
05ff1d5
Message:

Check some office stuff. Minor fixes for some packages. Merged trunk.

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/branches/systemd@14042 af4574ff-66df-0310-9fd7-8a98e5e911e0

File:
1 edited

Legend:

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

    r05ff1d5 r300b4ee  
    77  <!ENTITY icedtea-web-download-http "http://icedtea.classpath.org/download/source/icedtea-web-&icedtea-web-version;.tar.gz">
    88  <!ENTITY icedtea-web-download-ftp  " ">
    9   <!ENTITY icedtea-web-md5sum        "a6199869763291879f3a7382b114974c">
    10   <!ENTITY icedtea-web-size          "1.5 MB">
     9  <!ENTITY icedtea-web-md5sum        "ee53fdd19456a59aa9d3a407d35a358c">
     10  <!ENTITY icedtea-web-size          "1.6 MB">
    1111  <!ENTITY icedtea-web-buildsize     "30 MB">
    12   <!ENTITY icedtea-web-time          "0.3 SBU">
     12  <!ENTITY icedtea-web-time          "0.2 SBU">
    1313]>
    1414
     
    6262    <bridgehead renderas="sect4">Required</bridgehead>
    6363    <para role="required">
    64       <xref linkend="openjdk"/> and
    65       <xref linkend="xulrunner"/>
     64      <xref linkend="npapi-sdk"/>, and
     65      <xref linkend="openjdk"/> or
     66      <xref linkend="java"/> (remember to configure as described in the
     67      <xref linkend="openjdk"/> page),
    6668    </para>
    6769
     
    7274      <xref linkend="firefox"/>,
    7375      <xref linkend="midori"/>,
    74       <ulink url="http://www.chromium.org/getting-involved/download-chromium">Chromium</ulink>,
    75       <ulink url="http://www.opera.com">Opera</ulink>, and
    76       <xref linkend="seamonkey"/>
     76      <xref linkend="seamonkey"/>,
     77      <ulink url="http://www.chromium.org/getting-involved/download-chromium">Chromium</ulink>, and
     78      <ulink url="http://www.opera.com">Opera</ulink>
    7779    </para>
    7880
     
    8183      <xref linkend="libxslt"/>,
    8284      <xref linkend="mercurial"/>,
    83       <xref linkend="npapi-sdk"/>,
    8485      <ulink url="http://emma.sourceforge.net/">EMMA</ulink>, and
    8586      <ulink url="http://www.eclemma.org/jacoco/">JACOCO</ulink>
     
    110111mandb -c /opt/jdk/man</userinput></screen>
    111112
     113    <para>To test the man pages are correctly installed, issue <command>man policyeditor</command> to display the respective man page.</para>
     114
     115    <para>If desired, you may install a .desktop file corresponding to an entry in a desktop menu for <command>policyeditor</command>, as <systemitem class="username">root</systemitem> user:</para>
     116
     117<screen role="root"><userinput>install -v -Dm0644 itweb-settings.desktop /usr/share/applications/itweb-settings.desktop &amp;&amp;
     118install -v -Dm0644 javaws.png /usr/share/pixmaps/javaws.png</userinput></screen>
     119
    112120  </sect2>
    113121
     
    151159
    152160      <seglistitem>
    153         <seg>itweb-settings and javaws</seg>
     161        <seg>itweb-settings, javaws and policyeditor</seg>
    154162        <seg>IcedTeaPlugin.so, about.jar, netx.jar, plugin.jar</seg>
    155163        <seg>${JAVA_HOME}/jre/share/icedtea-web</seg>
     
    179187          <indexterm zone="icedtea-web javaws-itweb">
    180188            <primary sortas="b-javaws">javaws</primary>
     189          </indexterm>
     190        </listitem>
     191      </varlistentry>
     192
     193      <varlistentry id="policyeditor-itweb">
     194        <term><command>policyeditor</command></term>
     195        <listitem>
     196          <para>view and modify security policy settings, including
     197          certificates, for javaws and the browser plugin.</para>
     198          <indexterm zone="icedtea-web policyeditor-itweb">
     199            <primary sortas="b-policyeditor">policyeditor</primary>
    181200          </indexterm>
    182201        </listitem>
Note: See TracChangeset for help on using the changeset viewer.