Ignore:
Timestamp:
12/04/2021 08:32:42 AM (2 years ago)
Author:
Pierre Labastie <pierre.labastie@…>
Branches:
qt5new
Children:
104ff4e
Parents:
ce5723af (diff), edd2feb7 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:

Merge branch 'trunk' into qt5new

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/prog/py3c.xml

    rce5723af r1daaab6d  
    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.