diff --git a/gnome.ent b/gnome.ent index 59a907d4b4..adca4dc1cf 100644 --- a/gnome.ent +++ b/gnome.ent @@ -92,7 +92,7 @@ - + diff --git a/gnome/applications/gnome-nettool.xml b/gnome/applications/gnome-nettool.xml index b111bd5e9f..ab5e27bf1f 100644 --- a/gnome/applications/gnome-nettool.xml +++ b/gnome/applications/gnome-nettool.xml @@ -5,13 +5,13 @@ %general-entities; + "&gnome-download-http;/gnome-nettool/&gnome-42;/gnome-nettool-&gnome-nettool-version;.tar.xz"> - - - - + "&gnome-download-ftp;/gnome-nettool/&gnome-42;/gnome-nettool-&gnome-nettool-version;.tar.xz"> + + + + ]> @@ -121,8 +121,11 @@ the following commands: -./configure --prefix=/usr && -make +mkdir build && +cd build && + +meson --prefix=/usr --buildtype=release && +ninja This package does not come with a test suite. @@ -132,7 +135,7 @@ make Now, as the root user: -make install +ninja install diff --git a/introduction/welcome/changelog.xml b/introduction/welcome/changelog.xml index 3d89978b90..d5e9b7ed7a 100644 --- a/introduction/welcome/changelog.xml +++ b/introduction/welcome/changelog.xml @@ -44,6 +44,10 @@ April 10th, 2022 + + [pierre] - Update to gnome-nettool-42.0. Fixes + #16380. + [pierre] - Update to gnome-maps-42.0. Fixes #16286.