Ignore:
Timestamp:
03/03/2020 01:51:58 AM (4 years ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
10.0, 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:
7b2ff439
Parents:
1b9f28f
Message:

Update to libinput-1.15.2.
Update to libevdev-1.9.0.
Update to xkbcomp-1.4.3 (Xorg App).
Update to mesa-20.0.0.
Update to wayland-protocols-1.20.
Update to libxcb-1.14.
Update to xcb-proto-1.14.
Update to Mako-1.1.2 (Python Module).

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • x/installing/xcb-proto.xml

    r1b9f28f rd1afdf5  
    55  %general-entities;
    66
    7   <!ENTITY xcb-proto-download-http "https://xcb.freedesktop.org/dist/xcb-proto-&xcb-proto-version;.tar.bz2">
     7  <!ENTITY xcb-proto-download-http "https://xorg.freedesktop.org/archive/individual/proto/xcb-proto-&xcb-proto-version;.tar.xz">
    88  <!ENTITY xcb-proto-download-ftp  " ">
    9   <!ENTITY xcb-proto-md5sum        "abe9aa4886138150bbc04ae4f29b90e3">
    10   <!ENTITY xcb-proto-size          "148 KB">
    11   <!ENTITY xcb-proto-buildsize     "2.2 MB">
     9  <!ENTITY xcb-proto-md5sum        "4a053ca2456007a343024a0452dbf13b">
     10  <!ENTITY xcb-proto-size          "144 KB">
     11  <!ENTITY xcb-proto-buildsize     "1,2 MB">
    1212  <!ENTITY xcb-proto-time          "less than 0.1 SBU">
    1313]>
     
    5858    </itemizedlist>
    5959
    60 <!--
    61     <bridgehead renderas="sect3">Additional Downloads</bridgehead>
    62     <itemizedlist spacing="compact">
    63       <listitem>
    64         <para>
    65           Required patch (for Python 3): <ulink
    66           url="&patch-root;/xcb-proto-&xcb-proto-version;-python3-1.patch"/>
    67         </para>
    68       </listitem>
    69       <listitem>
    70         <para>
    71           Recommended patch:
    72           <ulink url="&patch-root;/xcb-proto-&xcb-proto-version;-schema-1.patch"/>
    73         </para>
    74       </listitem>
    75     </itemizedlist>
    76 -->
    7760
    7861    <bridgehead renderas="sect3">xcb-proto Dependencies</bridgehead>
    79     <!-- the first package in the chapter, util-macros, already requires these
    80          to be defined.
    81     <bridgehead renderas="sect4">Required</bridgehead>
    82     <para role="required">
    83       <xref linkend="xorg-env"/> (should be set for the following instructions
    84       to work)
    85     </para>
    86     -->
    8762
    8863    <bridgehead renderas="sect4">Optional</bridgehead>
     
    9974    <title>Installation of xcb-proto</title>
    10075
    101 <!--
    102     <para>First, fix a file that allows the checks to run properly:</para>
    103 
    104 <screen><userinput>patch -Np1 -i ../xcb-proto-&xcb-proto-version;-schema-1.patch</userinput></screen>
    105 
    106     <para>
    107       If building with Python 3, issue the following command:
    108     </para>
    109 
    110 <screen><userinput>patch -Np1 -i ../xcb-proto-&xcb-proto-version;-python3-1.patch</userinput></screen>
    111 -->
    11276    <para>Install <application>xcb-proto</application> by running the following
    11377    commands:</para>
Note: See TracChangeset for help on using the changeset viewer.