Changeset b69490da


Ignore:
Timestamp:
01/02/2017 09:15:57 PM (7 years ago)
Author:
Douglas R. Reno <renodr@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
015366c
Parents:
55ec717
Message:

Update to gvfs-1.30.3
Update to nautilus-3.22.2

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@18127 af4574ff-66df-0310-9fd7-8a98e5e911e0

Files:
5 edited

Legend:

Unmodified
Added
Removed
  • general/genlib/openobex.xml

    r55ec717 rb69490da  
    148148
    149149    <para>
    150       <command>mv -fv ...</command>: Move the documention to a versioned
     150      <command>mv -fv ...</command>: Moves the documention to a versioned
    151151      directory.
    152152    </para>
  • gnome.ent

    r55ec717 rb69490da  
    5252<!ENTITY dconf-editor-version              "3.22.1">
    5353<!ENTITY gnome-backgrounds-version         "3.22.1">
    54 <!ENTITY gvfs-version                      "1.30.0">
    55 <!ENTITY nautilus-version                  "3.22.0">
     54<!ENTITY gvfs-version                      "1.30.3">
     55<!ENTITY nautilus-version                  "3.22.2">
    5656<!ENTITY zenity-version                    "3.22.0">
    5757<!ENTITY gnome-bluetooth-version           "3.20.0">
  • gnome/platform/gvfs.xml

    r55ec717 rb69490da  
    77  <!ENTITY gvfs-download-http "&gnome-download-http;/gvfs/1.30/gvfs-&gvfs-version;.tar.xz">
    88  <!ENTITY gvfs-download-ftp  "&gnome-download-ftp;/gvfs/1.30/gvfs-&gvfs-version;.tar.xz">
    9   <!ENTITY gvfs-md5sum        "c65330242733bf18f8a029c73d808e19">
     9  <!ENTITY gvfs-md5sum        "2490ef552dd786cf6fd49eae4ebadaf0">
    1010  <!ENTITY gvfs-size          "1.8 MB">
    11   <!ENTITY gvfs-buildsize     "75 MB (with tests)">
     11  <!ENTITY gvfs-buildsize     "76 MB (with tests)">
    1212  <!ENTITY gvfs-time          "0.8 SBU (with tests)">
    1313]>
     
    139139      <ulink url="http://www.gphoto.org/">libgphoto2</ulink>,
    140140      <ulink url="http://www.libimobiledevice.org/">libimobiledevice</ulink>,
    141       <ulink url="http://sourceforge.net/projects/libmtp/">libmtp</ulink>, and
     141      <ulink url="http://libmtp.sourceforge.net/">libmtp</ulink>, and
    142142      <ulink url="http://twistedmatrix.com/trac/">Twisted</ulink>
    143143    </para>
  • gnome/platform/nautilus.xml

    r55ec717 rb69490da  
    99  <!ENTITY nautilus-download-ftp
    1010           "&gnome-download-ftp;/nautilus/&gnome-minor-22;/nautilus-&nautilus-version;.tar.xz">
    11   <!ENTITY nautilus-md5sum        "3a6557901703862888d5a0d97a29392b">
    12   <!ENTITY nautilus-size          "5.0 MB">
    13   <!ENTITY nautilus-buildsize     "149 MB">
     11  <!ENTITY nautilus-md5sum        "be2afbde49b9b49338a7e28273461ad9">
     12  <!ENTITY nautilus-size          "4.9 MB">
     13  <!ENTITY nautilus-buildsize     "151 MB">
    1414  <!ENTITY nautilus-time          "0.9 SBU">
    1515]>
     
    6969        <para>
    7070          Estimated build time: &nautilus-time;
     71        </para>
     72      </listitem>
     73    </itemizedlist>
     74
     75    <bridgehead renderas="sect3">Additional Downlaods</bridgehead>
     76    <itemizedlist spacing="compact">
     77      <listitem>
     78        <para>
     79          Required patch:
     80          <ulink url="&patch-root;/nautilus-&nautilus-version;-disable_batch_rename_support-1.patch"/>
    7181        </para>
    7282      </listitem>
     
    114124    </para>
    115125
    116 <screen><userinput>./configure --prefix=/usr        \
     126<screen><userinput>patch -Np1 -i ../nautilus-&nautilus-version;-disable_batch_rename_support-1.patch &amp;&amp;
     127autoreconf -fiv &amp;&amp;
     128./configure --prefix=/usr        \
    117129            --sysconfdir=/etc    \
    118130            --disable-selinux    \
    119131            --disable-tracker    \
    120             --disable-packagekit &amp;&amp;
     132            --disable-packagekit \
     133            --disable-batch-rename &amp;&amp;
    121134make</userinput></screen>
    122135
     
    155168      the use of <application>Tracker</application> which isn't part of
    156169      BLFS.
     170    </para>
     171
     172    <para>
     173      <parameter>--disable-batch-rename</parameter>: This switch disables
     174      Batch Rename support since it requires <application>Tracker</application>
     175      to be installed.
    157176    </para>
    158177
  • introduction/welcome/changelog.xml

    r55ec717 rb69490da  
    4848      <itemizedlist>
    4949        <listitem>
     50          <para>[renodr] - Update to gvfs-1.30.3. Partially fixes
     51          <ulink url="&blfs-ticket-root;8426">#8426</ulink>.</para>
     52        </listitem>
     53        <listitem>
     54          <para>[renodr] - Update to nautilus-3.22.2. Partially fixes
     55          <ulink url="&blfs-ticket-root;8426">#8426</ulink>.</para>
     56        </listitem>
     57        <listitem>
    5058          <para>[pierre] - Update to mupdf-1.10a. Fixes
    5159          <ulink url="&blfs-ticket-root;8714">#8714</ulink>.</para>
Note: See TracChangeset for help on using the changeset viewer.