From 1c9731c0078af00db31354f8513dea83a64d5d7e Mon Sep 17 00:00:00 2001 From: DJ Lucas Date: Fri, 27 Oct 2017 05:39:39 +0000 Subject: [PATCH] Update to gvfs-1.34.0. Update to gnome-disk-utility-3.26.1. git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@19392 af4574ff-66df-0310-9fd7-8a98e5e911e0 --- gnome.ent | 4 +-- gnome/applications/gnome-disk-utility.xml | 31 +++++++++-------------- gnome/platform/gvfs.xml | 21 +++++++-------- introduction/welcome/changelog.xml | 6 +++++ 4 files changed, 31 insertions(+), 31 deletions(-) diff --git a/gnome.ent b/gnome.ent index 27909a692c..66f312de63 100644 --- a/gnome.ent +++ b/gnome.ent @@ -45,7 +45,7 @@ - + @@ -80,7 +80,7 @@ - + diff --git a/gnome/applications/gnome-disk-utility.xml b/gnome/applications/gnome-disk-utility.xml index 30ce3b7adb..883f8fcd73 100644 --- a/gnome/applications/gnome-disk-utility.xml +++ b/gnome/applications/gnome-disk-utility.xml @@ -5,13 +5,13 @@ %general-entities; + "&gnome-download-http;/gnome-disk-utility/&gnome-minor-26;/gnome-disk-utility-&gnome-disk-utility-version;.tar.xz"> - - - - + "&gnome-download-ftp;/gnome-disk-utility/&gnome-minor-26;/gnome-disk-utility-&gnome-disk-utility-version;.tar.xz"> + + + + ]> @@ -103,10 +103,11 @@ following commands: -./configure --prefix=/usr \ - --disable-static \ - --sysconfdir=/etc && -make +mkdir build && +cd build && +meson --prefix=/usr \ + --sysconfdir=/etc && +ninja This package does not come with a test suite. @@ -116,15 +117,7 @@ make Now, as the root user: -make install - - - - - Command Explanations - - +ninja install diff --git a/gnome/platform/gvfs.xml b/gnome/platform/gvfs.xml index 3bd1e8853c..934b19089b 100644 --- a/gnome/platform/gvfs.xml +++ b/gnome/platform/gvfs.xml @@ -4,12 +4,12 @@ %general-entities; - - - - - - + + + + + + ]> @@ -118,7 +118,8 @@ libbluray, libgphoto2, libimobiledevice, - libmtp, and + libmtp, + libnfs, and Twisted, @@ -139,7 +140,8 @@ libbluray, libgphoto2, libimobiledevice, - libmtp, and + libmtp, + libnfs, and Twisted @@ -168,8 +170,7 @@ make To test the results, issue: make -k check. - Some tests (potentially half) may fail, normally due to a missing - optional dependency (Twisted). + Three Samba tests are known to fail if smbd is not running. diff --git a/introduction/welcome/changelog.xml b/introduction/welcome/changelog.xml index 48de5354a8..7d9283ed2c 100644 --- a/introduction/welcome/changelog.xml +++ b/introduction/welcome/changelog.xml @@ -44,6 +44,12 @@ October 27th, 2017 + + [dj] - Update to gvfs-1.34.1. + + + [dj] - Update to gnome-disk-utility-3.26.1. + [dj] - Update to gnome-backgrounds-3.26.2.