From 8a76fc465884e152974cb0cd5c7fabc7847832fe Mon Sep 17 00:00:00 2001 From: "Douglas R. Reno" Date: Fri, 7 Sep 2018 00:22:40 +0000 Subject: [PATCH] Update to at-spi2-atk-2.30.0 Update to pyatspi2-2.30.0 Update to at-spi2-core-2.30.0 Update to gsettings-desktop-schemas-3.28.1 git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@20468 af4574ff-66df-0310-9fd7-8a98e5e911e0 --- general/prog/pyatspi2.xml | 8 +++----- gnome.ent | 2 +- gnome/platform/gsettings-desktop-schemas.xml | 6 +++--- introduction/welcome/changelog.xml | 12 +++++++++++ packages.ent | 6 +++--- x/lib/at-spi2-atk.xml | 21 +++++++++++--------- x/lib/at-spi2-core.xml | 13 ++++++------ 7 files changed, 41 insertions(+), 27 deletions(-) diff --git a/general/prog/pyatspi2.xml b/general/prog/pyatspi2.xml index e72b5fc0af..5629385c79 100644 --- a/general/prog/pyatspi2.xml +++ b/general/prog/pyatspi2.xml @@ -5,10 +5,10 @@ %general-entities; + "&gnome-download-http;/pyatspi/2.30/pyatspi-&pyatspi2-version;.tar.xz"> - + "&gnome-download-ftp;/pyatspi/2.30/pyatspi-&pyatspi2-version;.tar.xz"> + @@ -107,7 +107,6 @@ mkdir python2 && pushd python2 && ../configure --prefix=/usr --with-python=/usr/bin/python && -make && popd @@ -119,7 +118,6 @@ popd mkdir python3 && pushd python3 && ../configure --prefix=/usr --with-python=/usr/bin/python3 && -make && popd diff --git a/gnome.ent b/gnome.ent index 3a4ef949e8..028031b41a 100644 --- a/gnome.ent +++ b/gnome.ent @@ -16,7 +16,7 @@ - + diff --git a/gnome/platform/gsettings-desktop-schemas.xml b/gnome/platform/gsettings-desktop-schemas.xml index 8ad337bbcb..aec707078d 100644 --- a/gnome/platform/gsettings-desktop-schemas.xml +++ b/gnome/platform/gsettings-desktop-schemas.xml @@ -8,9 +8,9 @@ "&gnome-download-http;/gsettings-desktop-schemas/&gnome-minor-28;/gsettings-desktop-schemas-&gsettings-desktop-schemas-version;.tar.xz"> - - - + + + ]> diff --git a/introduction/welcome/changelog.xml b/introduction/welcome/changelog.xml index e8a4f5120b..b2badcfd6e 100644 --- a/introduction/welcome/changelog.xml +++ b/introduction/welcome/changelog.xml @@ -44,6 +44,18 @@ September 6th, 2018 + + [renodr] - Update to pyatspi2-2.30.0. Fixes + #11102. + + + [renodr] - Update to at-spi2-atk/at-spi2-core-2.30.0. Fixes + #11104. + + + [renodr] - Update to gsettings-desktop-schemas-3.28.1. Partially fixes + #11090. + [renodr] - Added libpsl. Fixes #11121. diff --git a/packages.ent b/packages.ent index 8521a69160..50772e0c05 100644 --- a/packages.ent +++ b/packages.ent @@ -416,7 +416,7 @@ to avoid building libxml2 twice, which is slow with all deps --> - + @@ -559,8 +559,8 @@ to avoid building libxml2 twice, which is slow with all deps --> - - + + diff --git a/x/lib/at-spi2-atk.xml b/x/lib/at-spi2-atk.xml index e8def24002..c7f07c0c6b 100644 --- a/x/lib/at-spi2-atk.xml +++ b/x/lib/at-spi2-atk.xml @@ -5,12 +5,12 @@ %general-entities; + "&gnome-download-http;/at-spi2-atk/2.30/at-spi2-atk-&at-spi2-atk-version;.tar.xz"> - - - + "&gnome-download-ftp;/at-spi2-atk/2.30/at-spi2-atk-&at-spi2-atk-version;.tar.xz"> + + + ]> @@ -93,11 +93,14 @@ commands: -./configure --prefix=/usr && -make +mkdir build && +cd build && + +meson --prefix=/usr .. && +ninja - To test the results, issue: make check. An already + To test the results, issue: ninja test. An already active graphical session with bus address is necessary to run the tests. @@ -105,7 +108,7 @@ make Now, as the root user: -make install +ninja install diff --git a/x/lib/at-spi2-core.xml b/x/lib/at-spi2-core.xml index b9555b0a74..1839fd3b29 100644 --- a/x/lib/at-spi2-core.xml +++ b/x/lib/at-spi2-core.xml @@ -5,12 +5,12 @@ %general-entities; + "&gnome-download-http;/at-spi2-core/2.30/at-spi2-core-&at-spi2-core-version;.tar.xz"> - + "&gnome-download-ftp;/at-spi2-core/2.30/at-spi2-core-&at-spi2-core-version;.tar.xz"> + - + ]> @@ -116,8 +116,7 @@ ninja A session bus address, normally available in an Xorg terminal, is necessary to run the tests. To test the results, - issue: ninja test. One test, "memory", is known to - fail under an LFS environment. + issue: ninja test. @@ -128,6 +127,7 @@ ninja + Contents