Changeset 3020f793 for gnome


Ignore:
Timestamp:
12/06/2019 06:19:29 AM (4 years ago)
Author:
Douglas R. Reno <renodr@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 9.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:
8126c5d
Parents:
4348b74
Message:

Add upstream fixes patch to tracker-miners to fix deadlock and parsing bugs
dconf: Fix the typo in the sed that I put in that causes build failures in other packages.

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

Location:
gnome/platform
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • gnome/platform/dconf.xml

    r4348b74 r3020f793  
    159159    </para>
    160160
    161 <screen><userinput remap="pre">sed -i 's|link_whole|link_with|' common/meson.build &amp;&amp;
     161<screen><userinput remap="pre">sed -i 's|link_whole|link_with|' client/meson.build &amp;&amp;
    162162sed -i 's/module/&amp; | grep -v mangle_path/' gsettings/abicheck.sh</userinput></screen>
    163163
  • gnome/platform/tracker-miners.xml

    r4348b74 r3020f793  
    7171    </itemizedlist>
    7272
     73    <bridgehead renderas="sect3">Additional Downloads</bridgehead>
     74    <itemizedlist spacing="compact">
     75      <listitem>
     76        <para>
     77          Required patch:
     78          <ulink url="&patch-root;/tracker-miners-&tracker-miners-version;-upstream_fixes-1.patch"/>
     79        </para>
     80      </listitem>
     81    </itemizedlist>
     82           
    7383    <bridgehead renderas="sect3">Tracker-miners Dependencies</bridgehead>
    7484
     
    116126
    117127    <para>
     128      First, apply some fixes from upstream that fix deadlock bugs:
     129    </para>
     130
     131<screen><userinput remap="pre">patch -Np1 -i ../tracker-miners-&tracker-miners-version;-upstream_fixes-1.patch</userinput></screen>
     132
     133    <para>
    118134      Install <application>Tracker-miners</application> by running the following
    119135      commands:
     
    128144
    129145    <para>
    130       To test the results, issue: <command>ninja test</command>.
    131       Three tests, test-image-1, xmp-loaded-1, and
    132       test_external_cue_sheet, are known to fail.
     146      To test the results, as the root user,
     147      issue: <command>ninja test</command>.
     148      <!--Three tests, test-image-1, xmp-loaded-1, and
     149          test_external_cue_sheet, are known to fail.-->
    133150    </para>
    134151
Note: See TracChangeset for help on using the changeset viewer.