From 477adae376f9ec3930db13971d670fb09bf4821f Mon Sep 17 00:00:00 2001 From: DJ Lucas Date: Sun, 22 Oct 2017 08:38:28 +0000 Subject: [PATCH] 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 --- introduction/welcome/changelog.xml | 4 ++++ packages.ent | 2 +- x/lib/atk.xml | 15 ++++++++------- 3 files changed, 13 insertions(+), 8 deletions(-) diff --git a/introduction/welcome/changelog.xml b/introduction/welcome/changelog.xml index c347e1c1d0..b00518f56f 100644 --- a/introduction/welcome/changelog.xml +++ b/introduction/welcome/changelog.xml @@ -45,6 +45,10 @@ October 22nd, 2017 + + [dj] - Update to atk-2.26.1 and switch to meson build. Fixes + #9912. + [dj] - Use Python3 by default in gobject-introspection. diff --git a/packages.ent b/packages.ent index fa56a811f9..3c68d0e334 100644 --- a/packages.ent +++ b/packages.ent @@ -533,7 +533,7 @@ - + diff --git a/x/lib/atk.xml b/x/lib/atk.xml index 6ed2b7c8b3..2696db194b 100644 --- a/x/lib/atk.xml +++ b/x/lib/atk.xml @@ -6,10 +6,10 @@ - - - - + + + + ]> @@ -102,8 +102,9 @@ the following commands: -./configure --prefix=/usr && -make +meson --prefix /usr $PWD build && +cd build && +ninja This package does not come with a testsuite. @@ -113,7 +114,7 @@ make Now, as the root user: -make install +ninja install