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.

File:
1 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>
Note: See TracChangeset for help on using the changeset viewer.