Ignore:
Timestamp:
02/21/2019 07:16:01 AM (5 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.4, 9.0, 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:
c9bc0628
Parents:
506d935
Message:

Update to tracker-2.2.0
Update to libchamplain-0.12.17
Add security patches for GDM Authentication Bypasses. This includes patches to gnome-shell and GDM.
Move gnome-video-effects to before gnome-online-accounts. This only affects systemd because gnome-online-accounts isn't present in sysv.
Tag the entirety of GNOME Platform up to a working Desktop. Applications to come later on this morning.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • gnome/platform/tracker.xml

    r506d935 rdbea07b  
    66
    77  <!ENTITY tracker-download-http
    8            "&gnome-download-http;/tracker/2.1/tracker-&tracker-version;.tar.xz">
     8           "&gnome-download-http;/tracker/2.2/tracker-&tracker-version;.tar.xz">
    99  <!ENTITY tracker-download-ftp
    10            "&gnome-download-ftp;/tracker/2.1/tracker-&tracker-version;.tar.xz">
    11   <!ENTITY tracker-md5sum        "f8bae98922d5fcc7b1fab7ce4dd80c83">
    12   <!ENTITY tracker-size          "2.5 MB">
    13   <!ENTITY tracker-buildsize     "254 MB (with tests)">
    14   <!ENTITY tracker-time          "2.1 SBU (with tests)">
     10           "&gnome-download-ftp;/tracker/2.2/tracker-&tracker-version;.tar.xz">
     11  <!ENTITY tracker-md5sum        "e4c637cbc1aa2f4d03e09c8e6b318d6d">
     12  <!ENTITY tracker-size          "2.7 MB">
     13  <!ENTITY tracker-buildsize     "211 MB (with tests)">
     14  <!ENTITY tracker-time          "1.0 SBU (with tests)">
    1515]>
    1616
     
    3737    </para>
    3838
    39     &lfs83_checked;
     39    &lfs84_checked;
    4040
    4141    <bridgehead renderas="sect3">Package Information</bridgehead>
     
    112112    </para>
    113113
    114 <screen><userinput>./configure --prefix=/usr     \
    115             --sysconfdir=/etc \
    116             --with-session-bus-services-dir=/usr/share/dbus-1/services &amp;&amp;
    117 make</userinput></screen>
    118 
    119     <para>
    120       To test the results, issue: <command>make -k check</command>. The tests
     114<screen><userinput>mkdir build &amp;&amp;
     115cd build &amp;&amp;
     116
     117meson --prefix=/usr --sysconfdir=/etc .. &amp;&amp;
     118ninja</userinput></screen>
     119
     120    <para>
     121      To test the results, issue: <command>ninja test</command>. The tests
    121122      should be run from a graphical session. Several tests may output an error
    122       if <application>tracker</application> is not already installed.
     123      due to the Python 2 module for PyGObject3 not being available.
    123124    </para>
    124125
     
    127128    </para>
    128129
    129 <screen role="root"><userinput>make install</userinput></screen>
    130 
    131   </sect2>
    132 
     130<screen role="root"><userinput>ninja install</userinput></screen>
     131
     132  </sect2>
     133<!-- Not needed. D-Bus files get installed in the proper location by default.
    133134  <sect2 role="commands">
    134135    <title>Command Explanations</title>
    135136
    136137    <para>
    137       <parameter>--with-session-bus-services-dir=/usr/share/dbus-1/services</parameter>:
     138      <parameter>- -with-session-bus-services-dir=/usr/share/dbus-1/services</parameter>:
    138139      This switch defines the location of the <xref linkend="dbus"/> service
    139140      directory.
     
    144145
    145146  </sect2>
    146 
     147-->
    147148  <sect2 role="content">
    148149    <title>Contents</title>
Note: See TracChangeset for help on using the changeset viewer.