From b56f4046dd4d5f1686afa7ccdee5c3c477b86227 Mon Sep 17 00:00:00 2001 From: "Douglas R. Reno" Date: Sat, 19 Sep 2020 19:39:03 +0000 Subject: [PATCH] Adapt the tests in libpeas to meson-0.55 git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@23733 af4574ff-66df-0310-9fd7-8a98e5e911e0 --- gnome/platform/libpeas.xml | 6 ++++++ introduction/welcome/changelog.xml | 4 ++++ 2 files changed, 10 insertions(+) diff --git a/gnome/platform/libpeas.xml b/gnome/platform/libpeas.xml index b2172353d0..b7dfb6a880 100644 --- a/gnome/platform/libpeas.xml +++ b/gnome/platform/libpeas.xml @@ -104,6 +104,12 @@ Installation of libpeas + + First, adapt the tests to changes in meson-0.55: + + +sed -i 's/test_exe,/test_exe, depends: [libintrospection_gir],/' tests/libpeas/meson.build + Install libpeas by running the following commands: diff --git a/introduction/welcome/changelog.xml b/introduction/welcome/changelog.xml index 99096db355..4b827a1e0d 100644 --- a/introduction/welcome/changelog.xml +++ b/introduction/welcome/changelog.xml @@ -44,6 +44,10 @@ September 19th, 2020 + + [renodr] - Adapt the tests in libpeas to meson-0.55. Note that + this affects the new version of libpeas as well. + [renodr] - Disable documentation generation for the python2 version of dbus-python. This is due to changes in docutils being