Changeset ddd5a70


Ignore:
Timestamp:
09/20/2020 09:15:42 AM (4 years ago)
Author:
Pierre Labastie <pieere@…>
Branches:
10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.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:
204252e
Parents:
06a9f57
Message:

Patch gtk-doc and glib2 to prevent glib2 from downloading a develoment
version of gtk-doc when building the docs

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

Files:
4 edited

Legend:

Unmodified
Added
Removed
  • general.ent

    r06a9f57 rddd5a70  
    11<!-- $LastChangedBy$ $Date$ -->
    22
    3 <!ENTITY day          "19">                   <!-- Always 2 digits -->
     3<!ENTITY day          "20">                   <!-- Always 2 digits -->
    44<!ENTITY month        "09">                   <!-- Always 2 digits -->
    55<!ENTITY year         "2020">
     
    77<!ENTITY copyholder   "The BLFS Development Team">
    88<!ENTITY version      "&year;-&month;-&day;">
    9 <!ENTITY releasedate  "September 19th, &year;">
     9<!ENTITY releasedate  "September 20th, &year;">
    1010<!ENTITY pubdate      "&year;-&month;-&day;"> <!-- metadata req. by TLDP -->
    1111<!ENTITY blfs-version "svn">                  <!-- svn|[release #] -->
  • general/genlib/glib2.xml

    r06a9f57 rddd5a70  
    163163
    164164    </warning>
    165    
     165
     166<!-- Hopefully shouldn't be needed when gtk-doc 1.33 is released -->
     167    <para>
     168      Prevent the build system from downloading a develoment version of
     169      <xref linkend="gtk-doc"/>:
     170    </para>
     171
     172<screen><userinput>sed -i 's/1\.32\.1/1.32/' docs/reference/meson.build</userinput></screen>
     173     
    166174    <para>
    167175      Install <application>GLib</application> by running the following
  • general/genutils/gtk-doc.xml

    r06a9f57 rddd5a70  
    7373        <para>
    7474          Estimated build time: &gtk-doc-time;
     75        </para>
     76      </listitem>
     77    </itemizedlist>
     78
     79    <bridgehead renderas="sect3">Additional Downloads</bridgehead>
     80    <itemizedlist spacing="compact">
     81      <listitem>
     82        <para>
     83          Required patch to allow building <xref linkend="glib2"/>
     84          documentation:
     85          <ulink url="&patch-root;/gtk-doc-&gtk-doc-version;-glib2_fixes-1.patch"/>
    7586        </para>
    7687      </listitem>
     
    119130  <sect2 role="installation">
    120131    <title>Installation of GTK-Doc</title>
     132
     133    <para>
     134      Apply a fix for building Glib2 documentation:
     135    </para>
     136
     137<screen><userinput>patch -Np1 -i ../gtk-doc-&gtk-doc-version;-glib2_fixes-1.patch</userinput></screen>
    121138
    122139    <para>
  • introduction/welcome/changelog.xml

    r06a9f57 rddd5a70  
    4343    -->
    4444    <listitem>
     45      <para>September 20th, 2020</para>
     46      <itemizedlist>
     47        <listitem>
     48          <para>[pierre] - Patch gtk-doc so that glib2 can be built without
     49          downloading a development version of gtk-doc.</para>
     50        </listitem>
     51      </itemizedlist>
     52    </listitem>
     53
     54    <listitem>
    4555      <para>September 19th, 2020</para>
    4656      <itemizedlist>
Note: See TracChangeset for help on using the changeset viewer.