Changeset 477adae
- Timestamp:
- 10/22/2017 08:38:28 AM (7 years ago)
- Branches:
- 10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 12.2, 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, 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:
- 192b967
- Parents:
- c34cb2e5
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
introduction/welcome/changelog.xml
rc34cb2e5 r477adae 47 47 <itemizedlist> 48 48 <listitem> 49 <para>[dj] - Update to atk-2.26.1 and switch to meson build. Fixes 50 <ulink url="&blfs-ticket-root;9912">#9912</ulink>.</para> 51 </listitem> 52 <listitem> 49 53 <para>[dj] - Use Python3 by default in gobject-introspection.</para> 50 54 </listitem> -
packages.ent
rc34cb2e5 r477adae 534 534 <!-- Chapter 25 --> 535 535 <!ENTITY agg-version "2.5"> 536 <!ENTITY atk-version "2.26. 0">536 <!ENTITY atk-version "2.26.1"> 537 537 <!ENTITY atkmm-version "2.24.2"> 538 538 <!ENTITY at-spi2-core-version "2.26.0"> -
x/lib/atk.xml
rc34cb2e5 r477adae 7 7 <!ENTITY atk-download-http "&gnome-download-http;/atk/2.26/atk-&atk-version;.tar.xz"> 8 8 <!ENTITY atk-download-ftp "&gnome-download-ftp;/atk/2.26/atk-&atk-version;.tar.xz"> 9 <!ENTITY atk-md5sum " ee9c329784dead6e386e8b2e0d4d8d6f">10 <!ENTITY atk-size " 696KB">11 <!ENTITY atk-buildsize "1 7 MB">12 <!ENTITY atk-time " 0.1 SBU">9 <!ENTITY atk-md5sum "7cddcc313b9a3efd19b2ddf079ba68f5"> 10 <!ENTITY atk-size "700 KB"> 11 <!ENTITY atk-buildsize "15.7 MB"> 12 <!ENTITY atk-time "less than 0.1 SBU"> 13 13 ]> 14 14 … … 103 103 </para> 104 104 105 <screen><userinput>./configure --prefix=/usr && 106 make</userinput></screen> 105 <screen><userinput>meson --prefix /usr $PWD build && 106 cd build && 107 ninja</userinput></screen> 107 108 108 109 <para> … … 114 115 </para> 115 116 116 <screen role="root"><userinput> makeinstall</userinput></screen>117 <screen role="root"><userinput>ninja install</userinput></screen> 117 118 118 119 </sect2>
Note:
See TracChangeset
for help on using the changeset viewer.