Ignore:
Timestamp:
01/27/2016 11:21:15 PM (8 years ago)
Author:
DJ Lucas <dj@…>
Branches:
systemd-13485
Children:
1e76622
Parents:
a7e1ac8
Message:

Merge Chapter 13 from trunk.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/prog/pygobject3.xml

    ra7e1ac8 r2037ec4  
    66
    77  <!ENTITY pygobject3-download-http
    8            "&gnome-download-http;/pygobject/3.16/pygobject-&pygobject3-version;.tar.xz">
     8           "&gnome-download-http;/pygobject/&gnome-minor-18;/pygobject-&pygobject3-version;.tar.xz">
    99  <!ENTITY pygobject3-download-ftp
    10            "&gnome-download-ftp;/pygobject/3.16/pygobject-&pygobject3-version;.tar.xz">
    11   <!ENTITY pygobject3-md5sum        "8a3720efa69dd2d520e0b21b5d9e7c19">
    12   <!ENTITY pygobject3-size          "712 KB">
    13   <!ENTITY pygobject3-buildsize     "30 MB">
    14   <!ENTITY pygobject3-time          "0.4 SBU">
     10           "&gnome-download-ftp;/pygobject/&gnome-minor-18;/pygobject-&pygobject3-version;.tar.xz">
     11  <!ENTITY pygobject3-md5sum        "0a956f3e785e23b0f136832f2e57a862">
     12  <!ENTITY pygobject3-size          "716 KB">
     13  <!ENTITY pygobject3-buildsize     "29 MB (both modules, with tests)">
     14  <!ENTITY pygobject3-time          "0.5 SBU (both modules, with tests)">
    1515]>
    1616
     
    3333      </para>
    3434
    35       &lfs77_checked;
     35      &lfs78_checked;
    3636
    3737      <bridgehead renderas="sect4">Package Information</bridgehead>
     
    101101        </para>
    102102      </note>
     103<!--
     104      <para>
     105        If you wish to run the test suite, optionally use the following
     106        command to fix one test:
     107      </para>
     108
     109<screen><userinput>sed -i '/d =.*MUSIC/d'
     110tests/test_glib.py</userinput></screen>-->
    103111
    104112      <para>
     
    133141
    134142      <para>
    135         To test the results, issue: <command>make -C python3 -k check</command>.
     143        To test the results, issue: <command>make -C python3 check</command>.
    136144        An already active graphical session with bus address is necessary to
    137         run the tests. Some tests fail for unknown reasons.
     145        run the tests.
    138146      </para>
    139147
     
    169177           </seg>
    170178          <seg>
    171             /usr/lib/python&python2-majorver;/site-packages/gi/{_gi.so,_gi_cairo.so}
     179            /usr/lib/python&python2-majorver;/site-packages/gi/_gi{,_cairo}.so
    172180 and/or
    173             /usr/lib/python&python3-majorver;/site-packages/gi/{_gi_cairo.cpython-34m.so,_gi.cpython-34m.so}
     181            /usr/lib/python&python3-majorver;/site-packages/gi/_gi{,_cairo}.cpython-35m-&lt;arch&gt;-linux-gnu.so
    174182           </seg>
    175183          <seg>
    176             /usr/include/pygobject-3.0 and
     184            /usr/include/pygobject-3.0, and
    177185            /usr/lib/python&python2-majorver;/site-packages/{gi,pygtkcompat} and/or
    178186            /usr/lib/python&python3-majorver;/site-packages/{gi,pygtkcompat}
Note: See TracChangeset for help on using the changeset viewer.