Update to gvfs-1.50.0

This commit is contained in:
Pierre Labastie 2022-04-09 23:18:58 +02:00
parent 11919d6d74
commit a3a7743783
3 changed files with 22 additions and 22 deletions

View File

@ -56,7 +56,7 @@
<!ENTITY dconf-version "0.40.0">
<!ENTITY dconf-editor-version "3.38.3">
<!ENTITY gnome-backgrounds-version "41.0">
<!ENTITY gvfs-version "1.48.1">
<!ENTITY gvfs-version "1.50.0">
<!ENTITY gexiv2-minor "0.14">
<!ENTITY gexiv2-version "&gexiv2-minor;.0">
<!ENTITY nautilus-version "41.2">

View File

@ -4,12 +4,12 @@
<!ENTITY % general-entities SYSTEM "../../general.ent">
%general-entities;
<!ENTITY gvfs-download-http "&gnome-download-http;/gvfs/1.48/gvfs-&gvfs-version;.tar.xz">
<!ENTITY gvfs-download-ftp "&gnome-download-ftp;/gvfs/1.48/gvfs-&gvfs-version;.tar.xz">
<!ENTITY gvfs-md5sum "a801309d09457bbd0c8a0a871fec0ac3">
<!ENTITY gvfs-download-http "&gnome-download-http;/gvfs/1.50/gvfs-&gvfs-version;.tar.xz">
<!ENTITY gvfs-download-ftp "&gnome-download-ftp;/gvfs/1.50/gvfs-&gvfs-version;.tar.xz">
<!ENTITY gvfs-md5sum "6a8290053d3c0a8d8035b789d8ad3881">
<!ENTITY gvfs-size "1.2 MB">
<!ENTITY gvfs-buildsize "51 MB">
<!ENTITY gvfs-time "0.4 SBU">
<!ENTITY gvfs-buildsize "32 MB">
<!ENTITY gvfs-time "0.3 SBU">
]>
<sect1 id="gvfs" xreflabel="Gvfs-&gvfs-version;">
@ -86,9 +86,10 @@
<para role="required">
<xref linkend="dbus"/>,
<xref linkend="glib2"/>,
<xref linkend="libusb"/>,
<xref linkend="libsecret"/> and
<xref linkend="libsoup"/>
<xref linkend="libusb"/>, and
<!-- Needs libsoup 3, not yet in the book
<xref linkend="libsoup"/>, and -->
<xref linkend="libsecret"/>
</para>
<bridgehead renderas="sect4">Recommended</bridgehead>
@ -122,6 +123,8 @@
<ulink url="http://www.gphoto.org/">libgphoto2</ulink>,
<ulink url="http://www.libimobiledevice.org/">libimobiledevice</ulink>,
<ulink url="http://libmtp.sourceforge.net/">libmtp</ulink>,
<!-- temporary until we put libsoup-3 into the book -->
<ulink url="https://download.gnome.org/sources/libsoup/3.0/">libsoup-3</ulink>,
<ulink url="https://github.com/sahlberg/libnfs/">libnfs</ulink>, and
<ulink url="http://twistedmatrix.com/trac/">Twisted</ulink>
</para>
@ -134,13 +137,6 @@
<sect2 role="installation">
<title>Installation of Gvfs</title>
<para>
First, apply a fix to build with newer versions of
<application>meson</application>:
</para>
<screen><userinput>sed -i '/policy,/d' daemon/meson.build</userinput></screen>
<para>
Install <application>Gvfs</application> by running the following
commands:
@ -148,9 +144,11 @@
<screen revision='sysv'><userinput>mkdir build &amp;&amp;
cd build &amp;&amp;
<!-- The -Dhttp=false is a workaround because we do not put libsoup-3
in the book yet. Remove when libsoup-3 is in the book. -->
meson --prefix=/usr \
--buildtype=release \
-Dhttp=false \
-Dfuse=false \
-Dgphoto2=false \
-Dafc=false \
@ -167,9 +165,11 @@ ninja</userinput></screen>
<screen revision='systemd'><userinput>mkdir build &amp;&amp;
cd build &amp;&amp;
<!-- The -Dhttp=false is a workaround because we do not put libsoup-3
in the book yet. Remove when libsoup-3 is in the book. -->
meson --prefix=/usr \
--buildtype=release \
-Dhttp=false \
-Dfuse=false \
-Dgphoto2=false \
-Dafc=false \
@ -234,10 +234,6 @@ ninja</userinput></screen>
<seglistitem>
<seg>
<!-- All of the applications that were previously installed were
removed in 1.37.2. There are 20+ library executables, but they
won't get documented here.
Proceeding with removing the obsolete command explanations. -->
None
</seg>
<seg>

View File

@ -44,6 +44,10 @@
<listitem>
<para>April 9th, 2022</para>
<itemizedlist>
<listitem>
<para>[pierre] - Update to gvfs-1.50.0. Fixes
<ulink url="&blfs-ticket-root;16260">#16260</ulink>.</para>
</listitem>
<listitem>
<para>[pierre] - Update to gnome-settings-daemon-42.1. Fixes
<ulink url="&blfs-ticket-root;16301">#16301</ulink>.</para>