Ignore:
Timestamp:
05/10/2019 06:39:35 PM (5 years ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 9.0, 9.1, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, 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:
66b1ff0
Parents:
51d1d794
Message:

Update to gtk-doc-1.30.
Update to postgresql-11.3.
Update to mesa-19.0.4.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/genutils/gtk-doc.xml

    r51d1d794 rb7279d4  
    77  <!ENTITY gtk-doc-download-http "&gnome-download-http;/gtk-doc/&gtk-doc-version;/gtk-doc-&gtk-doc-version;.tar.xz">
    88  <!ENTITY gtk-doc-download-ftp  "&gnome-download-ftp;/gtk-doc/&gtk-doc-version;/gtk-doc-&gtk-doc-version;.tar.xz">
    9   <!ENTITY gtk-doc-md5sum        "df26a38c209b3d7358f26268fcbdb9e3">
    10   <!ENTITY gtk-doc-size          "716 KB">
    11   <!ENTITY gtk-doc-buildsize     "14 MB (with tests)">
     9  <!ENTITY gtk-doc-md5sum        "1045ba29ca0693ced2045523407aae4c">
     10  <!ENTITY gtk-doc-size          "740 KB">
     11  <!ENTITY gtk-doc-buildsize     "17 MB (with tests)">
    1212  <!ENTITY gtk-doc-time          "0.2 SBU (with tests)">
    1313]>
     
    7373    </para>
    7474
    75     <bridgehead renderas="sect4">Recommended</bridgehead>
    76     <para role="recommended">
    77       <xref linkend="highlight"/>
     75    <bridgehead renderas="sect4">Optional</bridgehead>
     76    <para role="optional">
     77      For tests:
     78      <ulink url="http://sourceforge.net/projects/dblatex/">dblatex</ulink> or
     79      <xref linkend="fop"/> (XML PDF support),
     80      <xref linkend="glib2"/>,
     81      <xref linkend="which"/>, and
     82      Python modules
     83      <ulink url="http://pygments.org/">pygments</ulink>,
     84      <ulink url="https://anytree.readthedocs.io/en/latest/">anytree</ulink>, and
     85      <ulink url="https://pypi.org/project/parameterized/">paramerterized</ulink>
    7886    </para>
    7987
    80     <bridgehead renderas="sect4">Optional</bridgehead>
    81     <para role="optional">
    82       <ulink url="http://sourceforge.net/projects/dblatex/">dblatex</ulink> or
    83       <xref linkend="fop"/> (XML PDF support),
    84       <xref linkend="glib2"/> (for the test suite),
    85       <ulink url="&gnome-download-http;/gnome-doc-utils/">GNOME Doc Utils</ulink> and
    86       <xref linkend="which"/> (required for the test suite and gtk-doc documentation)
    87     </para>
     88    <note><para>The optional python modules above can be easily installed with
     89    the <command>pip3</command> command.</para></note>
    8890
    8991    <para condition="html" role="usernotes">User Notes:
     
    101103make</userinput></screen>
    102104
    103     <para>To test the results, issue: <command>make check</command>. On some systems, the tests
    104     may either hang indefinitely or fail.</para>
     105    <para>To test the results, issue: <command>make check</command>.
     106    Some tests will fail depending on optionally installed packages.</para>
    105107
    106108    <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
     
    119121
    120122      <seglistitem>
    121         <seg>gtkdocize,
    122         gtkdoc-check, 
    123         gtkdoc-depscan,
    124         gtkdoc-fixxref,
    125         gtkdoc-mkdb,   
    126         gtkdoc-mkhtml, 
    127         gtkdoc-mkman,       
    128         gtkdoc-mkpdf,
    129         gtkdoc-rebase,
    130         gtkdoc-scan, and
    131         gtkdoc-scangobj</seg>
     123        <seg>
     124          gtkdocize,
     125          gtkdoc-check, 
     126          gtkdoc-depscan,
     127          gtkdoc-fixxref,
     128          gtkdoc-mkdb,   
     129          gtkdoc-mkhtml, 
     130          gtkdoc-mkhtml2, 
     131          gtkdoc-mkman,       
     132          gtkdoc-mkpdf,
     133          gtkdoc-rebase,
     134          gtkdoc-scan, and
     135          gtkdoc-scangobj
     136        </seg>
    132137       
    133138        <seg>None</seg>
    134139       
    135         <seg>/usr/lib/cmake/GtkDoc,
    136         /usr/share/gtk-doc, and
    137         /usr/share/help/*/gtk-doc-manual
     140        <seg>
     141          /usr/share/gtk-doc and
     142          /usr/share/help/*/gtk-doc-manual
    138143        </seg>
    139144      </seglistitem>
Note: See TracChangeset for help on using the changeset viewer.