Changeset f713df3 for x


Ignore:
Timestamp:
11/09/2021 06:40:49 AM (2 years ago)
Author:
Pierre Labastie <pierre.labastie@…>
Branches:
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:
7826062
Parents:
193bdf3
Message:

Updates

nghttp2-1.46.0
libinput-1.19.2
dhcpcd-9.4.1
libsoup-2.74.1

File:
1 edited

Legend:

Unmodified
Added
Removed
  • x/installing/libinput.xml

    r193bdf3 rf713df3  
    55  %general-entities;
    66
    7   <!ENTITY libinput-version "1.19.1">
     7  <!ENTITY libinput-version "1.19.2">
    88
    99  <!ENTITY libinput-download-http "https://www.freedesktop.org/software/libinput/libinput-&libinput-version;.tar.xz">
    1010  <!ENTITY libinput-download-ftp  " ">
    11   <!ENTITY libinput-md5sum        "5176f5b2806807df23c5e315bcbf6567">
     11  <!ENTITY libinput-md5sum        "2c7f2aa4032bacb562a535b74829c56d">
    1212  <!ENTITY libinput-size          "640 KB">
    13   <!ENTITY libinput-buildsize     "13 MB">
    14   <!ENTITY libinput-time          "0.1 SBU">
     13  <!ENTITY libinput-buildsize     "12 MB (add 17 MB for documentation)">
     14  <!ENTITY libinput-time          "0.1 SBU (add 0.1 SBU for documentation)">
    1515]>
    1616
     
    176176
    177177      <para>
    178         If <xref linkend="doxygen"/>, <xref linkend="graphviz"/>, and
    179         <ulink url="http://sphinx-doc.org/">Sphinx</ulink> were
    180         present during the build, you can install the generated documentation
     178        If you have passed <option>-Ddocumentation=true</option> to
     179        <command>meson</command>, you can install the generated documentation
    181180        by running the following commands as the <systemitem
    182181        class="username">root</systemitem> user:
    183182      </para>
    184183
     184<!-- seems the api doc is not generated because the directory is not a git
     185     repository... -->
    185186<screen role="root"
    186         remap="doc"><userinput>install -v -dm755      /usr/share/doc/libinput-&libinput-version;/{html,api} &amp;&amp;
    187 cp -rv Documentation/* /usr/share/doc/libinput-&libinput-version;/html &amp;&amp;
    188 cp -rv api/*           /usr/share/doc/libinput-&libinput-version;/api</userinput></screen>
     187        remap="doc"><userinput>install -v -dm755      /usr/share/doc/libinput-&libinput-version;/html &amp;&amp;
     188cp -rv Documentation/* /usr/share/doc/libinput-&libinput-version;/html</userinput></screen>
    189189
    190190    </sect3>
     
    211211
    212212      <para>
    213         <parameter>-Ddocumentation=true</parameter>: This switch enables
     213        <parameter>-Dlibwacom=false</parameter>: Remove this option if you
     214        have <xref linkend="libwacom"/> installed, or if you are installing
     215        GNOME.
     216      </para>
     217
     218      <para>
     219        <option>-Ddocumentation=true</option>: This switch enables
    214220        generation of the documentation. Add it if you want to generate
    215221        the documentation. You must have <xref linkend="doxygen"/> and
    216222        <xref linkend="graphviz"/> installed.
    217       </para>
    218 
    219       <para>
    220         <parameter>-Dlibwacom=false</parameter>: Remove this option if you
    221         have <xref linkend="libwacom"/> installed, or if you are installing
    222         GNOME.
    223223      </para>
    224224
Note: See TracChangeset for help on using the changeset viewer.