Changeset 88d8c967


Ignore:
Timestamp:
10/15/2019 02:19:42 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, 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:
ff803c4
Parents:
e1c8ab7
Message:

Update to gnome-desktop-3.34.1
Update to gcr-3.34.0
Update to vte-0.58.2
upower: Add kernel configuration to allow it to function under systemd.

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

Files:
7 edited

Legend:

Unmodified
Added
Removed
  • general.ent

    re1c8ab7 r88d8c967  
    11<!-- $LastChangedBy$ $Date$ -->
    22
    3 <!ENTITY day          "13">                   <!-- Always 2 digits -->
     3<!ENTITY day          "14">                   <!-- Always 2 digits -->
    44<!ENTITY month        "10">                   <!-- Always 2 digits -->
    55<!ENTITY year         "2019">
     
    77<!ENTITY copyholder   "The BLFS Development Team">
    88<!ENTITY version      "&year;-&month;-&day;">
    9 <!ENTITY releasedate  "October 13th, &year;">
     9<!ENTITY releasedate  "October 14th, &year;">
    1010<!ENTITY pubdate      "&year;-&month;-&day;"> <!-- metadata req. by TLDP -->
    1111<!ENTITY blfs-version "svn">                  <!-- svn|[release #] -->
  • general/sysutils/upower.xml

    re1c8ab7 r88d8c967  
    102102  </sect2>
    103103
     104  <sect2 role="kernel" id="upower-kernel" revision="systemd">
     105    <!-- With UPower-0.9.11's hardening of the systemd unit file,
     106         User Namespace Support is now required. Without this, you get
     107         "ERROR 213/USER" out of a 'systemctl start upower'. -->
     108    <title>Kernel Configuration</title>
     109   
     110    <para>
     111      Enable the following options in the kernel configuration and recompile the
     112      kernel if necessary:
     113    </para>
     114
     115 <screen><literal>General Setup ---&gt;
     116    [*] Namespaces support ---&gt;     [CONFIG_NAMESPACES]
     117       [*] User namespace           [CONFIG_USER_NS]</literal></screen>
     118
     119    <indexterm zone="upower upower-kernel">
     120      <primary sortas="d-upower">upower</primary>
     121    </indexterm>
     122  </sect2>
     123 
    104124  <sect2 role="installation">
    105125    <title>Installation of UPower</title>
  • gnome.ent

    re1c8ab7 r88d8c967  
    1515<!-- Chapter 30 -->
    1616<!-- Platform -->
    17 <!ENTITY gcr-version                       "3.28.1">
     17<!ENTITY gcr-version                       "3.34.0">
    1818<!ENTITY gsettings-desktop-schemas-version "3.34.0">
    1919<!ENTITY libsecret-version                 "0.19.1">
    2020<!ENTITY rest-version                      "0.8.1">
    2121<!ENTITY totem-pl-parser-version           "3.26.3">
    22 <!ENTITY vte-version                       "0.58.0">
     22<!ENTITY vte-version                       "0.58.2">
    2323<!ENTITY yelp-xsl-version                  "3.34.0">
    2424<!ENTITY GConf-version                     "3.2.6">
     
    2626<!ENTITY gjs-version                       "1.58.1">
    2727<!ENTITY gnome-autoar-version              "0.2.3">
    28 <!ENTITY gnome-desktop-version             "3.34.0">
     28<!ENTITY gnome-desktop-version             "3.34.1">
    2929<!ENTITY gnome-menus-version               "3.32.0">
    3030<!ENTITY gnome-online-accounts-version     "3.34.0">
  • gnome/platform/gcr.xml

    re1c8ab7 r88d8c967  
    55  %general-entities;
    66
    7   <!ENTITY gcr-download-http "&gnome-download-http;/gcr/&gnome-minor-28;/gcr-&gcr-version;.tar.xz">
    8   <!ENTITY gcr-download-ftp  "&gnome-download-ftp;/gcr/&gnome-minor-28;/gcr-&gcr-version;.tar.xz">
    9   <!ENTITY gcr-md5sum        "afd88cacfd54c1ac5b3e0eb35e3aa674">
    10   <!ENTITY gcr-size          "1.3 MB">
    11   <!ENTITY gcr-buildsize     "86 MB (with tests)">
    12   <!ENTITY gcr-time          "0.9 SBU (with tests)">
     7  <!ENTITY gcr-download-http "&gnome-download-http;/gcr/&gnome-minor-34;/gcr-&gcr-version;.tar.xz">
     8  <!ENTITY gcr-download-ftp  "&gnome-download-ftp;/gcr/&gnome-minor-34;/gcr-&gcr-version;.tar.xz">
     9  <!ENTITY gcr-md5sum        "4af28919fb1dd36d93603e8230283b6f">
     10  <!ENTITY gcr-size          "1.4 MB">
     11  <!ENTITY gcr-buildsize     "88 MB (with tests)">
     12  <!ENTITY gcr-time          "0.6 SBU (with tests)">
    1313]>
    1414
     
    119119    <para>
    120120      To test the results, issue: <command>make -k check</command>.
    121       The tests must be run from an X Terminal or similar. One test,
    122       "test-openssl 3", is known to fail.
     121      The tests must be run from an X Terminal or similar. <!-- One test,
     122      "test-openssl 3", is known to fail. -->
    123123    </para>
    124124
     
    167167        <seg>
    168168          /usr/include/gck-1,
    169           /usr/{include,share,share/gtk-doc/html}/gcr-3, and
     169          /usr/{include,share/gtk-doc/html}/gcr-3, and
    170170          /usr/share/gtk-doc/html/gck
    171171        </seg>
  • gnome/platform/gnome-desktop.xml

    re1c8ab7 r88d8c967  
    99  <!ENTITY gnome-desktop-download-ftp
    1010           "&gnome-download-ftp;/gnome-desktop/&gnome-minor-34;/gnome-desktop-&gnome-desktop-version;.tar.xz">
    11   <!ENTITY gnome-desktop-md5sum        "3149bbd12eaf6f4420b1a999131ec470">
     11  <!ENTITY gnome-desktop-md5sum        "357b4e63960830c1399d3341d05746ea">
    1212  <!ENTITY gnome-desktop-size          "696 KB">
    13   <!ENTITY gnome-desktop-buildsize     "14 MB (with tests)">
    14   <!ENTITY gnome-desktop-time          "0.1 SBU (using parallelism=4; with tests)">
     13  <!ENTITY gnome-desktop-buildsize     "19 MB (with tests)">
     14  <!ENTITY gnome-desktop-time          "0.1 SBU (with tests)">
    1515]>
    1616
     
    111111    </para>
    112112
    113 <screen revision="sysv"><userinput>mkdir build &amp;&amp;
    114 cd    build &amp;&amp;
    115 
    116 meson --prefix=/usr .. &amp;&amp;
    117 ninja</userinput></screen>
    118 
    119 <screen revision="systemd"><userinput>mkdir build &amp;&amp;
     113<screen><userinput>mkdir build &amp;&amp;
    120114cd build &amp;&amp;
    121115
     
    124118ninja</userinput></screen>
    125119
    126     <para revision="sysv">
    127       This package does not come with a functioning test suite.
    128       <!-- NOTE: On my elogind system, all tests passed. Please verify -renodr -->
    129     </para>
    130 
    131     <para revision="systemd">
     120    <!-- Previously, there was a note here on SysV about the Wall Clock tests
     121         failing. Since we symlinked the timezones, it works okay now. -->
     122    <para>
    132123      To test the results, run <command>ninja test</command> from a X Terminal
    133124      or similar.
     
    160151      parameter you wish to enable the installed tests.
    161152    </para>
    162 
    163     <!-- When elogind drops into mainline, we need to add that option
    164          to gnome-desktop, otherwise there's no distributor noted. -->
    165153
    166154  </sect2>
  • gnome/platform/vte.xml

    re1c8ab7 r88d8c967  
    77  <!ENTITY vte-download-http "&gnome-download-http;/vte/0.58/vte-&vte-version;.tar.xz">
    88  <!ENTITY vte-download-ftp  "&gnome-download-ftp;/vte/0.58/vte-&vte-version;.tar.xz">
    9   <!ENTITY vte-md5sum        "36ecd9e0f2d4859bf15af89c3f777561">
     9  <!ENTITY vte-md5sum        "dadbf2c1d9864d3ea185738f97ab63af">
    1010  <!ENTITY vte-size          "504 KB">
    1111  <!ENTITY vte-buildsize     "11 MB (with tests)">
    12   <!ENTITY vte-time          "0.3 SBU (using parallelism=4; with tests)">
     12  <!ENTITY vte-time          "0.4 SBU (using parallelism=4; with tests)">
    1313  <!-- Consolidating Tests/No Tests in GNOME sections for consistency. -->
    1414
     
    9393    <bridgehead renderas="sect4">Optional</bridgehead>
    9494    <para role="optional">
    95       <xref linkend="fribidi"/> and
    96       <xref linkend="gtk-doc"/>
     95      <xref linkend="fribidi"/>,
     96      <xref linkend="gtk-doc"/>, and
     97      <ulink url="https://wiki.gnome.org/Projects/GTK/Roadmap/GTK4">GTK+-4</ulink>
    9798    </para>
    9899
  • introduction/welcome/changelog.xml

    re1c8ab7 r88d8c967  
    4343       -->
    4444    <listitem>
     45      <para>October 14th, 2019</para>
     46      <itemizedlist>
     47        <listitem revision="systemd">
     48          <para>[renodr] - Fix the initialization of UPower by adding required
     49          kernel configuration to the page.</para>
     50        </listitem>
     51        <listitem>
     52          <para>[renodr] - Update to gnome-desktop-3.34.1. Part of
     53          <ulink url="&blfs-ticket-root;12617">#12617</ulink>.</para>
     54        </listitem>
     55        <listitem>
     56          <para>[renodr] - Update to VTE-0.58.2. Part of
     57          <ulink url="&blfs-ticket-root;12617">#12617</ulink>.</para>
     58        </listitem>
     59        <listitem>
     60          <para>[renodr] - Update to gcr-3.34.0. Part of
     61          <ulink url="&blfs-ticket-root;12617">#12617</ulink>.</para>
     62        </listitem>
     63      </itemizedlist>
     64    </listitem>
     65
     66    <listitem>
    4567      <para>October 13th, 2019</para>
    4668      <itemizedlist>
Note: See TracChangeset for help on using the changeset viewer.