Changeset 0ebd681c for pst/ps/fop.xml


Ignore:
Timestamp:
09/13/2015 09:50:13 AM (9 years ago)
Author:
Pierre Labastie <pieere@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 7.10, 7.8, 7.9, 8.0, 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, nosym, 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:
b68c0f6
Parents:
c02ea85
Message:

Update to FOP-2.0 (and tidy up changelog source)

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pst/ps/fop.xml

    rc02ea85 r0ebd681c  
    77  <!ENTITY fop-download-http "https://archive.apache.org/dist/xmlgraphics/fop/source/fop-&fop-version;-src.tar.gz">
    88  <!ENTITY fop-download-ftp  " ">
    9   <!ENTITY fop-md5sum        "7b63af514b28c06fe710a794cbf4d68e">
    10   <!ENTITY fop-size          "23 MB">
     9  <!ENTITY fop-md5sum        "754e5307a73433afb5c4c9b11d45e302">
     10  <!ENTITY fop-size          "22 MB">
    1111  <!ENTITY fop-buildsize     "206 MB">
    1212  <!ENTITY fop-time          "0.5 SBU">
     
    5454    </para>
    5555
    56     &lfs77_checked;
     56    &lfs78_checked;
    5757
    5858    <bridgehead renderas="sect3">Package Information</bridgehead>
     
    8080    <bridgehead renderas="sect3">Additional Downloads</bridgehead>
    8181    <itemizedlist spacing="compact">
    82       <title>Required packages</title>
     82      <title>Recommended packages</title>
    8383
    8484<!--
     
    109109      </listitem>
    110110    </itemizedlist>
     111    <itemizedlist spacing="compact">
     112      <title>Required patch</title>
     113      <listitem>
     114        <para>
     115          <ulink url="&patch-root;/fop-&fop-version;-listNPE-1.patch"/>
     116        </para>
     117      </listitem>
     118    </itemizedlist>
    111119
    112120    <bridgehead renderas="sect3">fop Dependencies</bridgehead>
     
    204212      </para>
    205213
    206 <screen><userinput>ant compile &amp;&amp;
     214<screen><userinput>patch -Np1 -i ../fop-&fop-version;-listNPE-1.patch &amp;&amp;
     215ant compile &amp;&amp;
    207216ant jar-main &amp;&amp;
    208217ant javadocs &amp;&amp;
    209218mv build/javadocs .</userinput></screen>
    210219
     220<!-- ant docs target is not present anymore in fop-2.0
    211221      <para>
    212222        If <application>Forrest</application> is installed,
     
    215225
    216226<screen><userinput>ant docs</userinput></screen>
    217 
     227-->
    218228      <para>
    219229        To test the application, run <command>ant junit-all</command>. The
Note: See TracChangeset for help on using the changeset viewer.