Ignore:
Timestamp:
03/10/2022 12:10:08 AM (2 years ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
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, xry111/llvm18, xry111/soup3, xry111/xf86-video-removal
Children:
384f06b, ad43f32
Parents:
95e781d
Message:

Package updates.
Update to pycairo-1.21.0 (Python module).
Update to xscreensaver-6.03.
Update to sysstat-12.5.6.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/prog/pycairo.xml

    r95e781d rf179b24  
    77  <!ENTITY pycairo-download-http "https://github.com/pygobject/pycairo/releases/download/v&pycairo-version;/pycairo-&pycairo-version;.tar.gz">
    88  <!ENTITY pycairo-download-ftp  " ">
    9   <!ENTITY pycairo-md5sum        "fa88a28cadbfb34192fe743d32c0ee33">
    10   <!ENTITY pycairo-size          "340 KB">
    11   <!ENTITY pycairo-buildsize     "3.5 MB">
     9  <!ENTITY pycairo-md5sum        "682238eaa8bd7032e36a20b6f53824d1">
     10  <!ENTITY pycairo-size          "336 KB">
     11  <!ENTITY pycairo-buildsize     "2.9 MB">
    1212  <!ENTITY pycairo-time          "less than 0.1 SBU">
    1313]>
     
    101101      </para>
    102102
    103 <screen><userinput>python3 setup.py build</userinput></screen>
     103<screen><userinput>mkdir build &amp;&amp;
     104cd    build &amp;&amp;
     105
     106meson --prefix=/usr --buildtype=release .. &amp;&amp;
     107ninja</userinput></screen>
     108
     109
     110<!--python3 setup.py build</userinput></screen>-->
    104111
    105112      <para>
    106         This package does not come with a test suite.
     113        To run the tests, this package requires the optional pytest module. If
     114        it is installed, run the test by running <command>ninja test</command>.
    107115      </para>
    108116
     
    111119      </para>
    112120
    113 <screen role="root"><userinput>python3 setup.py install --optimize=1   &amp;&amp;
     121<screen role="root"><userinput>ninja install</userinput></screen>
     122
     123
     124<!--python3 setup.py install - -optimize=1   &amp;&amp;
    114125python3 setup.py install_pycairo_header &amp;&amp;
    115 python3 setup.py install_pkgconfig</userinput></screen>
     126python3 setup.py install_pkgconfig</userinput></screen>-->
    116127<!-- Seems that install does the following too
    117128python2 setup.py install_pycairo_header &amp;&amp;
Note: See TracChangeset for help on using the changeset viewer.