diff --git a/gnome.ent b/gnome.ent index ab4f4f0feb..fc025344e8 100644 --- a/gnome.ent +++ b/gnome.ent @@ -3,9 +3,6 @@ - - - @@ -37,7 +34,7 @@ - + @@ -87,13 +84,13 @@ - - - + + + - - + + diff --git a/gnome/applications/gnome-nettool.xml b/gnome/applications/gnome-nettool.xml index 3bcd5f9024..be270cb48b 100644 --- a/gnome/applications/gnome-nettool.xml +++ b/gnome/applications/gnome-nettool.xml @@ -104,7 +104,9 @@ the following commands: -./configure --prefix=/usr && +sed -i 's/%s ping/%s/' src/ping.h && +sed -i '27 s/%s6/%s /' src/ping.h && +./configure --prefix=/usr && make diff --git a/gnome/applications/gnome-power-manager.xml b/gnome/applications/gnome-power-manager.xml index 7f08ad3b02..246a2c0537 100644 --- a/gnome/applications/gnome-power-manager.xml +++ b/gnome/applications/gnome-power-manager.xml @@ -5,10 +5,10 @@ %general-entities; + "&gnome-download-http;/gnome-power-manager/&gnome-minor-32;/gnome-power-manager-&gnome-power-manager-version;.tar.xz"> - + "&gnome-download-ftp;/gnome-power-manager/&gnome-minor-32;/gnome-power-manager-&gnome-power-manager-version;.tar.xz"> + @@ -100,7 +100,7 @@ running the following commands: - mkdir build && +mkdir build && cd build && meson --prefix=/usr .. && diff --git a/gnome/applications/gnome-screenshot.xml b/gnome/applications/gnome-screenshot.xml index 1335fcf394..e7fb0fd0c6 100644 --- a/gnome/applications/gnome-screenshot.xml +++ b/gnome/applications/gnome-screenshot.xml @@ -5,12 +5,12 @@ %general-entities; + "&gnome-download-http;/gnome-screenshot/&gnome-minor-32;/gnome-screenshot-&gnome-screenshot-version;.tar.xz"> - - - + "&gnome-download-ftp;/gnome-screenshot/&gnome-minor-32;/gnome-screenshot-&gnome-screenshot-version;.tar.xz"> + + + ]> diff --git a/gnome/applications/gnome-system-monitor.xml b/gnome/applications/gnome-system-monitor.xml index aacd039253..24ed197107 100644 --- a/gnome/applications/gnome-system-monitor.xml +++ b/gnome/applications/gnome-system-monitor.xml @@ -5,13 +5,13 @@ %general-entities; + "&gnome-download-http;/gnome-system-monitor/&gnome-minor-32;/gnome-system-monitor-&gnome-system-monitor-version;.tar.xz"> - - + "&gnome-download-ftp;/gnome-system-monitor/&gnome-minor-32;/gnome-system-monitor-&gnome-system-monitor-version;.tar.xz"> + + - + ]> @@ -104,13 +104,13 @@ mkdir build && -cd build && +cd build && meson --prefix=/usr -Dsystemd=false .. && ninja mkdir build && -cd build && +cd build && meson --prefix=/usr .. && ninja @@ -154,7 +154,7 @@ ninja None - /usr/{libexec,share/help/*}/gnome-system-monitor + /usr/{libexec, share, share/help/*}/gnome-system-monitor diff --git a/gnome/applications/gnome-terminal.xml b/gnome/applications/gnome-terminal.xml index 1f5aa6aa4d..1de02c4e06 100644 --- a/gnome/applications/gnome-terminal.xml +++ b/gnome/applications/gnome-terminal.xml @@ -127,7 +127,10 @@ make Now, as the root user: -make install +make install + +make install && +rm -v /usr/lib/systemd/user/gnome-terminal-server.service To run GNOME Terminal, the environment variable LANG must be set to a UTF-8 diff --git a/gnome/applications/gnome-weather.xml b/gnome/applications/gnome-weather.xml index f2fdb603f0..8476ad8565 100644 --- a/gnome/applications/gnome-weather.xml +++ b/gnome/applications/gnome-weather.xml @@ -5,12 +5,12 @@ %general-entities; + "&gnome-download-http;/gnome-weather/&gnome-minor-32;/gnome-weather-&gnome-weather-version;.tar.xz"> - - - + "&gnome-download-ftp;/gnome-weather/&gnome-minor-32;/gnome-weather-&gnome-weather-version;.tar.xz"> + + + ]> @@ -101,18 +101,23 @@ commands: -./configure --prefix=/usr && -make +mkdir build && +cd build && + +meson --prefix=/usr .. && +ninja - This package does not come with a test suite. + To test the results, issue: ninja test. One test may + fail if the package is not already installed, and all tests must be run + in a X session with D-Bus support. Now, as the root user: -make install +ninja install @@ -132,7 +137,7 @@ make None - /usr/share/org.gnome.Weather.Application + /usr/share/org.gnome.Weather diff --git a/gnome/applications/gucharmap.xml b/gnome/applications/gucharmap.xml index a3f437f445..f5792c2faf 100644 --- a/gnome/applications/gucharmap.xml +++ b/gnome/applications/gucharmap.xml @@ -5,11 +5,11 @@ %general-entities; + "&gnome-download-http;/gucharmap/12.0/gucharmap-&gucharmap-version;.tar.xz"> - - + "&gnome-download-ftp;/gucharmap/12.0/gucharmap-&gucharmap-version;.tar.xz"> + + ]> diff --git a/gnome/applications/vino.xml b/gnome/applications/vino.xml index 5fb9756644..8ea3633597 100644 --- a/gnome/applications/vino.xml +++ b/gnome/applications/vino.xml @@ -105,7 +105,12 @@ commands: -./configure --prefix=/usr --sysconfdir=/etc && +./configure --prefix=/usr --sysconfdir=/etc && +make + +./configure --prefix=/usr \ + --sysconfdir=/etc \ + --with-systemduserunitdir=no && make diff --git a/gnome/platform/libgweather.xml b/gnome/platform/libgweather.xml index ec267dc0d2..8899af6180 100644 --- a/gnome/platform/libgweather.xml +++ b/gnome/platform/libgweather.xml @@ -8,10 +8,10 @@ "&gnome-download-http;/libgweather/&gnome-minor-32;/libgweather-&libgweather-version;.tar.xz"> - + - + ]> diff --git a/introduction/welcome/changelog.xml b/introduction/welcome/changelog.xml index 6bf61ac84a..bc29954895 100644 --- a/introduction/welcome/changelog.xml +++ b/introduction/welcome/changelog.xml @@ -45,6 +45,42 @@ July 5th, 2019 + + [renodr] - Fix gnome-nettool to allow it to run the 'ping' + command again. This is accomplished by removing an extra invocation + of 'ping' inside of it's source code. + + + [renodr] - Remove systemd user unit installation in Vino. + + + [renodr] - Remove systemd user unit installation in + gnome-terminal. + + + [renodr] - Update to gucharmap-12.0.1. Fixes + #11774. + + + [renodr] - Update to gnome-weather-3.32.2. Part of + #11774. + + + [renodr] - Update to libgweather-3.32.2. Fixes + #12234. + + + [renodr] - Update to gnome-system-monitor-3.32.1. Part of + #11774. + + + [renodr] - Update to gnome-screenshot-3.32.0. Part of + #11774. + + + [renodr] - Update to gnome-power-manager-3.32.0. Part of + #11774. + [bdubbs] - Update to php-7.3.7. Fixes #12235.