diff --git a/general/genutils/telepathy-mission-control.xml b/general/genutils/telepathy-mission-control.xml index ce39c95a47..bd9138c654 100644 --- a/general/genutils/telepathy-mission-control.xml +++ b/general/genutils/telepathy-mission-control.xml @@ -124,16 +124,6 @@ make Command Explanations - - @@ -185,7 +175,7 @@ As far as I can tell, this is no longer needed as of 5.16.4. -renodr mc-wait-for-name - waits for a (D-Bus) bus name that will (after a while) be provided + waits for a D-Bus bus name that will be provided automatically by the desktop session. diff --git a/gnome.ent b/gnome.ent index 56dfe790a2..e349a6cb91 100644 --- a/gnome.ent +++ b/gnome.ent @@ -33,8 +33,8 @@ - - + + diff --git a/gnome/platform/grilo.xml b/gnome/platform/grilo.xml index d5f201f47f..75a1f4cb9b 100644 --- a/gnome/platform/grilo.xml +++ b/gnome/platform/grilo.xml @@ -94,8 +94,9 @@ following commands: mkdir build && -cd build && -meson --prefix=/usr \ +cd build && + +meson --prefix=/usr \ --libexecdir=/usr/lib .. && ninja diff --git a/gnome/platform/libchamplain.xml b/gnome/platform/libchamplain.xml index fe2cb48467..60c00e7e1c 100644 --- a/gnome/platform/libchamplain.xml +++ b/gnome/platform/libchamplain.xml @@ -8,8 +8,8 @@ "&gnome-download-http;/libchamplain/0.12/libchamplain-&libchamplain-version;.tar.xz"> - - + + ]> @@ -78,8 +78,9 @@ , , - , and - + , + , and + Recommended @@ -106,10 +107,12 @@ commands: -./configure --prefix=/usr \ - --enable-vala \ - --disable-static && -make + +cd build && + +meson --prefix=/usr .. && +ninja This package does not come with a test suite. @@ -119,10 +122,10 @@ make Now, as the root user: -make install +ninja install - + Contents @@ -156,8 +160,8 @@ make libchamplain-0.12.so and libchamplain-gtk-0.12.so - /usr/include/{libchamplain-0.12,libchamplain-gtk-0.12} and - /usr/share/gtk-doc/html/{libchamplain-0.12,libchamplain-gtk-0.12} + /usr/include/champlain-0.12 and + /usr/share/gtk-doc/html/champlain-0.12 diff --git a/gnome/platform/libgdata.xml b/gnome/platform/libgdata.xml index 8a673d89af..db6789fa9f 100644 --- a/gnome/platform/libgdata.xml +++ b/gnome/platform/libgdata.xml @@ -6,10 +6,10 @@ - - - - + + + + ]> @@ -110,11 +110,15 @@ commands: -./configure --prefix=/usr --disable-static && -make + +mkdir build && +cd build && + +meson --prefix=/usr .. && +ninja - To test the results, issue: make check. Note that + To test the results, issue: ninja test. Note that the tests need network access. @@ -122,10 +126,10 @@ make Now, as the root user: -make install +ninja install - + Contents @@ -153,8 +158,10 @@ make libgdata.so - /usr/include/libgdata and - /usr/share/gtk-doc/html/gdata + /usr/include/libgdata, + /usr/libexec/installed-tests/libgdata, + /usr/share/gtk-doc/html/gdata, and + /usr/share/installed-tests/libgdata diff --git a/introduction/welcome/changelog.xml b/introduction/welcome/changelog.xml index 5b05d00b3a..e904aeb596 100644 --- a/introduction/welcome/changelog.xml +++ b/introduction/welcome/changelog.xml @@ -44,6 +44,14 @@ June 26th, 2019 + + [renodr] - Update to libgdata-0.17.10. Fixes + #12195. + + + [renodr] - Update to libchamplain-0.12.19. Fixes + #11706. + [renodr] - Update to newt-0.52.21. Fixes #12103.