Changeset a326dbd for xsoft


Ignore:
Timestamp:
08/01/2013 10:59:56 PM (11 years ago)
Author:
Bruce Dubbs <bdubbs@…>
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:
86da971
Parents:
fd0bc0e6
Message:

Update to icedtea-web-1.4

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

File:
1 edited

Legend:

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

    rfd0bc0e6 ra326dbd  
    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        "a19661c0b31725fbf0e5e31303ac74fa">
    10   <!ENTITY icedtea-web-size          "972 KB">
    11   <!ENTITY icedtea-web-buildsize     "16 MB">
    12   <!ENTITY icedtea-web-time          "0.3 SBU">
     9  <!ENTITY icedtea-web-md5sum        "97c1d5f02f9a4ab19812a216f39e401a">
     10  <!ENTITY icedtea-web-size          "1.3 MB">
     11  <!ENTITY icedtea-web-buildsize     "25 MB">
     12  <!ENTITY icedtea-web-time          "0.4 SBU">
    1313]>
    1414
     
    3434    implementation, licensed under GPLV3.</para>
    3535
    36     &lfs72_checked;
     36    &lfs73_checked;
    3737
    3838    <bridgehead renderas="sect3">Package Information</bridgehead>
     
    5858    </itemizedlist>
    5959
     60    <bridgehead renderas="sect3">Additional Downloads</bridgehead>
     61    <itemizedlist spacing="compact">
     62      <listitem>
     63        <para>
     64          Required patch:
     65          <ulink url="&patch-root;/icedtea-web-&icedtea-web-version;-imminent_breakage_fix-1.patch"/>
     66        </para>
     67      </listitem>
     68    </itemizedlist>
     69 
    6070    <bridgehead renderas="sect3">IcedTea-Web Dependencies</bridgehead>
    6171
     
    7787    following commands:</para>
    7888
    79 <screen><userinput>./configure --prefix=${JAVA_HOME}/jre    \
     89<screen><userinput>patch -Np1 -i ../icedtea-web-&icedtea-web-version;-imminent_breakage_fix-1.patch &amp;&amp;
     90
     91./configure --prefix=${JAVA_HOME}/jre    \
    8092            --with-jdk-home=${JAVA_HOME} \
    8193            --disable-docs               \
     
    108120
    109121    <para>As the <systemitem class="username">root</systemitem> user, create a
    110     symbolic link to the plugin from your browser(s) plugins directory, where
    111     <replaceable>&lt;arch&gt;</replaceable> is either
    112     <filename class="directory">i386</filename> or
    113     <filename class="directory">amd64</filename>:</para>
    114 
    115 <screen><userinput role="root">ln -s ${JAVA_HOME}/jre/lib/&lt;<replaceable>arch</replaceable>&gt;/IcedTeaPlugin.so \
    116     /usr/lib/mozilla/plugins/</userinput></screen>
     122    symbolic link to the plugin from your browser(s) plugins directory:</para>
     123
     124<screen><userinput role="root">ln -s ${JAVA_HOME}/jre/lib/IcedTeaPlugin.so /usr/lib/mozilla/plugins/</userinput></screen>
    117125
    118126    <important>
Note: See TracChangeset for help on using the changeset viewer.