Changeset 6d5ce50b
- Timestamp:
- 06/16/2015 01:25:00 PM (9 years ago)
- Branches:
- 10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 12.2, 7.10, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, gimp3, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, nosym, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, upgradedb, xry111/for-12.3, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/spidermonkey128, xry111/test-20220226, xry111/xf86-video-removal
- Children:
- 0f0ed0b4
- Parents:
- e67830f1
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
general.ent
re67830f1 r6d5ce50b 1 1 <!-- $LastChangedBy$ $Date$ --> 2 2 3 <!ENTITY day "1 5"> <!-- Always 2 digits -->3 <!ENTITY day "16"> <!-- Always 2 digits --> 4 4 <!ENTITY month "06"> <!-- Always 2 digits --> 5 5 <!ENTITY year "2015"> … … 7 7 <!ENTITY copyholder "The BLFS Development Team"> 8 8 <!ENTITY version "&year;-&month;-&day;"> 9 <!ENTITY releasedate "June 1 5th &year;">9 <!ENTITY releasedate "June 16th &year;"> 10 10 <!ENTITY pubdate "&year;-&month;-&day;"> <!-- metadata req. by TLDP --> 11 11 <!ENTITY blfs-version "svn"> <!-- svn|[release #] --> -
general/prog/pygobject3.xml
re67830f1 r6d5ce50b 9 9 <!ENTITY pygobject3-download-ftp 10 10 "&gnome-download-ftp;/pygobject/3.16/pygobject-&pygobject3-version;.tar.xz"> 11 <!ENTITY pygobject3-md5sum " 36bf04253d6b8999f238fd05ce9f8ac4">11 <!ENTITY pygobject3-md5sum "8a3720efa69dd2d520e0b21b5d9e7c19"> 12 12 <!ENTITY pygobject3-size "712 KB"> 13 <!ENTITY pygobject3-buildsize " 26 MB (additional 3 MB for thetests)">14 <!ENTITY pygobject3-time "0. 3 SBU (additional 0.2 SBU for thetests)">13 <!ENTITY pygobject3-buildsize "30 MB (with tests)"> 14 <!ENTITY pygobject3-time "0.4 SBU (with tests)"> 15 15 ]> 16 16 … … 33 33 </para> 34 34 35 &lfs77_checked; 35 &lfs77_checked; &gcc5_checked; 36 36 37 37 <bridgehead renderas="sect4">Package Information</bridgehead> … … 80 80 </para> 81 81 82 <bridgehead renderas="sect5">Optional (for the tests)</bridgehead> 83 <para role="optional"> 84 <ulink url="https://pypi.python.org/pypi/pep8">pep8</ulink> and 85 <ulink url="https://pypi.python.org/pypi/pyflakes">pyflakes</ulink> 86 </para> 87 82 88 <para condition="html" role="usernotes"> 83 89 User Notes: <ulink url="&blfs-wiki;/pygobject3"/> … … 98 104 <para> 99 105 If you wish to run the test suite, optionally use the following 100 command to fix an invalid test":106 command to fix one test: 101 107 </para> 102 108 … … 170 176 </seg> 171 177 <seg> 172 /usr/lib/python&python2-majorver;/site-packages/gi/ {_gi.so,_gi_cairo.so}178 /usr/lib/python&python2-majorver;/site-packages/gi/_gi{,_cairo}.so 173 179 and/or 174 /usr/lib/python&python3-majorver;/site-packages/gi/ {_gi_cairo.cpython-34m.so,_gi.cpython-34m.so}180 /usr/lib/python&python3-majorver;/site-packages/gi/_gi{,_cairo}.cpython-34m.so 175 181 </seg> 176 182 <seg> 177 /usr/include/pygobject-3.0 and183 /usr/include/pygobject-3.0, and 178 184 /usr/lib/python&python2-majorver;/site-packages/{gi,pygtkcompat} and/or 179 185 /usr/lib/python&python3-majorver;/site-packages/{gi,pygtkcompat} -
introduction/welcome/changelog.xml
re67830f1 r6d5ce50b 44 44 45 45 --> 46 47 <listitem> 48 <para>June 16th, 2015</para> 49 <itemizedlist> 50 <listitem> 51 <para>[fernando] - Update to pygobject-3.16.2. Fixes 52 <ulink url="&blfs-ticket-root;6613">#6613</ulink>.</para> 53 </listitem> 54 </itemizedlist> 55 </listitem> 46 56 47 57 <listitem> -
packages.ent
re67830f1 r6d5ce50b 333 333 <!ENTITY pycairo-version "1.10.0"> 334 334 <!ENTITY pygobject2-version "2.28.6"> 335 <!ENTITY pygobject3-version "3.16. 1">335 <!ENTITY pygobject3-version "3.16.2"> 336 336 <!ENTITY pygtk-version "2.24.0"> 337 337 <!ENTITY pyxdg-version "0.25">
Note:
See TracChangeset
for help on using the changeset viewer.