Changeset 8736e8a
- Timestamp:
- 09/19/2020 10:38:06 PM (3 years ago)
- Branches:
- 10.1, 11.0, 11.1, 11.2, 11.3, ken/inkscape-core-mods, lazarus, plabs/python-mods, qt5new, trunk, upgradedb, xry111/intltool, xry111/soup3, xry111/test-20220226
- Children:
- 44d63219
- Parents:
- 40d141f
- Files:
-
- 5 edited
Legend:
- Unmodified
- Added
- Removed
-
general/genlib/json-glib.xml
r40d141f r8736e8a 5 5 %general-entities; 6 6 7 <!ENTITY json-glib-download-http "&gnome-download-http;/json-glib/1. 4/json-glib-&json-glib-version;.tar.xz">8 <!ENTITY json-glib-download-ftp "&gnome-download-ftp;/json-glib/1. 4/json-glib-&json-glib-version;.tar.xz">9 <!ENTITY json-glib-md5sum " 4d4bb9837f6d31e32d0ce658ae135f68">10 <!ENTITY json-glib-size "16 4KB">11 <!ENTITY json-glib-buildsize " 9.4MB (with tests)">12 <!ENTITY json-glib-time " less than 0.1SBU (with tests)">7 <!ENTITY json-glib-download-http "&gnome-download-http;/json-glib/1.6/json-glib-&json-glib-version;.tar.xz"> 8 <!ENTITY json-glib-download-ftp "&gnome-download-ftp;/json-glib/1.6/json-glib-&json-glib-version;.tar.xz"> 9 <!ENTITY json-glib-md5sum "b0046d7de4c0fcbb3c71650527330fa6"> 10 <!ENTITY json-glib-size "168 KB"> 11 <!ENTITY json-glib-buildsize "12 MB (with tests)"> 12 <!ENTITY json-glib-time "0.2 SBU (with tests)"> 13 13 ]> 14 14 -
general/prog/pygobject3.xml
r40d141f r8736e8a 6 6 7 7 <!ENTITY pygobject3-download-http 8 "&gnome-download-http;/pygobject/&gnome-minor-3 6;/pygobject-&pygobject3-version;.tar.xz">8 "&gnome-download-http;/pygobject/&gnome-minor-38;/pygobject-&pygobject3-version;.tar.xz"> 9 9 <!ENTITY pygobject3-download-ftp 10 "&gnome-download-ftp;/pygobject/&gnome-minor-3 6;/pygobject-&pygobject3-version;.tar.xz">11 <!ENTITY pygobject3-md5sum " ebfebc4533856572281add29f08412bf">10 "&gnome-download-ftp;/pygobject/&gnome-minor-38;/pygobject-&pygobject3-version;.tar.xz"> 11 <!ENTITY pygobject3-md5sum "2ad8d8f10d1f12a8c66d8179659d5eb9"> 12 12 <!ENTITY pygobject3-size "544 KB"> 13 <!ENTITY pygobject3-buildsize " 30MB">13 <!ENTITY pygobject3-buildsize "15 MB"> 14 14 <!ENTITY pygobject3-time "0.1 SBU (Using parallelism=4)"> 15 15 ]> … … 76 76 <xref linkend="pycairo"/> 77 77 (<application>Python 3</application> module) 78 </para>79 80 <bridgehead renderas="sect5">Recommended</bridgehead>81 <para role="recommended">82 <xref linkend="python2"/> and83 <xref linkend="pycairo2"/>84 (<application>Python 2</application> module)85 78 </para> 86 79 … … 101 94 <title>Installation of PyGObject3</title> 102 95 96 <!-- 103 97 <note> 104 98 <para> … … 117 111 <screen><userinput>mkdir python2 && 118 112 pushd python2 && 119 meson - -prefix=/usr -Dpython=python2 .. &&113 meson - -prefix=/usr -Dpython=python2 .. && 120 114 ninja && 121 115 popd</userinput></screen> … … 136 130 <screen><userinput>mkdir python3 && 137 131 pushd python3 && 138 meson - -prefix=/usr -Dpython=python3 .. &&132 meson - -prefix=/usr -Dpython=python3 .. && 139 133 ninja && 140 134 popd</userinput></screen> … … 162 156 163 157 <screen role="root"><userinput>ninja -C python3 install</userinput></screen> 158 --> 159 <para> 160 Install <application>pygobject3</application> by running the following 161 commands: 162 </para> 163 164 <screen><userinput>mkdir build && 165 cd build && 166 167 meson --prefix=/usr .. && 168 ninja</userinput></screen> 169 170 <para> 171 To test the results, issue: <command>ninja test</command>. 172 An already active graphical session with a bus address is necessary 173 to run the tests. One test, <filename>tests/test_gdbus.py</filename>, 174 is known to fail. 175 </para> 176 177 <para> 178 Now, as the <systemitem class="username">root</systemitem> user: 179 </para> 180 181 <screen role="root"><userinput>ninja install</userinput></screen> 164 182 165 183 </sect3> … … 178 196 </seg> 179 197 <seg> 180 /usr/lib/python&python2-majorver;/site-packages/gi/_gi{,_cairo}.so and/or198 <!--/usr/lib/python&python2-majorver;/site-packages/gi/_gi{,_cairo}.so and/or--> 181 199 /usr/lib/python&python3-majorver;/site-packages/gi/_gi{,_cairo}.&python3-lib-suffix;.so 182 200 </seg> 183 201 <seg> 184 /usr/include/pygobject-3.0 ,and185 /usr/lib/python&python2-majorver;/site-packages/{gi,pygtkcompat} and/or202 /usr/include/pygobject-3.0 and 203 <!--/usr/lib/python&python2-majorver;/site-packages/{gi,pygtkcompat} and/or--> 186 204 /usr/lib/python&python3-majorver;/site-packages/{gi,pygtkcompat} 187 205 </seg> -
gnome.ent
r40d141f r8736e8a 12 12 <!ENTITY gnome-minor-34 "3.34"> 13 13 <!ENTITY gnome-minor-36 "3.36"> 14 <!ENTITY gnome-minor-38 "3.38"> 14 15 <!-- See about removing some of the above entities after 3.32 is in. --> 15 16 -
introduction/welcome/changelog.xml
r40d141f r8736e8a 46 46 <itemizedlist> 47 47 <listitem> 48 <para>[renodr] - Update to pygobject-3.38.0. Part of 49 <ulink url="&blfs-ticket-root;14029">#14029</ulink>.</para> 50 </listitem> 51 <listitem> 52 <para>[renodr] - Update to json-glib-1.6.0. Part of 53 <ulink url="&blfs-ticket-root;14029">#14029</ulink>.</para> 54 </listitem> 55 <listitem> 48 56 <para>[renodr] - Adapt NetworkManager to build with the latest 49 57 pygobject.</para> -
packages.ent
r40d141f r8736e8a 122 122 <!ENTITY JS68-version "68.12.0"> 123 123 <!ENTITY json-c-version "0.15"> 124 <!ENTITY json-glib-version "1. 4.4">124 <!ENTITY json-glib-version "1.6.0"> 125 125 <!ENTITY keyutils-version "1.6.1"> 126 126 <!ENTITY libaio-version "0.3.112"> … … 557 557 <!ENTITY pygments-version "2.7.1"> 558 558 <!ENTITY pygobject2-version "2.28.7"> 559 <!ENTITY pygobject3-version "3.3 6.1">559 <!ENTITY pygobject3-version "3.38.0"> 560 560 <!ENTITY pygtk-version "2.24.0"> 561 561 <!ENTITY pyxdg-version "0.25">
Note:
See TracChangeset
for help on using the changeset viewer.