mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-02-02 05:22:13 +08:00
312cd189a7
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@5143 af4574ff-66df-0310-9fd7-8a98e5e911e0
122 lines
3.7 KiB
XML
122 lines
3.7 KiB
XML
<?xml version="1.0" encoding="ISO-8859-1"?>
|
|
<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN"
|
|
"http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd" [
|
|
<!ENTITY % general-entities SYSTEM "../../general.ent">
|
|
%general-entities;
|
|
|
|
<!ENTITY libwnck-download-http "http://ftp.gnome.org/pub/GNOME/sources/libwnck/2.12/libwnck-&libwnck-version;.tar.bz2">
|
|
<!ENTITY libwnck-download-ftp "ftp://ftp.gnome.org/pub/GNOME/sources/libwnck/2.12/libwnck-&libwnck-version;.tar.bz2">
|
|
<!ENTITY libwnck-md5sum "f7aad7b8dad79b38d3055d84c3838e2c">
|
|
<!ENTITY libwnck-size "441 KB">
|
|
<!ENTITY libwnck-buildsize "10.5 MB">
|
|
<!ENTITY libwnck-time "0.3 SBU">
|
|
]>
|
|
|
|
<sect1 id="libwnck" xreflabel="libwnck-&libwnck-version;">
|
|
<?dbhtml filename="libwnck.html"?>
|
|
|
|
<sect1info>
|
|
<othername>$LastChangedBy$</othername>
|
|
<date>$Date$</date>
|
|
</sect1info>
|
|
|
|
<title>libwnck-&libwnck-version;</title>
|
|
|
|
<indexterm zone="libwnck">
|
|
<primary sortas="a-Libwnck">Libwnck</primary>
|
|
</indexterm>
|
|
|
|
<sect2 role="package">
|
|
<title>Introduction to libwnck</title>
|
|
|
|
<para>The <application>libwnck</application> package contains a
|
|
Window Navigator Construction Kit.</para>
|
|
|
|
<bridgehead renderas="sect3">Package Information</bridgehead>
|
|
<itemizedlist spacing="compact">
|
|
<listitem>
|
|
<para>Download (HTTP): <ulink url="&libwnck-download-http;"/></para>
|
|
</listitem>
|
|
<listitem>
|
|
<para>Download (FTP): <ulink url="&libwnck-download-ftp;"/></para>
|
|
</listitem>
|
|
<listitem>
|
|
<para>Download MD5 sum: &libwnck-md5sum;</para>
|
|
</listitem>
|
|
<listitem>
|
|
<para>Download size: &libwnck-size;</para>
|
|
</listitem>
|
|
<listitem>
|
|
<para>Estimated disk space required: &libwnck-buildsize;</para>
|
|
</listitem>
|
|
<listitem>
|
|
<para>Estimated build time: &libwnck-time;</para>
|
|
</listitem>
|
|
</itemizedlist>
|
|
|
|
<bridgehead renderas="sect3">libwnck Dependencies</bridgehead>
|
|
|
|
<bridgehead renderas="sect4">Required</bridgehead>
|
|
<para><xref linkend="gtk2"/>,
|
|
<xref linkend="intltool"/> and
|
|
<xref linkend="startup-notification"/></para>
|
|
|
|
<bridgehead renderas="sect4">Optional</bridgehead>
|
|
<para><xref linkend="gtk-doc"/></para>
|
|
|
|
</sect2>
|
|
|
|
<sect2 role="installation">
|
|
<title>Installation of libwnck</title>
|
|
|
|
<para>Install <application>libwnck</application> by running the
|
|
following commands:</para>
|
|
|
|
<screen><userinput>./configure --prefix=/usr &&
|
|
make</userinput></screen>
|
|
|
|
<para>This package does not come with a test suite.</para>
|
|
|
|
<para>Now, as the <systemitem class="username">root</systemitem> user:</para>
|
|
|
|
<screen role="root"><userinput>make install</userinput></screen>
|
|
|
|
</sect2>
|
|
|
|
<sect2 role="content">
|
|
<title>Contents</title>
|
|
|
|
<segmentedlist>
|
|
<segtitle>Installed Programs</segtitle>
|
|
<segtitle>Installed Library</segtitle>
|
|
<segtitle>Installed Directories</segtitle>
|
|
|
|
<seglistitem>
|
|
<seg>None</seg>
|
|
<seg>libwnck-1.[so,a]</seg>
|
|
<seg>/usr/include/libwnck-1.0 and
|
|
/usr/share/gtk-doc/html/libwnck</seg>
|
|
</seglistitem>
|
|
</segmentedlist>
|
|
|
|
<variablelist>
|
|
<bridgehead renderas="sect3">Short Descriptions</bridgehead>
|
|
<?dbfo list-presentation="list"?>
|
|
<?dbhtml list-presentation="table"?>
|
|
|
|
<varlistentry id="libwnck-1">
|
|
<term><filename class='libraryfile'>libwnck-1.[so,a]</filename></term>
|
|
<listitem>
|
|
<para>contains functions for writing pagers and task lists.</para>
|
|
<indexterm zone="libwnck libwnck-1">
|
|
<primary sortas="c-libwnck-1">libwnck-1.[so,a]</primary>
|
|
</indexterm>
|
|
</listitem>
|
|
</varlistentry>
|
|
|
|
</variablelist>
|
|
|
|
</sect2>
|
|
|
|
</sect1>
|