Changeset 4a60a42


Ignore:
Timestamp:
12/24/2013 03:23:13 PM (10 years ago)
Author:
Fernando de Oliveira <fernando@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 7.10, 7.5, 7.6, 7.6-blfs, 7.6-systemd, 7.7, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, gnome, kde5-13430, kde5-14269, kde5-14686, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, krejzi/svn, lazarus, lxqt, nosym, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, systemd-11177, systemd-13485, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
93f626c4
Parents:
36e088d
Message:

Update to xcb-proto-1.10.

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

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • general.ent

    r36e088d r4a60a42  
    520520<!ENTITY libXdmcp-version             "1.1.1">
    521521<!ENTITY libpthread-stubs-version     "0.3">
    522 <!ENTITY xcb-proto-version            "1.9">
     522<!ENTITY xcb-proto-version            "1.10">
    523523<!ENTITY libxcb-version               "1.9.3">
    524524<!ENTITY xbitmaps-version             "1.1.1">
  • introduction/welcome/changelog.xml

    r36e088d r4a60a42  
    4848      <itemizedlist>
    4949        <listitem>
     50          <para>[fernando] - Update to xcb-proto-1.10. Fixes
     51          <ulink url="&blfs-ticket-root;4477">#4477</ulink>.</para>
     52        </listitem>
     53        <listitem>
    5054          <para>[fernando] - Update to zsh-5.0.4. Fixes
    5155          <ulink url="&blfs-ticket-root;4476">#4476</ulink>.</para>
  • x/installing/xcb-proto.xml

    r36e088d r4a60a42  
    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        "311817f844c45c0c3d76dd72e6560c10">
    10   <!ENTITY xcb-proto-size          "134 KB">
     9  <!ENTITY xcb-proto-md5sum        "ade74b8e9c870dc7515adfa209e66063">
     10  <!ENTITY xcb-proto-size          "1.2 MB">
    1111  <!ENTITY xcb-proto-buildsize     "2.1 MB">
    1212  <!ENTITY xcb-proto-time          "0.1 SBU">
     
    6060    <bridgehead renderas="sect3">xcb-proto Dependencies</bridgehead>
    6161
    62     <bridgehead renderas="sect3">Additional Downloads</bridgehead>
    63     <itemizedlist spacing="compact">
    64       <listitem>
    65         <para>
    66           Required patch (if compiling against <xref linkend="python3"/>):
    67           <ulink url="&patch-root;/xcb-proto-&xcb-proto-version;-py_compile_python3-1.patch"/>
    68         </para>
    69       </listitem>
    70     </itemizedlist>
    71 
    7262    <bridgehead renderas="sect4">Required</bridgehead>
    7363    <para role="required">
    7464      <xref linkend="python2"/> or
    75       <xref linkend="python3"/>
     65      <xref linkend="python3"/> and
     66      <xref linkend="xorg7"/>
    7667    </para>
    7768
     
    9182    following commands:</para>
    9283
    93 <screen><userinput>patch -Np1 -i ../xcb-proto-&xcb-proto-version;-py_compile_python3-1.patch &amp;&amp;
     84<!-- <screen><userinput>patch -Np1 -i ../xcb-proto-&xcb-proto-version;-py_compile_python3-1.patch &amp;&amp;
    9485sed -i -e 's/\t/    /' xcbgen/xtypes.py</userinput></screen>
    95 
     86-->
    9687    <para>Install <application>xcb-proto</application> by running the following
    9788    commands:</para>
     
    118109        <seg>None</seg>
    119110        <seg>None</seg>
    120         <seg><envar>$XORG_PREFIX</envar>/share/xcb</seg>
     111        <seg><envar>$XORG_PREFIX</envar>/share/xcb and
     112             <envar>$XORG_PREFIX</envar>/lib/python&python2-majorver;/site-packages/xcbgen or
     113             <envar>$XORG_PREFIX</envar>/lib/python&python3-majorver;/site-packages/xcbgen</seg>
    121114      </seglistitem>
    122115    </segmentedlist>
Note: See TracChangeset for help on using the changeset viewer.