Ignore:
Timestamp:
04/03/2021 02:53:04 AM (3 years ago)
Author:
Douglas R. Reno <renodr@…>
Branches:
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:
f7772926
Parents:
41f721e
Message:

Update to glib-2.68.0
Update to vala-0.52.0
Update to gobject-introspection-1.68.0
Update to pygobject-3.40.1
Update to glib-networking-2.68.0
Update to at-spi2-core-2.40.0
Update to gdk-pixbuf-2.42.4
Update to gtk+-3.24.28
Update to libdazzle-3.40.0
Update to sysprof-3.40.1
Update to tepl-6.00.0
Added gtk-4.2.0
Added gtksourceview-5.0.0

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/prog/pygobject3.xml

    r41f721e r9d31900  
    66
    77  <!ENTITY pygobject3-download-http
    8            "&gnome-download-http;/pygobject/&gnome-minor-38;/pygobject-&pygobject3-version;.tar.xz">
     8           "&gnome-download-http;/pygobject/3.40/pygobject-&pygobject3-version;.tar.xz">
    99  <!ENTITY pygobject3-download-ftp
    10            "&gnome-download-ftp;/pygobject/&gnome-minor-38;/pygobject-&pygobject3-version;.tar.xz">
    11   <!ENTITY pygobject3-md5sum        "2ad8d8f10d1f12a8c66d8179659d5eb9">
     10           "&gnome-download-ftp;/pygobject/3.40/pygobject-&pygobject3-version;.tar.xz">
     11  <!ENTITY pygobject3-md5sum        "f27e0a2d1526df57c89624cdebbd69e0">
    1212  <!ENTITY pygobject3-size          "544 KB">
    1313  <!ENTITY pygobject3-buildsize     "15 MB">
    14   <!ENTITY pygobject3-time          "0.1 SBU (Using parallelism=4)">
     14  <!ENTITY pygobject3-time          "0.2 SBU (Using parallelism=4)">
    1515]>
    1616
     
    9494      <title>Installation of PyGObject3</title>
    9595
    96  <!--
    97       <note>
    98         <para>
    99           Both <application>Python 2</application> and
    100           <application>Python 3</application> modules can
    101           be built and installed without any conflicts.
    102         </para>
    103       </note>
     96    <para>
     97      First, remove a faulty test:
     98    </para>
    10499
    105       <para>
    106         To build <application>PyGObject3</application> as a
    107         <application>Python 2</application> module, run the
    108         following commands:
    109       </para>
     100<screen><userinput remap="pre">mv -v tests/test_gdbus.py{,.nouse}</userinput></screen>
    110101
    111 <screen><userinput>mkdir python2                             &amp;&amp;
    112 pushd python2                             &amp;&amp;
    113   meson - -prefix=/usr -Dpython=python2 .. &amp;&amp;
    114   ninja                                   &amp;&amp;
    115 popd</userinput></screen>
    116 
    117       <para>
    118         To test the results, issue: <command>ninja -C python2 test</command>.
    119         An already active graphical session with bus address is necessary to
    120         run the tests. Two tests fail due to a search for GTK+-4, which has not
    121         been released yet.
    122       </para>
    123 
    124       <para>
    125         To build <application>PyGObject3</application> as a
    126         <application>Python 3</application> module, run the
    127         following commands:
    128       </para>
    129 
    130 <screen><userinput>mkdir python3                             &amp;&amp;
    131 pushd python3                             &amp;&amp;
    132   meson - -prefix=/usr -Dpython=python3 .. &amp;&amp;
    133   ninja                                   &amp;&amp;
    134 popd</userinput></screen>
    135 
    136       <para>
    137         To test the results, issue: <command>ninja -C python3 test</command>.
    138         An already active graphical session with bus address is necessary to
    139         run the tests. Two tests fail due to a search for GTK+-4, which has not
    140         been released yet.
    141       </para>
    142 
    143       <para>
    144         To install the <application>Python 2</application> module,
    145         run the following command as the
    146         <systemitem class="username">root</systemitem> user:
    147       </para>
    148 
    149 <screen role="root"><userinput>ninja -C python2 install</userinput></screen>
    150 
    151       <para>
    152         To install the <application>Python 3</application> module,
    153         run the following command as the
    154         <systemitem class="username">root</systemitem> user:
    155       </para>
    156 
    157 <screen role="root"><userinput>ninja -C python3 install</userinput></screen>
    158 -->
    159102    <para>
    160103      Install <application>pygobject3</application> by running the following
Note: See TracChangeset for help on using the changeset viewer.