Ignore:
Timestamp:
09/28/2018 03:09:55 AM (6 years ago)
Author:
Ken Moffat <ken@…>
Branches:
perl-modules
Children:
c93f431
Parents:
67a158e
Message:

perl modules branch: Merge trunk -r 20534:20544 - that was unpleasant, for no obvious reason.

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/branches/perl-modules@20545 af4574ff-66df-0310-9fd7-8a98e5e911e0

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/prog/pygobject3.xml

    r67a158e r8857a6c  
    66
    77  <!ENTITY pygobject3-download-http
    8            "&gnome-download-http;/pygobject/&gnome-minor-28;/pygobject-&pygobject3-version;.tar.xz">
     8           "&gnome-download-http;/pygobject/&gnome-minor-30;/pygobject-&pygobject3-version;.tar.xz">
    99  <!ENTITY pygobject3-download-ftp
    10            "&gnome-download-ftp;/pygobject/&gnome-minor-28;/pygobject-&pygobject3-version;.tar.xz">
    11   <!ENTITY pygobject3-md5sum        "3bac63c86bb963aa401f97859464aa90">
    12   <!ENTITY pygobject3-size          "984 KB">
    13   <!ENTITY pygobject3-buildsize     "23 MB (both modules, with tests)">
     10           "&gnome-download-ftp;/pygobject/&gnome-minor-30;/pygobject-&pygobject3-version;.tar.xz">
     11  <!ENTITY pygobject3-md5sum        "77ba5f41a00d5c0cc22962a475f8de67">
     12  <!ENTITY pygobject3-size          "540 KB">
     13  <!ENTITY pygobject3-buildsize     "26 MB (both modules, with tests)">
    1414  <!ENTITY pygobject3-time          "0.3 SBU (both modules, with tests)">
    1515]>
     
    109109<screen><userinput>mkdir python2 &amp;&amp;
    110110pushd python2 &amp;&amp;
    111 ../configure --prefix=/usr --with-python=/usr/bin/python &amp;&amp;
    112 make &amp;&amp;
     111meson --prefix=/usr -Dpython=python2 .. &amp;&amp;
     112ninja &amp;&amp;
    113113popd</userinput></screen>
    114114
    115115      <para>
    116         To test the results, issue: <command>make -C python2 check</command>.
     116        To test the results, issue: <command>ninja -C python2 test</command>.
    117117        An already active graphical session with bus address is necessary to
    118118        run the tests.
     
    127127<screen><userinput>mkdir python3 &amp;&amp;
    128128pushd python3 &amp;&amp;
    129 ../configure --prefix=/usr --with-python=/usr/bin/python3 &amp;&amp;
    130 make &amp;&amp;
     129meson --prefix=/usr -Dpython=python3 &amp;&amp;
     130ninja &amp;&amp;
    131131popd</userinput></screen>
    132132
    133133      <para>
    134         To test the results, issue: <command>make -C python3 check</command>.
     134        To test the results, issue: <command>ninja -C python3 test</command>.
    135135        An already active graphical session with bus address is necessary to
    136136        run the tests.
     
    143143      </para>
    144144
    145 <screen role="root"><userinput>make -C python2 install</userinput></screen>
     145<screen role="root"><userinput>ninja -C python2 install</userinput></screen>
    146146
    147147      <para>
     
    151151      </para>
    152152
    153 <screen role="root"><userinput>make -C python3 install</userinput></screen>
     153<screen role="root"><userinput>ninja -C python3 install</userinput></screen>
    154154
    155155    </sect3>
Note: See TracChangeset for help on using the changeset viewer.