Ignore:
Timestamp:
10/28/2021 10:59:23 AM (2 years ago)
Author:
Pierre Labastie <pierre.labastie@…>
Branches:
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:
2dffe71
Parents:
45befbb
Message:

Updates

lsof-4.94.0
jansson-2.14
glibmm-2.66.2
pidgin-2.14.8
py3c-1.4 (python module)
valgrind-3.18.1
graphviz-2.49.3
asciidoc-10.0.0 (and move to ptyhon modules)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/prog/py3c.xml

    r45befbb r141ee0a5  
    77  <!ENTITY py3c-download-http
    88           "https://github.com/encukou/py3c/archive/v&py3c-version;/py3c-&py3c-version;.tar.gz">
    9   <!ENTITY py3c-md5sum        "57f6518f3a7bcd501425bb23f2de15a7">
    10   <!ENTITY py3c-size          "48 KB">
    11   <!ENTITY py3c-buildsize     "1.4 MB">
     9  <!ENTITY py3c-md5sum        "53029afde7e0cf8672a2d69d378a0cfc">
     10  <!ENTITY py3c-size          "47 KB">
     11  <!ENTITY py3c-buildsize     "608 KB">
    1212  <!ENTITY py3c-time          "less than 0.1 SBU">
    1313]>
     
    9090
    9191      <para>
    92         To test the package, issue: <command>make test-python3</command>.
     92        To test the package, issue:
    9393      </para>
     94
     95<screen remap="test"><userinput>make test-python3 &amp;&amp;
     96make test-python3-cpp</userinput></screen>
    9497
    9598      <para>
     
    100103
    101104<!-- Note:
    102   When doing a DESTDIR install, use "make prefix=$DESTDIR/usr install"
    103   but the installed py3c.pc file will contain an invalid path for the
    104   includedir.
    105   So either do a "sed -e "s:@includedir@:/usr/include:" -i py3c.pc.in
    106   before exec the make-install or fix that path in the installed
    107   file $DESTDIR/usr/share/pkgconfig/py3c.pc afterwards.
     105  Now, doing a DESTDIR install is just
     106    "make prefix=/usr DESTDIR=<dest> install"
    108107-->
    109108<screen role="root"><userinput>make prefix=/usr install</userinput></screen>
Note: See TracChangeset for help on using the changeset viewer.