Changeset 5f3dfa8e


Ignore:
Timestamp:
09/08/2022 01:36:24 AM (20 months ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
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, xry111/llvm18, xry111/soup3, xry111/xf86-video-removal
Children:
587f998
Parents:
4e321bf
Message:

Update to dbus-python-1.3.2.

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • general/prog/dbus-python.xml

    r4e321bf r5f3dfa8e  
    77  <!ENTITY dbus-python-download-http "https://dbus.freedesktop.org/releases/dbus-python/dbus-python-&dbus-python-version;.tar.gz">
    88  <!ENTITY dbus-python-download-ftp  " ">
    9   <!ENTITY dbus-python-md5sum        "468874f3bf61d1b7deac98bbe2cfd8ac">
    10   <!ENTITY dbus-python-size          "568 KB">
    11   <!ENTITY dbus-python-buildsize     "7.8 MB" >
    12   <!ENTITY dbus-python-time          "0.1 SBU">
     9  <!ENTITY dbus-python-md5sum        "33be8a4a766e1c7c9a377b8f934ce21a">
     10  <!ENTITY dbus-python-size          "592 KB">
     11  <!ENTITY dbus-python-buildsize     "4.7 MB (with tests)" >
     12  <!ENTITY dbus-python-time          "less than 0.1 SBUi (with tests)">
    1313]>
    1414
     
    7373        <xref linkend="glib2"/>
    7474      </para>
    75 <!--
    76       <bridgehead renderas="sect5">Recommended</bridgehead>
    77       <para role="recommended">
    78         <xref linkend="python2"/> (some applications in the book require
    79         the Python 2 module)
    80       </para>
    81 -->
     75
    8276      <bridgehead renderas="sect5">Optional</bridgehead>
    8377      <para role="optional">
     
    10498
    10599      <para>
    106         To build the <application>Python 3 D-Bus Python</application>
    107         module, run the following command:
     100        Build the D-Bus Python module by running the following  commands:
    108101      </para>
    109102
    110 <screen><userinput>pip3 wheel -w dist --no-build-isolation --no-deps $PWD</userinput></screen>
     103<screen><userinput>meson --prefix=/usr --buildtype=release .. &amp;&amp;
     104ninja </userinput></screen>
    111105
    112106      <para>
    113         To install the module, run the following command as the &root; user:
     107        To test the results, issue: <command>ninja test</command>.
    114108      </para>
    115109
    116 <screen role="root"><userinput>pip3 install --no-index --find-links dist --no-cache-dir --no-user dbus-python</userinput></screen>
     110      <para>
     111        Now install the module as the &root; user:
     112      </para>
     113
     114<screen role="root"><userinput>ninja install</userinput></screen>
    117115
    118116    </sect3>
  • introduction/welcome/changelog.xml

    r4e321bf r5f3dfa8e  
    4646      <itemizedlist>
    4747        <listitem>
     48          <para>[bdubbs] - Update to dbus-python-1.3.2. Fixes
     49          <ulink url="&blfs-ticket-root;16993">#16993</ulink>.</para>
     50        </listitem>
     51        <listitem>
    4852          <para>[bdubbs] - Update to tree-2.0.4. Fixes
    4953          <ulink url="&blfs-ticket-root;16992">#16992</ulink>.</para>
  • packages.ent

    r4e321bf r5f3dfa8e  
    504504<!-- Python module versions used in the Python Modules instructions -->
    505505<!ENTITY asciidoc-version             "10.2.0">
    506 <!ENTITY dbus-python-version          "1.2.18">
     506<!ENTITY dbus-python-version          "1.3.2">
    507507<!ENTITY docutils-version             "0.19">
    508508<!ENTITY py3c-version                 "1.4">
Note: See TracChangeset for help on using the changeset viewer.