Changeset bed8a11c


Ignore:
Timestamp:
06/01/2023 07:19:43 PM (12 months ago)
Author:
Douglas R. Reno <renodr@…>
Branches:
12.0, 12.1, kea, ken/TL2024, ken/tuningfonts, lazarus, lxqt, plabs/newcss, python3.11, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, xry111/llvm18, xry111/xf86-video-removal
Children:
f950c92
Parents:
74e0749
Message:

Update to tracker-3.5.3

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • gnome.ent

    r74e0749 rbed8a11c  
    5454<!--<!ENTITY folks-version                     "0.15.5">-->
    5555<!--<!ENTITY gfbgraph-version                  "0.2.5">-->
    56 <!ENTITY tracker3-version                  "3.4.2">
     56<!ENTITY tracker3-version                  "3.5.3">
    5757<!ENTITY tracker3-miners-version           "3.4.3">
    5858<!ENTITY gsound-version                    "1.0.3">
  • gnome/platform/tracker3.xml

    r74e0749 rbed8a11c  
    66
    77  <!ENTITY tracker3-download-http
    8            "&gnome-download-http;/tracker/3.4/tracker-&tracker3-version;.tar.xz">
     8           "&gnome-download-http;/tracker/3.5/tracker-&tracker3-version;.tar.xz">
    99  <!ENTITY tracker3-download-ftp
    10            "&gnome-download-ftp;/tracker/3.4/tracker-&tracker3-version;.tar.xz">
    11   <!ENTITY tracker3-md5sum        "161d074eeae05dffc77911f12cf5ec14">
    12   <!ENTITY tracker3-size          "1.8 MB">
    13   <!ENTITY tracker3-buildsize     "34 MB (with tests)">
     10           "&gnome-download-ftp;/tracker/3.5/tracker-&tracker3-version;.tar.xz">
     11  <!ENTITY tracker3-md5sum        "f78a0d145007d9871174be21a49ce9ef">
     12  <!ENTITY tracker3-size          "2.5 MB">
     13  <!ENTITY tracker3-buildsize     "51 MB (with tests)">
    1414  <!ENTITY tracker3-time          "0.3 SBU (with tests)">
    1515]>
     
    103103    <para role="optional">
    104104      <xref linkend="asciidoc"/>,
    105       <xref linkend="gtk-doc"/>,
     105      <xref linkend="gi-docgen"/>,
     106      <xref linkend="graphviz"/>,
    106107      <xref linkend="libsoup"/>,
    107108      <ulink url="https://github.com/scop/bash-completion/">bash-completion</ulink>, and
     
    127128cd    build &amp;&amp;
    128129
    129 meson setup --prefix=/usr       \
    130             --buildtype=release \
    131             -Ddocs=false        \
    132             -Dman=false         \
     130meson setup --prefix=/usr              \
     131            --buildtype=debugoptimized \
     132            -Ddocs=false               \
     133            -Dman=false                \
    133134            ..                  &amp;&amp;
    134135ninja</userinput></screen>
     
    138139
    139140meson setup --prefix=/usr                 \
    140             --buildtype=release           \
     141            --buildtype=debugoptimized    \
    141142            -Ddocs=false                  \
    142143            -Dman=false                   \
     
    147148    <para>
    148149      To test the results, issue: <command>ninja test</command>. The tests
    149       should be run from a graphical session.
     150      should be run from a graphical session. One test,
     151      <filename>tracker: fts / fts</filename>, is known to fail due to an
     152      incompatiblity with SQLite-3.42.
    150153    </para>
    151154
     
    162165    <title>Command Explanations</title>
    163166
     167    <!--
    164168    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    165169      href="../../xincludes/meson-buildtype-release.xml"/>
     170    -->
     171
     172    <para>
     173      <parameter>--buildtype=debugoptimized</parameter>: In normal packages
     174      using the meson build system, it would be appropriate to use a Release
     175      mode. The tests require debugging information to be present, so build
     176      debugging information while still providing optimizations.
     177    </para>
    166178
    167179    <para>
     
    207219          /usr/libexec/tracker3,
    208220          /usr/share/tracker3, and
    209           /usr/share/gtk-doc/html/{libtracker-sparql,ontology}-3 (optional)
     221          /usr/share/doc/Tracker-3.0 (optional)
     222          <!-- Xi, when you change documentation, please change this path -->
    210223        </seg>
    211224      </seglistitem>
  • introduction/welcome/changelog.xml

    r74e0749 rbed8a11c  
    4343     <itemizedlist>
    4444       <listitem>
     45         <para>[renodr] - Update to tracker-3.5.3. Fixes
     46         <ulink url="&blfs-ticket-root;17832">#17832</ulink>.</para>
     47       </listitem>
     48       <listitem>
    4549         <para>[renodr] - Update to evolution-data-server-3.48.2. Partially
    4650         fixes <ulink url="&blfs-ticket-root;17808">#17808</ulink>.</para>
Note: See TracChangeset for help on using the changeset viewer.