Changeset 69aa65b
- Timestamp:
- 09/27/2018 08:50:26 PM (6 years ago)
- Branches:
- 10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 12.2, 8.4, 9.0, 9.1, bdubbs/svn, elogind, gimp3, 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/for-12.3, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/spidermonkey128, xry111/test-20220226, xry111/xf86-video-removal
- Children:
- b3555028
- Parents:
- 7d25056d
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
general/prog/pygobject3.xml
r7d25056d r69aa65b 6 6 7 7 <!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"> 9 9 <!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 " 984KB">13 <!ENTITY pygobject3-buildsize "2 3MB (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)"> 14 14 <!ENTITY pygobject3-time "0.3 SBU (both modules, with tests)"> 15 15 ]> … … 109 109 <screen><userinput>mkdir python2 && 110 110 pushd python2 && 111 ../configure --prefix=/usr --with-python=/usr/bin/python&&112 make&&111 meson --prefix=/usr -Dpython=python2 .. && 112 ninja && 113 113 popd</userinput></screen> 114 114 115 115 <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>. 117 117 An already active graphical session with bus address is necessary to 118 118 run the tests. … … 127 127 <screen><userinput>mkdir python3 && 128 128 pushd python3 && 129 ../configure --prefix=/usr --with-python=/usr/bin/python3 &&130 make&&129 meson --prefix=/usr -Dpython=python3 && 130 ninja && 131 131 popd</userinput></screen> 132 132 133 133 <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>. 135 135 An already active graphical session with bus address is necessary to 136 136 run the tests. … … 143 143 </para> 144 144 145 <screen role="root"><userinput> make-C python2 install</userinput></screen>145 <screen role="root"><userinput>ninja -C python2 install</userinput></screen> 146 146 147 147 <para> … … 151 151 </para> 152 152 153 <screen role="root"><userinput> make-C python3 install</userinput></screen>153 <screen role="root"><userinput>ninja -C python3 install</userinput></screen> 154 154 155 155 </sect3> -
introduction/welcome/changelog.xml
r7d25056d r69aa65b 47 47 <itemizedlist> 48 48 <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> 49 53 <para>[renodr] - Update to samba-4.9.1. Fixes 50 54 <ulink url="&blfs-ticket-root;11144">#11144</ulink>.</para> -
packages.ent
r7d25056d r69aa65b 424 424 <!ENTITY pycrypto-version "2.6.1"> 425 425 <!ENTITY pygobject2-version "2.28.7"> 426 <!ENTITY pygobject3-version "3. 28.3">426 <!ENTITY pygobject3-version "3.30.1"> 427 427 <!ENTITY pygtk-version "2.24.0"> 428 428 <!ENTITY pyxdg-version "0.25">
Note:
See TracChangeset
for help on using the changeset viewer.