Changeset c0bc0a9 for general/prog


Ignore:
Timestamp:
03/10/2024 03:41:04 PM (7 weeks ago)
Author:
Xi Ruoyao <xry111@…>
Branches:
ken/TL2024, trunk
Children:
0fb7167
Parents:
e12b9ec
git-author:
Xi Ruoyao <xry111@…> (03/10/2024 03:34:31 PM)
git-committer:
Xi Ruoyao <xry111@…> (03/10/2024 03:41:04 PM)
Message:

Update to glib-2.80.0 and gobject-introspection-1.80.0

Merge gobject-introspection into glib page to better handle a circular
dependency between these two packages.

Location:
general/prog
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • general/prog/python-modules/pygobject2.xml

    re12b9ec rc0bc0a9  
    8989      <bridgehead renderas="sect5">Optional</bridgehead>
    9090      <para role="optional">
    91         <xref linkend="gobject-introspection"/> and
    9291        <xref linkend="libxslt"/> (to Build Documentation)
    9392      </para>
     
    103102      </para>
    104103
    105 <screen><userinput>./configure --prefix=/usr --disable-introspection &amp;&amp;
     104<screen><userinput>./configure --prefix=/usr &amp;&amp;
    106105make</userinput></screen>
    107106
     
    121120
    122121      <para>
    123         <option>--disable-introspection</option>: Omit this switch if you have
    124         installed <xref linkend="gobject-introspection"/>. Note that it
    125         conflicts with <xref linkend="pygobject3"/>.
     122        <option>--disable-introspection</option>: Add this switch if you have
     123        installed <xref linkend='glib2'/> without GObject Introspection.
     124        Note that it conflicts with <xref linkend="pygobject3"/>.
    126125      </para>
    127126
  • general/prog/python-modules/pygobject3.xml

    re12b9ec rc0bc0a9  
    7272      <bridgehead renderas="sect5">Required</bridgehead>
    7373      <para role="required">
    74         <xref linkend="gobject-introspection"/> and
     74        &gobject-introspection; and
    7575        <xref linkend="pycairo"/>
    7676          (<application>Python 3</application> module)
  • general/prog/python3.xml

    re12b9ec rc0bc0a9  
    5757         reinstall packages that generate Python3 modules
    5858         including
    59          <xref linkend="gobject-introspection"/>,
     59         &gobject-introspection;,
    6060         <xref linkend="libxml2"/>,
    6161         <xref linkend="opencv"/>,
  • general/prog/vala.xml

    re12b9ec rc0bc0a9  
    7373    <bridgehead renderas="sect4">Required</bridgehead>
    7474    <para role="required">
    75       <xref linkend="glib2"/>
     75      <xref linkend="glib2"/> (GObject Introspection required for the tests)
    7676    </para>
    7777
     
    8484    <para role="optional">
    8585      <xref linkend="dbus"/> (Required for the tests),
    86       <xref linkend="gobject-introspection"/> (Required for the tests),
    8786      <xref linkend="libxslt"/> (Required for generating the documentation),
    8887      <ulink url="https://ftpmirror.gnu.org/gnu/help2man/">help2man</ulink>,
Note: See TracChangeset for help on using the changeset viewer.