Changeset 9377577


Ignore:
Timestamp:
06/01/2016 08:41:14 PM (8 years ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 7.10, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, nosym, perl-modules, 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:
f852e706
Parents:
f8f7442
Message:

Update to xcb-proto-1.12 and libxcb-1.12

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

Files:
4 edited

Legend:

Unmodified
Added
Removed
  • introduction/welcome/changelog.xml

    rf8f7442 r9377577  
    4747      <para>June 1st, 2016</para>
    4848      <itemizedlist>
     49        <listitem>
     50          <para>[bdubbs] - Update to xcb-proto-1.12 and libxcb-1.12. Fixes
     51          <ulink url="&blfs-ticket-root;7864">#7864</ulink>.</para>
     52        </listitem>
    4953        <listitem>
    5054          <para>[igor] - Update to thunderbird-45.1.1. Fixes
  • packages.ent

    rf8f7442 r9377577  
    455455<!ENTITY libXdmcp-version             "1.1.2">
    456456<!ENTITY libpthread-stubs-version     "0.3">
    457 <!ENTITY xcb-proto-version            "1.11">
    458 <!ENTITY libxcb-version               "1.11.1">
     457<!ENTITY xcb-proto-version            "1.12">
     458<!ENTITY libxcb-version               "1.12">
    459459<!ENTITY xbitmaps-version             "1.1.1">
    460460<!ENTITY xcursor-themes-version       "1.0.4">
  • x/installing/libxcb.xml

    rf8f7442 r9377577  
    77  <!ENTITY libxcb-download-http "http://xcb.freedesktop.org/dist/libxcb-&libxcb-version;.tar.bz2">
    88  <!ENTITY libxcb-download-ftp  " ">
    9   <!ENTITY libxcb-md5sum        "f97a65e6158775de518ac391935634c2">
    10   <!ENTITY libxcb-size          "508 KB">
    11   <!ENTITY libxcb-buildsize     "42 MB, with tests (124 MB with doxygen generated documentation)">
    12   <!ENTITY libxcb-time          "0.2 SBU, with tests (0.3 SBU with doxygen generated documentation)">
     9  <!ENTITY libxcb-md5sum        "28e552bd78bc1050b6b26ca1db0e5bb6">
     10  <!ENTITY libxcb-size          "600 KB">
     11  <!ENTITY libxcb-buildsize     "28 MB (with tests, add 62 MB for doxygen docs)">
     12  <!ENTITY libxcb-time          "0.3 SBU (with tests, add 1.4 SBU for doxygen docs)">
    1313]>
    1414
  • x/installing/xcb-proto.xml

    rf8f7442 r9377577  
    77  <!ENTITY xcb-proto-download-http "http://xcb.freedesktop.org/dist/xcb-proto-&xcb-proto-version;.tar.bz2">
    88  <!ENTITY xcb-proto-download-ftp  " ">
    9   <!ENTITY xcb-proto-md5sum        "6bf2797445dc6d43e9e4707c082eff9c">
    10   <!ENTITY xcb-proto-size          "136 KB">
    11   <!ENTITY xcb-proto-buildsize     "2.1 MB">
     9  <!ENTITY xcb-proto-md5sum        "14e60919f859560f28426a685a555962">
     10  <!ENTITY xcb-proto-size          "152 KB">
     11  <!ENTITY xcb-proto-buildsize     "1.2 MB">
    1212  <!ENTITY xcb-proto-time          "less than 0.1 SBU">
    1313]>
     
    5858    </itemizedlist>
    5959
     60    <bridgehead renderas="sect3">Additional Downloads</bridgehead>
     61    <itemizedlist spacing="compact">
     62      <listitem>
     63        <para>
     64          Recommended patch:
     65          <ulink url="&patch-root;/xcb-proto-&xcb-proto-version;-schema-1.patch"/>
     66        </para>
     67      </listitem>
     68    </itemizedlist>
     69
    6070    <bridgehead renderas="sect3">xcb-proto Dependencies</bridgehead>
    6171
     
    8090    <title>Installation of xcb-proto</title>
    8191
    82 <!--    <para>If you are compiling against <xref linkend="python3"/>, use the
    83     following commands:</para>
     92    <para>First, fix a file that allows the checks to run properly:</para>
    8493
    85     <screen><userinput>patch -Np1 -i ../xcb-proto-&xcb-proto-version;-py_compile_python3-1.patch &amp;&amp;
    86 sed -i -e 's/\t/    /' xcbgen/xtypes.py</userinput></screen>
    87 -->
     94<screen><userinput>patch -Np1 -i ../xcb-proto-&xcb-proto-version;-schema-1.patch</userinput></screen>
     95
    8896    <para>Install <application>xcb-proto</application> by running the following
    8997    commands:</para>
Note: See TracChangeset for help on using the changeset viewer.