Changeset 16a72f7


Ignore:
Timestamp:
10/15/2020 04:14:47 PM (4 years ago)
Author:
Douglas R. Reno <renodr@…>
Branches:
10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.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:
ec6047d8
Parents:
7a8976d
Message:

Tracker-miners3: Use the proper version of tracker
Update to gdm-3.38.1

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

Files:
5 edited

Legend:

Unmodified
Added
Removed
  • general.ent

    r7a8976d r16a72f7  
    11<!-- $LastChangedBy$ $Date$ -->
    22
    3 <!ENTITY day          "14">                   <!-- Always 2 digits -->
     3<!ENTITY day          "15">                   <!-- Always 2 digits -->
    44<!ENTITY month        "10">                   <!-- Always 2 digits -->
    55<!ENTITY year         "2020">
     
    77<!ENTITY copyholder   "The BLFS Development Team">
    88<!ENTITY version      "&year;-&month;-&day;">
    9 <!ENTITY releasedate  "October 14th, &year;">
     9<!ENTITY releasedate  "October 15th, &year;">
    1010<!ENTITY pubdate      "&year;-&month;-&day;"> <!-- metadata req. by TLDP -->
    1111<!ENTITY blfs-version "svn">                  <!-- svn|[release #] -->
  • gnome.ent

    r7a8976d r16a72f7  
    6666<!ENTITY gnome-shell-extensions-version    "3.38.1">
    6767<!ENTITY gnome-session-version             "3.38.0">
    68 <!ENTITY gdm-version                       "3.38.0">
     68<!ENTITY gdm-version                       "3.38.1">
    6969<!ENTITY gnome-user-docs-version           "3.38.1">
    7070<!-- Icons moved to packages.ent, since they're now in the Icons chapter.-->
  • gnome/platform/gdm.xml

    r7a8976d r16a72f7  
    77  <!ENTITY gdm-download-http "&gnome-download-http;/gdm/&gnome-minor-38;/gdm-&gdm-version;.tar.xz">
    88  <!ENTITY gdm-download-ftp  "&gnome-download-ftp;/gdm/&gnome-minor-38;/gdm-&gdm-version;.tar.xz">
    9   <!ENTITY gdm-md5sum        "948dec80099d9d3a2adacc5788964043">
     9  <!ENTITY gdm-md5sum        "2566a24922d525af1450b83bacf98b94">
    1010  <!ENTITY gdm-size          "772 KB">
    1111  <!ENTITY gdm-buildsize     "34 MB">
     
    155155ninja</userinput></screen>
    156156
    157 <screen revision="systemd"><userinput>
    158 mkdir build &amp;&amp;
     157<screen revision="systemd"><userinput>mkdir build &amp;&amp;
    159158cd    build &amp;&amp;
    160159
  • gnome/platform/tracker3-miners.xml

    r7a8976d r16a72f7  
    7676    <para role="required">
    7777      <xref linkend="gst10-plugins-base"/>,
    78       <xref linkend="tracker"/>,
     78      <xref linkend="tracker3"/>,
    7979      <xref linkend="exempi"/>, and
    8080      <xref linkend="gexiv2"/>
  • introduction/welcome/changelog.xml

    r7a8976d r16a72f7  
    4343    -->
    4444    <listitem>
     45      <para>October 15th, 2020</para>
     46      <itemizedlist>
     47        <listitem>
     48          <para>[renodr] - Update to gdm-3.38.1. Fixes
     49          <ulink url="&blfs-ticket-root;14136">#14136</ulink>.</para>
     50        </listitem>
     51        <listitem>
     52          <para>[renodr] - Fix the dependency on tracker3 in
     53          tracker-miners3.</para>
     54        </listitem>
     55      </itemizedlist>
     56    </listitem>
     57
     58    <listitem>
    4559      <para>October 14th, 2020</para>
    4660      <itemizedlist>
Note: See TracChangeset for help on using the changeset viewer.