mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-01-24 23:32:12 +08:00
Update to atk-2.26.1 and move to meson build. Fixes #9912.
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@19353 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
parent
c34cb2e5ee
commit
477adae376
@ -45,6 +45,10 @@
|
||||
<listitem>
|
||||
<para>October 22nd, 2017</para>
|
||||
<itemizedlist>
|
||||
<listitem>
|
||||
<para>[dj] - Update to atk-2.26.1 and switch to meson build. Fixes
|
||||
<ulink url="&blfs-ticket-root;9912">#9912</ulink>.</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>[dj] - Use Python3 by default in gobject-introspection.</para>
|
||||
</listitem>
|
||||
|
@ -533,7 +533,7 @@
|
||||
|
||||
<!-- Chapter 25 -->
|
||||
<!ENTITY agg-version "2.5">
|
||||
<!ENTITY atk-version "2.26.0">
|
||||
<!ENTITY atk-version "2.26.1">
|
||||
<!ENTITY atkmm-version "2.24.2">
|
||||
<!ENTITY at-spi2-core-version "2.26.0">
|
||||
<!ENTITY at-spi2-atk-version "2.26.0">
|
||||
|
@ -6,10 +6,10 @@
|
||||
|
||||
<!ENTITY atk-download-http "&gnome-download-http;/atk/2.26/atk-&atk-version;.tar.xz">
|
||||
<!ENTITY atk-download-ftp "&gnome-download-ftp;/atk/2.26/atk-&atk-version;.tar.xz">
|
||||
<!ENTITY atk-md5sum "ee9c329784dead6e386e8b2e0d4d8d6f">
|
||||
<!ENTITY atk-size "696 KB">
|
||||
<!ENTITY atk-buildsize "17 MB">
|
||||
<!ENTITY atk-time "0.1 SBU">
|
||||
<!ENTITY atk-md5sum "7cddcc313b9a3efd19b2ddf079ba68f5">
|
||||
<!ENTITY atk-size "700 KB">
|
||||
<!ENTITY atk-buildsize "15.7 MB">
|
||||
<!ENTITY atk-time "less than 0.1 SBU">
|
||||
]>
|
||||
|
||||
<sect1 id="atk" xreflabel="ATK-&atk-version;">
|
||||
@ -102,8 +102,9 @@
|
||||
the following commands:
|
||||
</para>
|
||||
|
||||
<screen><userinput>./configure --prefix=/usr &&
|
||||
make</userinput></screen>
|
||||
<screen><userinput>meson --prefix /usr $PWD build &&
|
||||
cd build &&
|
||||
ninja</userinput></screen>
|
||||
|
||||
<para>
|
||||
This package does not come with a testsuite.
|
||||
@ -113,7 +114,7 @@ make</userinput></screen>
|
||||
Now, as the <systemitem class="username">root</systemitem> user:
|
||||
</para>
|
||||
|
||||
<screen role="root"><userinput>make install</userinput></screen>
|
||||
<screen role="root"><userinput>ninja install</userinput></screen>
|
||||
|
||||
</sect2>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user