Changeset c627795 for x/installing


Ignore:
Timestamp:
07/31/2012 11:44:40 PM (12 years ago)
Author:
Krejzi <krejzi@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 7.10, 7.4, 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:
f2d2b62
Parents:
22a68d0
Message:

Upgraded several packages. See BLFS ChangeLog for more information.

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

File:
1 edited

Legend:

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

    r22a68d0 rc627795  
    55  %general-entities;
    66
    7   <!ENTITY xcb-util-download-http "http://xcb.freedesktop.org/dist/xcb-util-&xcb-util-version;.tar.bz2">
    8   <!ENTITY xcb-util-download-ftp  " ">
    9   <!ENTITY xcb-util-md5sum        "8ce019c4bbf20dce246b98f177cfccff">
    10   <!ENTITY xcb-util-size          "268 KB">
    11   <!ENTITY xcb-util-buildsize     "2.7 MB">
    12   <!ENTITY xcb-util-time          "0.1 SBU">
     7  <!ENTITY xcb-util-download-http "&xorg-download-http;/xcb/xcb-util-&xcb-util-version;.tar.bz2">
     8  <!ENTITY xcb-util-download-ftp  "&xorg-download-ftp;/xcb/xcb-util-&xcb-util-version;.tar.bz2">
     9  <!ENTITY xcb-util-md5sum        "01dcc7a16d5020530552712710646ea2">
     10  <!ENTITY xcb-util-size          "284 KB">
     11  <!ENTITY xcb-util-buildsize     "2.5 MB">
     12  <!ENTITY xcb-util-time          "less than 0.1 SBU">
    1313]>
    1414
     
    3030    <title>Introduction to xcb-util</title>
    3131
    32     <para>The <application>xcb-util</application> package provides additional
    33     extensions to the <application>XCB</application> library, many that were
    34     previously found in <application>Xlib</application>, but are not part of
    35     core X protocol.</para>
     32    <para>
     33      The <application>xcb-util</application> package provides additional
     34      extensions to the <application>XCB</application> library, many that were
     35      previously found in <application>Xlib</application>, but are not part of
     36      core X protocol.
     37    </para>
    3638
    3739    &lfs71_checked;
     
    4042    <itemizedlist spacing="compact">
    4143      <listitem>
    42         <para>Download (HTTP): <ulink url="&xcb-util-download-http;"/></para>
     44        <para>
     45          Download (HTTP): <ulink url="&xcb-util-download-http;"/>
     46        </para>
    4347      </listitem>
    4448      <listitem>
    45         <para>Download (FTP): <ulink url="&xcb-util-download-ftp;"/></para>
     49        <para>
     50          Download (FTP): <ulink url="&xcb-util-download-ftp;"/>
     51        </para>
    4652      </listitem>
    4753      <listitem>
    48         <para>Download MD5 sum: &xcb-util-md5sum;</para>
     54        <para>
     55          Download MD5 sum: &xcb-util-md5sum;
     56        </para>
    4957      </listitem>
    5058      <listitem>
    51         <para>Download size: &xcb-util-size;</para>
     59        <para>
     60          Download size: &xcb-util-size;
     61        </para>
    5262      </listitem>
    5363      <listitem>
    54         <para>Estimated disk space required: &xcb-util-buildsize;</para>
     64        <para>
     65          Estimated disk space required: &xcb-util-buildsize;
     66        </para>
    5567      </listitem>
    5668      <listitem>
    57         <para>Estimated build time: &xcb-util-time;</para>
     69        <para>
     70          Estimated build time: &xcb-util-time;
     71        </para>
    5872      </listitem>
    5973    </itemizedlist>
     
    6276
    6377    <bridgehead renderas="sect4">Required</bridgehead>
    64     <para role="required"><xref linkend="libxcb"/> and
    65     <xref linkend="gperf"/></para>
     78    <para role="required">
     79      <xref linkend="gperf"/> and
     80      <xref linkend="libxcb"/>
     81    </para>
    6682
    6783    <para condition="html" role="usernotes">User Notes:
    68     <ulink url="&blfs-wiki;/xcb-util"/></para>
    69 
     84      <ulink url="&blfs-wiki;/xcb-util"/>
     85    </para>
    7086  </sect2>
    7187
     
    7389    <title>Installation of xcb-util</title>
    7490
    75     <para>Install <application>xcb-util</application> by running the following
    76     commands:</para>
     91    <para>
     92      Install <application>xcb-util</application> by running the following
     93      commands:
     94    </para>
    7795
    7896<screen><userinput>./configure $XORG_CONFIG &amp;&amp;
    7997make</userinput></screen>
    8098
    81     <para>To test the results, issue: <command>make check</command>.</para>
     99    <para>
     100      To test the results, issue: <command>make check</command>.
     101    </para>
    82102
    83     <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
     103    <para>
     104      Now, as the <systemitem class="username">root</systemitem> user:
     105    </para>
    84106
    85107<screen role="root"><userinput>make install</userinput></screen>
     
    91113
    92114    <segmentedlist>
    93       <segtitle>Installed Programs</segtitle>
    94115      <segtitle>Installed Libraries</segtitle>
    95       <segtitle>Installed Directories</segtitle>
    96116
    97117      <seglistitem>
    98         <seg>None</seg>
    99118        <seg>libxcb-util.{a,so}</seg>
    100         <seg>None</seg>
    101119      </seglistitem>
    102120    </segmentedlist>
     
    110128        <term><filename class='libraryfile'>libxcb-util.{so,a}</filename></term>
    111129        <listitem>
    112           <para>Provides utility functions for other XCB utilities.</para>
     130          <para>
     131            Provides utility functions for other XCB utilities.
     132          </para>
    113133          <indexterm zone="xcb-util libxcb-util">
    114134            <primary sortas="c-xcb-util">libxcb-util.{so,a}</primary>
Note: See TracChangeset for help on using the changeset viewer.