Changeset dc56bc8 for pst/ps/fop.xml


Ignore:
Timestamp:
01/16/2016 06:11:06 PM (8 years ago)
Author:
Fernando de Oliveira <fernando@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 7.10, 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:
9e3d18a7
Parents:
b0480ef
Message:
  • Update to fuse-2.9.5.
  • Fix URL for sshfs-fuse-2.5.
  • Update to sqlite-autoconf-3100100 (3.10.1).
  • Update to fop-2.1.
  • JUnit-4.11: typo.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pst/ps/fop.xml

    rb0480ef rdc56bc8  
    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        "754e5307a73433afb5c4c9b11d45e302">
    10   <!ENTITY fop-size          "22 MB">
    11   <!ENTITY fop-buildsize     "206 MB">
    12   <!ENTITY fop-time          "0.5 SBU">
     9  <!ENTITY fop-md5sum        "13b5b497dfb0ba8a01093dfc1a89d106">
     10  <!ENTITY fop-size          "23 MB">
     11  <!ENTITY fop-buildsize     "342 MB">
     12  <!ENTITY fop-time          "0.3 SBU">
    1313
    1414  <!ENTITY jai-version       "1_1_3">
     
    109109      </listitem>
    110110    </itemizedlist>
    111     <itemizedlist spacing="compact">
     111<!--    <itemizedlist spacing="compact">
    112112      <title>Required patch</title>
    113113      <listitem>
     
    116116        </para>
    117117      </listitem>
    118     </itemizedlist>
     118    </itemizedlist>-->
    119119
    120120    <bridgehead renderas="sect3">fop Dependencies</bridgehead>
     
    212212      </para>
    213213
    214 <screen><userinput>patch -Np1 -i ../fop-&fop-version;-listNPE-1.patch &amp;&amp;
    215 ant compile &amp;&amp;
     214<screen><userinput>ant compile &amp;&amp;
    216215ant jar-main &amp;&amp;
    217216ant javadocs &amp;&amp;
     
    238237      </para>
    239238
    240 <screen role="root"><userinput>install -v -d -m755                                     /opt/fop-&fop-version; &amp;&amp;
    241 cp -v  KEYS LICENSE NOTICE README                       /opt/fop-&fop-version; &amp;&amp;
    242 cp -va build conf examples fop* javadocs lib status.xml /opt/fop-&fop-version; &amp;&amp;
     239<screen role="root"><userinput>install -v -d -m755                          /opt/fop-&fop-version; &amp;&amp;
     240cp -v  KEYS LICENSE NOTICE README            /opt/fop-&fop-version; &amp;&amp;
     241cp -va build conf examples fop* javadocs lib /opt/fop-&fop-version; &amp;&amp;
    243242
    244243ln -v -sf fop-&fop-version; /opt/fop</userinput></screen>
Note: See TracChangeset for help on using the changeset viewer.