Changeset 3cbd038


Ignore:
Timestamp:
07/20/2014 11:47:18 AM (10 years ago)
Author:
Christopher Gregory <cjg@…>
Branches:
gnome
Children:
c16ac08
Parents:
1b152cf
Message:

Completed wayland build instructions, updated statistics, updated installed program, libraries, directories and descriptions

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/branches/gnome@13496 af4574ff-66df-0310-9fd7-8a98e5e911e0

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • general.ent

    r1b152cf r3cbd038  
    11<!-- $LastChangedBy$ $Date$ -->
    22
    3 <!ENTITY day          "19">                   <!-- Always 2 digits -->
     3<!ENTITY day          "20">                   <!-- Always 2 digits -->
    44<!ENTITY month        "07">                   <!-- Always 2 digits -->
    55<!ENTITY year         "2014">
  • gnome/platform/wayland.xml

    r1b152cf r3cbd038  
    99  <!ENTITY wayland-md5sum        "1d882776b27329b91d2d500b6d66dd1d">
    1010  <!ENTITY wayland-size          "396 KB">
    11   <!ENTITY wayland-buildsize     "50 MB">
    12   <!ENTITY wayland-time          "0.4 SBU">
     11  <!ENTITY wayland-buildsize     "8 MB">
     12  <!ENTITY wayland-time          "21.8 SBU">
    1313]>
    1414
     
    3131
    3232    <para>
    33       <application>wayland</application> is a project to define a protocol
    34       for a compositor to talk to its clients as well as a library
    35       implementation of the protocol.  The compositor can be a standalone
    36       display server running on Linux kernel modesetting and evdev input devices,
    37       an X application, or a wayland client itself. 
    38       The clients can be traditional applications, X servers (rootless or fullscreen)
    39       or other display servers.
     33      <application>wayland</application> is a protocol between a
     34      compositor and its clients.
    4035    </para>
    4136
     
    111106make</userinput></screen>
    112107
    113     <para>
    114       This package does not come with a test suite.
    115     </para>
     108    <note>
     109    <para>
     110      The queue-test will fail if the test suite is run
     111      as an unprivileged user.
     112    </para>
     113    </note>
     114
     115    <para>
     116      To test the results issue the following command:
     117    </para>
     118
     119<screen><userinput>make check</userinput></screen>
    116120
    117121    <para>
     
    141145      <seglistitem>
    142146        <seg>
    143           wayland, wayland-message, wayland-theme-viewer and
    144           wayland-window-demo
     147          wayland-scanner
    145148        </seg>
    146149        <seg>
    147           libwayland.so
     150          libwayland-client.so libwayland-cursor.so libwayland-server.so
    148151        </seg>
    149152        <seg>
    150           /usr/include/wayland,
    151           /usr/lib/wayland and
    152153          /usr/share/wayland
    153154        </seg>
     
    160161      <?dbhtml list-presentation="table"?>
    161162
    162       <varlistentry id="wayland-prog">
     163      <varlistentry id="wayland-scanner">
    163164        <term><command>wayland</command></term>
    164165        <listitem>
    165166          <para>
    166             is a <application>Clutter</application> based compositing
    167             <application>GTK+</application> Window Manager.
    168           </para>
    169           <indexterm zone="wayland wayland-prog">
     167            Is a tool to generate proxy methods in wayland-client-protocol.h
     168            and wayland-server-protocol.h
     169          </para>
     170          <indexterm zone="wayland wayland-scanner">
    170171            <primary sortas="b-wayland">wayland</primary>
    171172          </indexterm>
     
    173174      </varlistentry>
    174175
    175       <varlistentry id="wayland-message">
    176         <term><command>wayland-message</command></term>
    177         <listitem>
    178           <para>
    179             is a command used to send a message to
    180             <application>wayland</application>.
    181           </para>
    182           <indexterm zone="wayland wayland-message">
    183             <primary sortas="b-wayland-message">wayland-message</primary>
    184           </indexterm>
    185         </listitem>
    186       </varlistentry>
    187 
    188       <varlistentry id="wayland-theme-viewer">
    189         <term><command>wayland-theme-viewer</command></term>
    190         <listitem>
    191           <para>
    192             is used to preview any installed
    193             <application>wayland</application> theme.
    194           </para>
    195           <indexterm zone="wayland wayland-theme-viewer">
    196             <primary sortas="b-wayland-theme-viewer">wayland-theme-viewer</primary>
    197           </indexterm>
    198         </listitem>
    199       </varlistentry>
    200 
    201       <varlistentry id="wayland-window-demo">
    202         <term><command>wayland-window-demo</command></term>
    203         <listitem>
    204           <para>
    205             is a <application>wayland</application> demo program.
    206           </para>
    207           <indexterm zone="wayland wayland-window-demo">
    208             <primary sortas="b-wayland-window-demo">wayland-window-demo</primary>
    209           </indexterm>
    210         </listitem>
    211       </varlistentry>
    212 
    213       <varlistentry id="libwayland">
    214         <term><filename class="libraryfile">libwayland.so</filename></term>
     176      <varlistentry id="libwayland-client">
     177        <term><filename class="libraryfile">libwayland-client.so</filename></term>
     178        <listitem>
     179          <para>
     180            contains the <application>libwayland-client</application> API functions.
     181          </para>
     182          <indexterm zone="wayland libwayland-client">
     183            <primary sortas="c-libwayland">libwayland-client.so</primary>
     184          </indexterm>
     185        </listitem>
     186      </varlistentry>
     187
     188      <varlistentry id="libwayland-cursor">
     189        <term><filename class="libraryfile">libwayland-cursor.so</filename></term>
    215190        <listitem>
    216191          <para>
    217192            contains the <application>wayland</application> API functions.
    218193          </para>
    219           <indexterm zone="wayland libwayland">
    220             <primary sortas="c-libwayland">libwayland.so</primary>
     194          <indexterm zone="wayland libwayland-cursor">
     195            <primary sortas="c-libwayland">libwayland-cursor.so</primary>
     196          </indexterm>
     197        </listitem>
     198      </varlistentry>
     199
     200      <varlistentry id="libwayland-server">
     201        <term><filename class="libraryfile">libwayland-server.so</filename></term>
     202        <listitem>
     203          <para>
     204            contains the <application>libwayland-server</application> API functions.
     205          </para>
     206          <indexterm zone="wayland libwayland-server">
     207            <primary sortas="c-libwayland">libwayland-server.so</primary>
    221208          </indexterm>
    222209        </listitem>
  • introduction/welcome/changelog.xml

    r1b152cf r3cbd038  
    4444
    4545-->
     46
     47    <listitem>
     48      <para>July 20th, 2014</para>
     49      <itemizedlist>
     50        <listitem>
     51          <para>[cjg] - Completed wayland page by adding sbu buildsize installed directories installed libraries programs short descriptions.</para>
     52        </listitem>
     53        <listitem>
     54          <para>[name] - Another changelog entry.</para>
     55        </listitem>
     56      </itemizedlist>
     57    </listitem>
    4658
    4759    <listitem>
Note: See TracChangeset for help on using the changeset viewer.