Changeset 64c6acb


Ignore:
Timestamp:
01/20/2009 04:58:14 PM (15 years ago)
Author:
Ken Moffat <ken@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 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:
cc60178
Parents:
5fb773fe
Message:

Update gtk-doc.

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

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • general.ent

    r5fb773fe r64c6acb  
    44-->
    55
    6 <!ENTITY day          "17">                   <!-- Always 2 digits -->
     6<!ENTITY day          "20">                   <!-- Always 2 digits -->
    77<!ENTITY month        "01">                   <!-- Always 2 digits -->
    88<!ENTITY year         "2009">
     
    172172<!ENTITY imagemagick-version          "6.3.5">
    173173<!ENTITY hd2u-version                 "1.0.1">
    174 <!ENTITY gtk-doc-version              "1.8">
     174<!ENTITY gtk-doc-version              "1.11">
    175175<!ENTITY scrollkeeper-version         "0.3.14">
    176176<!ENTITY intltool-version             "0.40.5">
  • general/genutils/gtk-doc.xml

    r5fb773fe r64c6acb  
    77  <!ENTITY gtk-doc-download-http "&gnome-download-http;/gtk-doc/&gtk-doc-version;/gtk-doc-&gtk-doc-version;.tar.bz2">
    88  <!ENTITY gtk-doc-download-ftp  "&gnome-download-ftp;/gtk-doc/&gtk-doc-version;/gtk-doc-&gtk-doc-version;.tar.bz2">
    9   <!ENTITY gtk-doc-md5sum        "e61595df21431db28c83fe4c7d4a4fa8">
    10   <!ENTITY gtk-doc-size          "186 KB">
    11   <!ENTITY gtk-doc-buildsize     "2 MB">
     9  <!ENTITY gtk-doc-md5sum        "b5e268c71fa90aad890cf53715664d0a">
     10  <!ENTITY gtk-doc-size          "443 KB">
     11  <!ENTITY gtk-doc-buildsize     "4.8 MB">
    1212  <!ENTITY gtk-doc-time          "less than 0.1 SBU">
    1313]>
     
    6868    <xref linkend="docbook-xsl"/></para>
    6969
     70    <bridgehead renderas="sect4">Recommended</bridgehead>
     71    <para role="optional"><xref linkend="python"/></para>
     72
    7073    <bridgehead renderas="sect4">Optional</bridgehead>
    7174    <para role="optional"><xref linkend="pkgconfig"/>,
    7275    <xref linkend="scrollkeeper"/>,
    7376    <xref linkend="openjade"/>,
    74     <xref linkend="sgml-dtd"/>, and
    75     <xref linkend="docbook-dsssl"/></para>
     77    <xref linkend="sgml-dtd"/>,
     78    <xref linkend="docbook-dsssl"/>, also
     79    <xref linkend="glib2"/> (for the testsuite)</para>
    7680
    7781    <para condition="html" role="usernotes">User Notes:
     
    8690    the following commands:</para>
    8791
    88 <screen><userinput>./configure --prefix=/usr --localstatedir=/var/lib &amp;&amp;
     92<screen><userinput>sed -i '/^pkgconfigdir/s/datadir/libdir/' &amp;&amp;
     93./configure --prefix=/usr &amp;&amp;
    8994make</userinput></screen>
    90 
    91     <para>This package does not come with a test suite.</para>
    9295
    9396    <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
    9497
    9598<screen role="root"><userinput>make install</userinput></screen>
     99
     100    <para>The test suite requires that the package has been installed first, and
     101    in any case it fails because of a missing file, so there is little point
     102    in running it.  If you insist on seeing the results, as a normal user run:
     103    <command>make check</command>.</para>
    96104
    97105  </sect2>
     
    100108    <title>Command Explanations</title>
    101109
     110    <para><command>sed -i '/^pkgconfigdir/s/datadir/libdir/'</command>:
     111    this installs the pkgconfig file in a place which is on
     112    <envar>PKG_CONFIG_PATH</envar> instead of in
     113    <filename class='directory'>/usr/share/pkgconfig</filename>.</para>
     114
     115    <!-- no scrollkeeper files with this version
    102116    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
    103     href="../../xincludes/scrollkeeper-dir.xml"/>
     117    href="../../xincludes/scrollkeeper-dir.xml"/>-->
    104118
    105119  </sect2>
     
    114128
    115129      <seglistitem>
    116         <seg>gtkdocize, gtkdoc-fixxref, gtkdoc-mkdb, gtkdoc-mkhtml, gtkdoc-mkman,
    117         gtkdoc-mktmpl, gtkdoc-scan, gtkdoc-scangobj, and gtkdoc-scanobj</seg>
     130        <seg>gtkdocize, gtkdoc-check, gtkdoc-depscan, gtkdoc-fixxref, gtkdoc-mkdb,
     131        gtkdoc-mkhtml, gtkdoc-mkman, gtkdoc-mktmpl, gtkdoc-rebase, gtkdoc-scan,
     132        gtkdoc-scangobj, and gtkdoc-scanobj</seg>
    118133        <seg>None</seg>
    119134        <seg>The following subdirectories of /usr/share/:
    120         doc/gtk-doc-&gtk-doc-version;,
     135        <!--doc/gtk-doc-&gtk-doc-version;, -->
    121136        gnome/help/gtk-doc-manual,
    122137        gtk-doc/data and
     
    133148        <term><command>gtkdoc*</command></term>
    134149        <listitem>
    135           <para>these are all <application>Perl</application> scripts used by
     150          <para>these are all shell, <application>Perl</application>, or
     151          <application>Python</application> scripts used by
    136152          package <filename>Makefile</filename> scripts to generate
    137153          documentation for the package being built.</para>
  • introduction/welcome/changelog.xml

    r5fb773fe r64c6acb  
    4242-->
    4343    <listitem>
     44      <para>January 20th, 2009</para>
     45      <itemizedlist>
     46        <listitem>
     47          <para>[ken] - Updated to gtk-doc-1.11.</para>
     48        </listitem>
     49      </itemizedlist>
     50    </listitem>
     51
     52    <listitem>
    4453      <para>January 17th, 2009</para>
    4554      <itemizedlist>
Note: See TracChangeset for help on using the changeset viewer.