Changeset 201b03d for pst/ps


Ignore:
Timestamp:
03/10/2008 11:57:16 PM (16 years ago)
Author:
Randy McMurchy <randy@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 6.3, 6.3-rc1, 6.3-rc2, 6.3-rc3, 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:
74938aa
Parents:
d3761424
Message:

Updated to paps-0.6.8

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pst/ps/paps.xml

    rd3761424 r201b03d  
    77  <!ENTITY paps-download-http "http://downloads.sourceforge.net/paps/paps-&paps-version;.tar.gz">
    88  <!ENTITY paps-download-ftp  " ">
    9   <!ENTITY paps-md5sum        "cc0975e70fe1e704e16f2fb08c71cee2">
    10   <!ENTITY paps-size          "424 KB">
    11   <!ENTITY paps-buildsize     "2.6 MB">
     9  <!ENTITY paps-md5sum        "e9508132bf27609bf2fded2bfd9cb3f1">
     10  <!ENTITY paps-size          "460 KB">
     11  <!ENTITY paps-buildsize     "3 MB">
    1212  <!ENTITY paps-time          "less than 0.1 SBU">
    1313]>
     
    7878    <bridgehead renderas="sect3">paps Dependencies</bridgehead>
    7979    <bridgehead renderas="sect4">Required</bridgehead>
    80     <para role="required">
    81       <xref linkend="pango"/>
    82     </para>
     80    <para role="required"><xref linkend="pango"/></para>
    8381
    84     <bridgehead renderas="sect4">Recommended</bridgehead>
    85     <para role="optional">
    86       <xref linkend="doxygen"/>
    87     </para>
     82    <bridgehead renderas="sect4">Optional</bridgehead>
     83    <para role="optional"><xref linkend="doxygen"/></para>
    8884
    8985    <para condition="html" role="usernotes">User Notes:
     
    10399    <para>To test the results, issue: <command>src/test_libpaps &gt;
    104100    test.ps</command>.  View the output file in any available PostScript viewer
    105     and visually compare it to <filename>doc/example-output.png</filename>.
     101    and visually compare it to
     102    <filename>doxygen-doc/html/example-output.png</filename> in the source tree.
    106103    The results of the output will be more robust with DejaVu, Arphic, and
    107104    Kochi fonts installed as explained in the <xref
     
    111108    <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
    112109
    113 <screen role="root"><userinput>make install</userinput></screen>
     110<screen role="root"><userinput>make install &amp;&amp;
     111install -v -m755 -d                 /usr/share/doc/paps-&paps-version; &amp;&amp;
     112install -v -m644 doxygen-doc/html/* /usr/share/doc/paps-&paps-version;</userinput></screen>
    114113
    115114  </sect2>
    116115
    117 
    118   <sect2 role="commands">
     116  <!-- <sect2 role="commands">
    119117    <title>Command Explanations</title>
    120118
     
    123121    Documentation will not be installed.</para>
    124122
    125   </sect2>
     123  </sect2> -->
    126124
    127 <!--
     125  <!--
    128126  <sect2 role="configuration">
    129127    <title>Configuring paps</title>
     
    140138
    141139  </sect2>
    142 -->
     140  -->
    143141
    144142  <sect2 role="content">
     
    153151        <seg>paps</seg>
    154152        <seg>libpaps.a</seg>
    155         <seg>/usr/share/doc/libpaps</seg>
     153        <seg>/usr/share/doc/paps-&paps-version;</seg>
    156154      </seglistitem>
    157155    </segmentedlist>
Note: See TracChangeset for help on using the changeset viewer.