Update to icedtea-web-1.4

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@11558 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
Bruce Dubbs 2013-08-01 22:59:56 +00:00
parent fd0bc0e66e
commit a326dbd98e
4 changed files with 34 additions and 17 deletions

View File

@ -1,12 +1,12 @@
<!-- $LastChangedBy$ $Date$ -->
<!ENTITY day "31"> <!-- Always 2 digits -->
<!ENTITY month "07"> <!-- Always 2 digits -->
<!ENTITY day "01"> <!-- Always 2 digits -->
<!ENTITY month "08"> <!-- Always 2 digits -->
<!ENTITY year "2013">
<!ENTITY copyrightdate "2001-&year;">
<!ENTITY copyholder "The BLFS Development Team">
<!ENTITY version "&year;-&month;-&day;">
<!ENTITY releasedate "July 31st, &year;">
<!ENTITY releasedate "August 1st, &year;">
<!ENTITY pubdate "&year;-&month;-&day;"> <!-- metadata req. by TLDP -->
<!ENTITY blfs-version "svn"> <!-- svn|[release #] -->
<!ENTITY lfs-version "development"> <!-- version|testing|unstable|development] -->
@ -736,7 +736,7 @@ export -f as_root</userinput></screen>
<!ENTITY gparted-version "0.16.1">
<!ENTITY gnash-version "0.8.10">
<!ENTITY gimp-version "2.8.6">
<!ENTITY icedtea-web-version "1.3">
<!ENTITY icedtea-web-version "1.4">
<!ENTITY inkscape-version "0.48.4">
<!ENTITY pan-version "0.133">
<!ENTITY pidgin-version "2.10.7">

View File

@ -43,6 +43,15 @@
</listitem>
-->
<listitem>
<para>August 1st, 2013</para>
<itemizedlist>
<listitem>
<para>[bdubbs] - Update to icedtea-web-1.4.</para>
</listitem>
</itemizedlist>
</listitem>
<listitem>
<para>July 31st, 2013</para>
<itemizedlist>

View File

@ -7,7 +7,7 @@
<!ENTITY xfce4-settings-download-http
"http://archive.xfce.org/src/xfce/xfce4-settings/4.11/xfce4-settings-&xfce4-settings-version;.tar.bz2">
<!ENTITY xfce4-settings-download-ftp " ">
<!ENTITY xfce4-settings-md5sum "i3bf42281b64b10b2691008cd693f7dbd">
<!ENTITY xfce4-settings-md5sum "3bf42281b64b10b2691008cd693f7dbd">
<!ENTITY xfce4-settings-size "832 KB">
<!ENTITY xfce4-settings-buildsize "19 MB">
<!ENTITY xfce4-settings-time "0.2 SBU">

View File

@ -6,10 +6,10 @@
<!ENTITY icedtea-web-download-http "http://icedtea.classpath.org/download/source/icedtea-web-&icedtea-web-version;.tar.gz">
<!ENTITY icedtea-web-download-ftp " ">
<!ENTITY icedtea-web-md5sum "a19661c0b31725fbf0e5e31303ac74fa">
<!ENTITY icedtea-web-size "972 KB">
<!ENTITY icedtea-web-buildsize "16 MB">
<!ENTITY icedtea-web-time "0.3 SBU">
<!ENTITY icedtea-web-md5sum "97c1d5f02f9a4ab19812a216f39e401a">
<!ENTITY icedtea-web-size "1.3 MB">
<!ENTITY icedtea-web-buildsize "25 MB">
<!ENTITY icedtea-web-time "0.4 SBU">
]>
<sect1 id="icedtea-web" xreflabel="IcedTea-Web-&icedtea-web-version;">
@ -33,7 +33,7 @@
<application>Java</application> browser plugin, and a new webstart
implementation, licensed under GPLV3.</para>
&lfs72_checked;
&lfs73_checked;
<bridgehead renderas="sect3">Package Information</bridgehead>
<itemizedlist spacing="compact">
@ -57,6 +57,16 @@
</listitem>
</itemizedlist>
<bridgehead renderas="sect3">Additional Downloads</bridgehead>
<itemizedlist spacing="compact">
<listitem>
<para>
Required patch:
<ulink url="&patch-root;/icedtea-web-&icedtea-web-version;-imminent_breakage_fix-1.patch"/>
</para>
</listitem>
</itemizedlist>
<bridgehead renderas="sect3">IcedTea-Web Dependencies</bridgehead>
<bridgehead renderas="sect4">Required</bridgehead>
@ -76,7 +86,9 @@
<para>Install <application>IcedTea-Web</application> by running the
following commands:</para>
<screen><userinput>./configure --prefix=${JAVA_HOME}/jre \
<screen><userinput>patch -Np1 -i ../icedtea-web-&icedtea-web-version;-imminent_breakage_fix-1.patch &amp;&amp;
./configure --prefix=${JAVA_HOME}/jre \
--with-jdk-home=${JAVA_HOME} \
--disable-docs \
--mandir=${JAVA_HOME}/man &amp;&amp;
@ -107,13 +119,9 @@ make</userinput></screen>
<title>Configuration Information</title>
<para>As the <systemitem class="username">root</systemitem> user, create a
symbolic link to the plugin from your browser(s) plugins directory, where
<replaceable>&lt;arch&gt;</replaceable> is either
<filename class="directory">i386</filename> or
<filename class="directory">amd64</filename>:</para>
symbolic link to the plugin from your browser(s) plugins directory:</para>
<screen><userinput role="root">ln -s ${JAVA_HOME}/jre/lib/&lt;<replaceable>arch</replaceable>&gt;/IcedTeaPlugin.so \
/usr/lib/mozilla/plugins/</userinput></screen>
<screen><userinput role="root">ln -s ${JAVA_HOME}/jre/lib/IcedTeaPlugin.so /usr/lib/mozilla/plugins/</userinput></screen>
<important>
<para>The plugin must be a symlink for it to work. If not, the browsers