Changeset adf80ef for pst/ps


Ignore:
Timestamp:
12/27/2013 10:06:31 AM (10 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.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:
5cb829f
Parents:
1eb4fcf
Message:

Remove required xorg dependency from fop-1.1.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pst/ps/fop.xml

    r1eb4fcf radf80ef  
    112112    <bridgehead renderas="sect4">Required</bridgehead>
    113113    <para role="required">
    114       <xref linkend="xorg7"/> and
    115114      <xref linkend="apache-ant"/>
    116115    </para>
     
    119118    <para role="optional">
    120119      <xref linkend="junit"/> (to run tests),
     120      <xref linkend="x-window-system"/> (to run tests),
    121121      <ulink url="http://java.sun.com/products/jimi/">JIMI SDK</ulink>,
    122122      <ulink url="http://xmlunit.sourceforge.net/">XMLUnit</ulink>,
     
    137137    <title>Installation of fop</title>
    138138
    139     <important>
    140       <para>You must run this installation from an X-window using a GL-aware
    141       <application>Xorg</application> server or some of the
    142       <application>JUnit</application> tests will hang.</para>
    143     </important>
    144 
    145139    <para>Ensure <envar>$JAVA_HOME</envar> is set correctly before beginning
    146140    the build. To build the <application>JIMI SDK</application> and/or
     
    200194<screen><userinput>ant docs</userinput></screen>
    201195
    202       <para>To test the application run <command>ant junit-all</command>.
    203       The hyphenation tests will fail.  To see a list of other
    204       test targets, use <command>ant -p</command>.</para>
     196      <para>To test the application, run <command>ant junit-all</command>. The
     197      hyphenation tests will fail.  To see a list of other test targets, use
     198      <command>ant -p</command>. You must run the tests from an X-window using
     199      a GL-aware <application>Xorg</application> server or some of the
     200      <application>JUnit</application> tests will hang.</para>
    205201
    206202      <para>Now, as the <systemitem class="username">root</systemitem>
Note: See TracChangeset for help on using the changeset viewer.