mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-01-24 06:52:14 +08:00
Update to tracker-miners-3.2.2
This commit is contained in:
parent
86b410e343
commit
674cb17c64
@ -44,10 +44,8 @@
|
||||
<!ENTITY evolution-data-server-version "3.42.4">
|
||||
<!ENTITY folks-version "0.15.4">
|
||||
<!ENTITY gfbgraph-version "0.2.5">
|
||||
<!--<!ENTITY tracker-version "2.3.6">-->
|
||||
<!ENTITY tracker3-version "3.2.1">
|
||||
<!--<!ENTITY tracker-miners-version "2.3.5">-->
|
||||
<!ENTITY tracker3-miners-version "3.2.1">
|
||||
<!ENTITY tracker3-miners-version "3.2.2">
|
||||
<!ENTITY gsound-version "1.0.3">
|
||||
|
||||
<!-- Runtime (sysv) and Desktop (systemd) -->
|
||||
|
@ -6,10 +6,10 @@
|
||||
|
||||
<!ENTITY tracker3-miners-download-http "&gnome-download-http;/tracker-miners/3.2/tracker-miners-&tracker3-miners-version;.tar.xz">
|
||||
<!ENTITY tracker3-miners-download-ftp "&gnome-download-ftp;/tracker-miners/3.2/tracker-miners-&tracker3-miners-version;.tar.xz">
|
||||
<!ENTITY tracker3-miners-md5sum "822d829e924657fc3434d69fb5a32630">
|
||||
<!ENTITY tracker3-miners-md5sum "9f43d202a22d119caeb0972dac6aa351">
|
||||
<!ENTITY tracker3-miners-size "3.9 MB">
|
||||
<!ENTITY tracker3-miners-buildsize "39 MB (with tests)">
|
||||
<!ENTITY tracker3-miners-time "1.2 SBU (with tests)">
|
||||
<!ENTITY tracker3-miners-buildsize "31 MB (with tests)">
|
||||
<!ENTITY tracker3-miners-time "0.1 SBU (with parallelism=4; add 1.4 SBU for tests, dependent on disk speed)">
|
||||
]>
|
||||
|
||||
<sect1 id="tracker3-miners" xreflabel="tracker-miners-&tracker3-miners-version;">
|
||||
@ -126,6 +126,14 @@
|
||||
<screen role="root"><userinput remap="pre">rm -fv /etc/xdg/autostart/tracker-miner-*</userinput></screen>
|
||||
-->
|
||||
|
||||
<para>
|
||||
If you plan to run the tests, you may want to increase the global timeout
|
||||
for them. The default value, 120 s, is not adapted to spinning disks
|
||||
(replace 200 with a value suitable for your machine):
|
||||
</para>
|
||||
|
||||
<screen remap="test"><userinput>sed -i s/120/<replaceable>200</replaceable>/ tests/functional-tests/meson.build</userinput></screen>
|
||||
|
||||
<para>
|
||||
Install <application>Tracker-miners</application> by running the following
|
||||
commands:
|
||||
@ -148,11 +156,13 @@ meson --prefix=/usr \
|
||||
ninja</userinput></screen>
|
||||
|
||||
<para>
|
||||
To test the results, as the <systemitem class="username">root</systemitem>
|
||||
user, issue: <command>ninja test</command>. <!-- 38 tests will fail if the
|
||||
Python 3 module tap.py is not installed. -->
|
||||
To test the results, issue (adjust the individual test timeout to a
|
||||
value suitable for your machine. The default value of 10s is too
|
||||
short for spinning disks):
|
||||
</para>
|
||||
|
||||
<screen remap="test"><userinput>TRACKER_TESTS_AWAIT_TIMEOUT=<replaceable>20</replaceable> ninja test</userinput></screen>
|
||||
|
||||
<para>
|
||||
Now, as the <systemitem class="username">root</systemitem> user:
|
||||
</para>
|
||||
|
@ -41,6 +41,16 @@
|
||||
</itemizedlist>
|
||||
</listitem>
|
||||
-->
|
||||
<listitem>
|
||||
<para>March 12th, 2022</para>
|
||||
<itemizedlist>
|
||||
<listitem>
|
||||
<para>[pierre] - Update to tracker-miners-3.2.2. Fixes
|
||||
<ulink url="&blfs-ticket-root;16203">#16203</ulink>.</para>
|
||||
</listitem>
|
||||
</itemizedlist>
|
||||
</listitem>
|
||||
|
||||
<listitem>
|
||||
<para>March 12th, 2022</para>
|
||||
<itemizedlist>
|
||||
|
Loading…
Reference in New Issue
Block a user