Changeset d4ef6ae


Ignore:
Timestamp:
10/24/2019 07:23:56 PM (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:
420d60b
Parents:
2c01125
Message:

Update to libxkbcommon-0.9.1 (and fix build)
Archive Vino, to be replaced with gnome-remote-desktop soon.

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

Files:
6 edited
1 moved

Legend:

Unmodified
Added
Removed
  • general.ent

    r2c01125 rd4ef6ae  
    11<!-- $LastChangedBy$ $Date$ -->
    22
    3 <!ENTITY day          "23">                   <!-- Always 2 digits -->
     3<!ENTITY day          "24">                   <!-- 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 23rd, &year;">
     9<!ENTITY releasedate  "October 24th, &year;">
    1010<!ENTITY pubdate      "&year;-&month;-&day;"> <!-- metadata req. by TLDP -->
    1111<!ENTITY blfs-version "svn">                  <!-- svn|[release #] -->
  • general/genlib/libxkbcommon.xml

    r2c01125 rd4ef6ae  
    77  <!ENTITY libxkbcommon-download-http "https://xkbcommon.org/download/libxkbcommon-&libxkbcommon-version;.tar.xz">
    88  <!ENTITY libxkbcommon-download-ftp  " ">
    9   <!ENTITY libxkbcommon-md5sum        "56748f6c0e0389c6f7c1ce1acbd5e95a">
     9  <!ENTITY libxkbcommon-md5sum        "4662756fd73ab0ac9e32efdad8f807f6">
    1010  <!ENTITY libxkbcommon-size          "368 KB">
    11   <!ENTITY libxkbcommon-buildsize     "27 MB (with tests)">
    12   <!ENTITY libxkbcommon-time          "less than 0.1 SBU (with tests)">
     11  <!ENTITY libxkbcommon-buildsize     "25 MB (with tests)">
     12  <!ENTITY libxkbcommon-time          "0.1 SBU (with tests)">
    1313]>
    1414
     
    8585    </para>
    8686
     87    <bridgehead renderas="sect4">Optional</bridgehead>
     88    <para role="optional">
     89       <xref linkend="doxygen"/>
     90    </para>
     91
    8792    <para condition="html" role="usernotes">User Notes:
    8893      <ulink url="&blfs-wiki;/libxkbcommon"/>
     
    101106cd    build &amp;&amp;
    102107
    103 meson --prefix=/usr .. &amp;&amp;
     108meson --prefix=/usr -Denable-docs=false .. &amp;&amp;
    104109ninja</userinput></screen>
    105110
     
    112117    </para>
    113118
    114 <screen role="root"><userinput>ninja install &amp;&amp;
    115 mv -v /usr/share/doc/libxkbcommon{,-&libxkbcommon-version;}</userinput></screen>
    116 
    117   </sect2>
    118 <!--
     119<screen role="root"><userinput>ninja install</userinput></screen>
     120
     121  </sect2>
     122
    119123  <sect2 role="commands">
    120124    <title>Command Explanations</title>
    121 
     125       
     126    <!--
    122127    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    123128      href="../../xincludes/static-libraries.xml"/>
    124129
    125130    <para>
    126       <option>-i -disable-x11</option>: Use this switch if you
     131      <option>- -disable-x11</option>: Use this switch if you
    127132      have not installed <xref linkend="libxcb"/> and
    128133      don't need the <filename>libxkbcommon-x11.so</filename>
    129134      library.
    130135    </para>
    131 
    132   </sect2>
    133 -->
     136    -->
     137
     138    <para>
     139      <parameter>-Denable-docs=false</parameter>: This switch disables
     140      documentation generation. Remove it if <xref linkend="doxygen"/> is
     141      installed.
     142    </para>
     143
     144    <para>
     145      <command>mv -v /usr/share/doc/libxkbcommon{,-&libxkbcommon-version;}</command>:
     146      If you removed -Denable-docs=false, use this command to install the
     147      documentation in a versioned directory.
     148    </para>
     149 
     150  </sect2>
     151
    134152  <sect2 role="content">
    135153    <title>Contents</title>
  • gnome.ent

    r2c01125 rd4ef6ae  
    9595<!ENTITY seahorse-version                  "3.34">
    9696<!ENTITY vinagre-version                   "3.22.0">
    97 <!ENTITY vino-version                      "3.22.0">
     97<!--<!ENTITY vino-version                      "3.22.0">-->
  • gnome/applications/applications.xml

    r2c01125 rd4ef6ae  
    4747  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="seahorse.xml"/>
    4848  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="vinagre.xml"/>
    49   <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="vino.xml"/>
     49  <!--  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="vino.xml"/> -->
    5050
    5151</chapter>
  • introduction/welcome/changelog.xml

    r2c01125 rd4ef6ae  
    4343       -->
    4444    <listitem>
     45      <para>October 24th, 2019</para>
     46      <itemizedlist>
     47        <listitem>
     48          <para>[renodr] - Update to libxkbcommon-0.9.1. Fixes
     49          <ulink url="&blfs-ticket-root;12681">#12681</ulink>.</para>
     50        </listitem>
     51        <listitem>
     52          <para>[renodr] - Archive Vino. Will be replaced with
     53          gnome-remote-desktop soon.</para>
     54        </listitem>
     55      </itemizedlist>
     56    </listitem>     
     57
     58    <listitem>
    4559      <para>October 23rd, 2019</para>
    4660      <itemizedlist>
  • packages.ent

    r2c01125 rd4ef6ae  
    158158<!ENTITY libusb-compat-version        "0.1.5">
    159159<!ENTITY libuv-version                "1.33.1">
    160 <!ENTITY libxkbcommon-version         "0.9.0">
     160<!ENTITY libxkbcommon-version         "0.9.1">
    161161<!-- the libxml2-version is also used for the python2 module,
    162162which is built separately after libxml2.so has been installed,
Note: See TracChangeset for help on using the changeset viewer.