Changeset 9762440


Ignore:
Timestamp:
09/03/2022 05:52:35 AM (20 months ago)
Author:
Pierre Labastie <pierre.labastie@…>
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:
0ecb20cf
Parents:
323310f
Message:

Fix libxml2py2 for libxml2-2.10.2

  • fix md5sum and figures
  • change build instructions because now setup.py is not distributed, only setup.py.in, so that configure needs to be run.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/prog/libxml2py2.xml

    r323310f r9762440  
    88  <!ENTITY libxml2py2-download-http "https://download.gnome.org/sources/libxml2/2.10/libxml2-&libxml2-version;.tar.xz">
    99  <!ENTITY libxml2py2-download-ftp  " ">
    10   <!ENTITY libxml2py2-md5sum        "54fdcf2404eb5c1ca59ffc82b2edff78">
    11   <!ENTITY libxml2py2-size          "2.6 MB">
    12   <!ENTITY libxml2py2-buildsize     "53 MB (2.3 MB installed)">
     10  <!ENTITY libxml2py2-md5sum        "5ffd0cd047056d5699b3363c635582bc">
     11  <!ENTITY libxml2py2-size          "2.5 MB">
     12  <!ENTITY libxml2py2-buildsize     "49 MB (2.3 MB installed)">
    1313  <!ENTITY libxml2py2-time          "less than 0.1 SBU">
    1414]>
     
    9898      </para>
    9999
    100 <screen><userinput>cd python                                            &amp;&amp;
    101 sed -i 's/ModuleNotFoundError/ImportError/' setup.py &amp;&amp;
     100<screen><userinput>./configure PYTHON=python2 &amp;&amp;
     101cd python                  &amp;&amp;
    102102python2 setup.py build</userinput></screen>
    103103
Note: See TracChangeset for help on using the changeset viewer.