Changeset a3a7743


Ignore:
Timestamp:
04/09/2022 09:18:58 PM (2 years ago)
Author:
Pierre Labastie <pierre.labastie@…>
Branches:
11.2, 11.3, 12.0, 12.1, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, xry111/llvm18, xry111/soup3, xry111/xf86-video-removal
Children:
01f0cbb6
Parents:
11919d6d
Message:

Update to gvfs-1.50.0

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • gnome.ent

    r11919d6d ra3a7743  
    5757<!ENTITY dconf-editor-version              "3.38.3">
    5858<!ENTITY gnome-backgrounds-version         "41.0">
    59 <!ENTITY gvfs-version                      "1.48.1">
     59<!ENTITY gvfs-version                      "1.50.0">
    6060<!ENTITY gexiv2-minor                      "0.14">
    6161<!ENTITY gexiv2-version                    "&gexiv2-minor;.0">
  • gnome/platform/gvfs.xml

    r11919d6d ra3a7743  
    55  %general-entities;
    66
    7   <!ENTITY gvfs-download-http "&gnome-download-http;/gvfs/1.48/gvfs-&gvfs-version;.tar.xz">
    8   <!ENTITY gvfs-download-ftp  "&gnome-download-ftp;/gvfs/1.48/gvfs-&gvfs-version;.tar.xz">
    9   <!ENTITY gvfs-md5sum        "a801309d09457bbd0c8a0a871fec0ac3">
     7  <!ENTITY gvfs-download-http "&gnome-download-http;/gvfs/1.50/gvfs-&gvfs-version;.tar.xz">
     8  <!ENTITY gvfs-download-ftp  "&gnome-download-ftp;/gvfs/1.50/gvfs-&gvfs-version;.tar.xz">
     9  <!ENTITY gvfs-md5sum        "6a8290053d3c0a8d8035b789d8ad3881">
    1010  <!ENTITY gvfs-size          "1.2 MB">
    11   <!ENTITY gvfs-buildsize     "51 MB">
    12   <!ENTITY gvfs-time          "0.4 SBU">
     11  <!ENTITY gvfs-buildsize     "32 MB">
     12  <!ENTITY gvfs-time          "0.3 SBU">
    1313]>
    1414
     
    8787      <xref linkend="dbus"/>,
    8888      <xref linkend="glib2"/>,
    89       <xref linkend="libusb"/>,
    90       <xref linkend="libsecret"/> and
    91       <xref linkend="libsoup"/>
     89      <xref linkend="libusb"/>, and
     90<!--  Needs libsoup 3, not yet in the book
     91      <xref linkend="libsoup"/>, and -->
     92      <xref linkend="libsecret"/>
    9293    </para>
    9394
     
    123124      <ulink url="http://www.libimobiledevice.org/">libimobiledevice</ulink>,
    124125      <ulink url="http://libmtp.sourceforge.net/">libmtp</ulink>,
     126      <!-- temporary until we put libsoup-3 into the book -->
     127      <ulink url="https://download.gnome.org/sources/libsoup/3.0/">libsoup-3</ulink>,
    125128      <ulink url="https://github.com/sahlberg/libnfs/">libnfs</ulink>, and
    126129      <ulink url="http://twistedmatrix.com/trac/">Twisted</ulink>
     
    136139
    137140    <para>
    138       First, apply a fix to build with newer versions of
    139       <application>meson</application>:
    140     </para>
    141 
    142 <screen><userinput>sed -i '/policy,/d' daemon/meson.build</userinput></screen>
    143 
    144     <para>
    145141      Install <application>Gvfs</application> by running the following
    146142      commands:
     
    149145<screen revision='sysv'><userinput>mkdir build &amp;&amp;
    150146cd    build &amp;&amp;
    151 
     147<!-- The -Dhttp=false is a workaround because we do not put libsoup-3
     148     in the book yet. Remove when libsoup-3 is in the book. -->
    152149meson --prefix=/usr       \
    153150      --buildtype=release \
     151      -Dhttp=false        \
    154152      -Dfuse=false        \
    155153      -Dgphoto2=false     \
     
    168166<screen revision='systemd'><userinput>mkdir build &amp;&amp;
    169167cd    build &amp;&amp;
    170 
     168<!-- The -Dhttp=false is a workaround because we do not put libsoup-3
     169     in the book yet. Remove when libsoup-3 is in the book. -->
    171170meson --prefix=/usr       \
    172171      --buildtype=release \
     172      -Dhttp=false        \
    173173      -Dfuse=false        \
    174174      -Dgphoto2=false     \
     
    235235      <seglistitem>
    236236        <seg>
    237 <!--      All of the applications that were previously installed were
    238           removed in 1.37.2. There are 20+ library executables, but they
    239           won't get documented here.
    240           Proceeding with removing the obsolete command explanations. -->
    241237          None
    242238        </seg>
  • introduction/welcome/changelog.xml

    r11919d6d ra3a7743  
    4646      <itemizedlist>
    4747        <listitem>
     48          <para>[pierre] - Update to gvfs-1.50.0. Fixes
     49          <ulink url="&blfs-ticket-root;16260">#16260</ulink>.</para>
     50        </listitem>
     51        <listitem>
    4852          <para>[pierre] - Update to gnome-settings-daemon-42.1. Fixes
    4953          <ulink url="&blfs-ticket-root;16301">#16301</ulink>.</para>
Note: See TracChangeset for help on using the changeset viewer.