Changeset 7ec0be3 for gnome


Ignore:
Timestamp:
02/10/2024 01:39:24 AM (4 months ago)
Author:
Rahul Chandra <rahul@…>
Branches:
12.1, ken/TL2024, lazarus, rahul/power-profiles-daemon, trunk, xry111/llvm18
Children:
f1e2498
Parents:
8b5da84 (diff), 7202f3c (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:

Merge branch 'trunk' into rahul/power-profiles-daemon

Location:
gnome/platform
Files:
5 edited

Legend:

Unmodified
Added
Removed
  • gnome/platform/gnome-bluetooth.xml

    r8b5da84 r7ec0be3  
    88           "&gnome-download-http;/gnome-bluetooth/&gnome-42;/gnome-bluetooth-&gnome-bluetooth-version;.tar.xz">
    99  <!ENTITY gnome-bluetooth-download-ftp  " ">
    10   <!ENTITY gnome-bluetooth-md5sum        "efa6607de94422c92a18f68ebf432dff">
     10  <!ENTITY gnome-bluetooth-md5sum        "a4b2b8f1321bcc33a868894fae364554">
    1111  <!ENTITY gnome-bluetooth-size          "300 KB">
    1212  <!ENTITY gnome-bluetooth-buildsize     "12 MB (with tests)">
     
    6969    </itemizedlist>
    7070
     71<!--
    7172    <bridgehead renderas="sect3">Additional Downloads</bridgehead>
    7273    <itemizedlist spacing="compact">
     
    7879      </listitem>
    7980    </itemizedlist>
     81-->
    8082
    8183    <bridgehead renderas="sect3">GNOME Bluetooth Dependencies</bridgehead>
     
    111113    <title>Installation of GNOME Bluetooth</title>
    112114
     115<!--
    113116    <para>
    114117      If running the test suite, apply a patch to fix test timeouts
     
    117120
    118121    <screen><userinput>patch -Np1 -i ../gnome-bluetooth-&gnome-bluetooth-version;-testsuite_fix-1.patch</userinput></screen>
     122-->
    119123
    120124    <para>
  • gnome/platform/gnome-keyring.xml

    r8b5da84 r7ec0be3  
    8585    <bridgehead renderas="sect4">Optional</bridgehead>
    8686    <para role="optional">
    87       <ulink url="https://ltp.sourceforge.net/coverage/lcov.php">LCOV</ulink>,
     87      <ulink url="https://github.com/linux-test-project/lcov">LCOV</ulink>,
    8888      <ulink url="https://people.redhat.com/sgrubb/libcap-ng/">libcap-ng</ulink>,
    8989      <xref linkend="gnupg2"/>, and
  • gnome/platform/libgee.xml

    r8b5da84 r7ec0be3  
    8484    <para role="optional">
    8585      <xref linkend="vala"/> (with Valadoc) and
    86       <ulink url="https://ltp.sourceforge.net/coverage/lcov.php">LCOV</ulink>
     86      <ulink url="https://github.com/linux-test-project/lcov">LCOV</ulink>
    8787    </para>
    8888
  • gnome/platform/totem-pl-parser.xml

    r8b5da84 r7ec0be3  
    8282      <xref linkend="gtk-doc"/>,
    8383      <xref linkend="gvfs"/> (for some tests),
    84       <ulink url="https://ltp.sourceforge.net/coverage/lcov.php"> LCOV</ulink>, and
     84      <ulink url="https://github.com/linux-test-project/lcov">LCOV</ulink>, and
    8585      <ulink url="https://sourceforge.net/projects/quvi">libquvi &gt;= 0.9.1 and libquvi-scripts</ulink>
    8686      - if they are installed, then
  • gnome/platform/tracker3-miners.xml

    r8b5da84 r7ec0be3  
    152152
    153153    <para>
     154      First, fix some crashes introduced by gstreamer-1.22.9:
     155      <!-- https://gitlab.gnome.org/GNOME/tracker-miners/-/issues/252 and
     156      https://gitlab.gnome.org/GNOME/tracker-miners/-/issues/299 -->
     157    </para>
     158
     159<screen><userinput remap="pre">sed -i '/ALLOW_RULE (shutdown);/a ALLOW_RULE (getsockopt);' src/libtracker-miners-common/tracker-seccomp.c</userinput></screen>
     160
     161    <para>
    154162      Install <application>Tracker-miners</application> by running the following
    155163      commands:
Note: See TracChangeset for help on using the changeset viewer.