Changeset 69aa65b


Ignore:
Timestamp:
09/27/2018 08:50:26 PM (6 years ago)
Author:
Douglas R. Reno <renodr@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 8.4, 9.0, 9.1, bdubbs/svn, elogind, 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:
b3555028
Parents:
7d25056d
Message:

Update to pygobject3-3.30.1

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@20543 af4574ff-66df-0310-9fd7-8a98e5e911e0

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • general/prog/pygobject3.xml

    r7d25056d r69aa65b  
    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>
  • introduction/welcome/changelog.xml

    r7d25056d r69aa65b  
    4747      <itemizedlist>
    4848        <listitem>
     49          <para>[renodr] - Update to pygobject-3.30.1. Partially fixes
     50          <ulink url="&blfs-ticket-root;11090">#11090</ulink>.</para>
     51        </listitem>
     52        <listitem>
    4953          <para>[renodr] - Update to samba-4.9.1. Fixes
    5054          <ulink url="&blfs-ticket-root;11144">#11144</ulink>.</para>
  • packages.ent

    r7d25056d r69aa65b  
    424424<!ENTITY pycrypto-version             "2.6.1">
    425425<!ENTITY pygobject2-version           "2.28.7">
    426 <!ENTITY pygobject3-version           "3.28.3">
     426<!ENTITY pygobject3-version           "3.30.1">
    427427<!ENTITY pygtk-version                "2.24.0">
    428428<!ENTITY pyxdg-version                "0.25">
Note: See TracChangeset for help on using the changeset viewer.