Ignore:
Timestamp:
12/12/2020 05:31:15 AM (3 years ago)
Author:
Douglas R. Reno <renodr@…>
Branches:
10.1, 11.0, 11.1, 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, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
6aa48d38, fb047da0
Parents:
8c6a76e8
Message:

Update to curl-7.74.0
Update to tracker-miners-3.0.3
Update to tracker-3.0.2
Update to NetworkManager-1.28.0
Update to fuse3-3.10.1

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • gnome/platform/tracker3.xml

    r8c6a76e8 r21d18f7e  
    99  <!ENTITY tracker3-download-ftp
    1010           "&gnome-download-ftp;/tracker/3.0/tracker-&tracker3-version;.tar.xz">
    11   <!ENTITY tracker3-md5sum        "173668f5d1a890a494d681457ac7029b">
     11  <!ENTITY tracker3-md5sum        "d1cb71cb69aac7a8f98b360aef438d0b">
    1212  <!ENTITY tracker3-size          "1.4 MB">
    13   <!ENTITY tracker3-buildsize     "85 MB (with tests)">
    14   <!ENTITY tracker3-time          "0.4 SBU (with tests)">
     13  <!ENTITY tracker3-buildsize     "79 MB (with tests)">
     14  <!ENTITY tracker3-time          "0.3 SBU (with tests)">
    1515]>
    1616
     
    6969        <para>
    7070          Estimated build time: &tracker3-time;
     71        </para>
     72      </listitem>
     73    </itemizedlist>
     74
     75    <bridgehead renderas="sect3">Additional Downloads</bridgehead>
     76    <itemizedlist spacing="compact">
     77      <listitem>
     78        <para>
     79          Required patch:
     80          <ulink url="&patch-root;/tracker-&tracker3-version;-upstream_fixes-1.patch"/>
    7181        </para>
    7282      </listitem>
     
    94104    <bridgehead renderas="sect4">Optional</bridgehead>
    95105    <para role="optional">
     106      <xref linkend="asciidoc"/>,
    96107      <xref linkend="gtk-doc"/>,
    97108      <ulink url="https://github.com/scop/bash-completion/">bash-completion</ulink>, and
     
    109120
    110121    <para>
     122      First, fix an incompatibility between Tracker and SQLite-3.34.0:
     123    </para>
     124
     125<screen><userinput remap="pre">patch -Np1 -i ../tracker-&tracker3-version;-upstream_fixes-1.patch</userinput></screen>
     126
     127    <para>
    111128      Install <application>Tracker</application> by running the following
    112129      commands:
     
    116133cd    build &amp;&amp;
    117134
    118 meson --prefix=/usr -Ddocs=false .. &amp;&amp;
     135meson --prefix=/usr -Ddocs=false -Dman=false .. &amp;&amp;
    119136ninja</userinput></screen>
    120137
     
    122139cd    build &amp;&amp;
    123140
    124 meson --prefix=/usr -Ddocs=false -Dsystemd_user_services=false .. &amp;&amp;
     141meson --prefix=/usr -Ddocs=false -Dman=false -Dsystemd_user_services=false .. &amp;&amp;
    125142ninja</userinput></screen>
    126143
     
    149166    </para>
    150167
     168    <para>
     169      <parameter>-Dman=false</parameter>: This switch prevents the build
     170      process from generating man pages. Omit this switch if you have
     171      <xref linkend="asciidoc" role="nodep"/> installed and wish to generate
     172      and install the man pages.
     173    </para>
     174   
    151175    <para revision="sysv">
    152176      <parameter>-Dsystemd_user_services=false</parameter>: This switch prevents
     
    174198        </seg>
    175199        <seg>
    176           /usr/{include,lib}/tracker-3.0, /usr/share/tracker3, and
     200          /usr/{include,lib,libexec}/tracker-3.0, /usr/share/tracker3, and
    177201          /usr/share/gtk-doc/html/{libtracker-sparql,ontology}-3
    178202        </seg>
Note: See TracChangeset for help on using the changeset viewer.