mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-01-24 15:12:11 +08:00
e8d55b640c
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@4225 af4574ff-66df-0310-9fd7-8a98e5e911e0
107 lines
3.2 KiB
XML
107 lines
3.2 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 libcapplet-download-http "http://ftp.gnome.org/pub/GNOME/sources/libcapplet/1.5/libcapplet-&libcapplet-version;.tar.bz2">
|
|
<!ENTITY libcapplet-download-ftp "ftp://ftp.gnome.org/pub/GNOME/sources/libcapplet/1.5/libcapplet-&libcapplet-version;.tar.bz2">
|
|
<!ENTITY libcapplet-md5sum "c6ba2bd6a08d82cba6b2b5360baab23c">
|
|
<!ENTITY libcapplet-size "312 KB">
|
|
<!ENTITY libcapplet-buildsize "2.8 MB">
|
|
<!ENTITY libcapplet-time "0.06 SBU">
|
|
]>
|
|
|
|
<sect1 id="libcapplet" xreflabel="libcapplet-&libcapplet-version;">
|
|
<?dbhtml filename="libcapplet.html"?>
|
|
|
|
<sect1info>
|
|
<othername>$LastChangedBy$</othername>
|
|
<date>$Date$</date>
|
|
</sect1info>
|
|
|
|
<title>Libcapplet-&libcapplet-version;</title>
|
|
|
|
<indexterm zone="libcapplet">
|
|
<primary sortas="a-Libcapplet">Libcapplet</primary>
|
|
</indexterm>
|
|
|
|
<sect2 role="package">
|
|
<title>Introduction to libcapplet</title>
|
|
|
|
<para>The <application>libcapplet</application> package contains a
|
|
control panel applet library.</para>
|
|
|
|
<bridgehead renderas="sect3">Package Information</bridgehead>
|
|
<itemizedlist spacing="compact">
|
|
<listitem>
|
|
<para>Download (HTTP): <ulink url="&libcapplet-download-http;"/></para>
|
|
</listitem>
|
|
<listitem>
|
|
<para>Download (FTP): <ulink url="&libcapplet-download-ftp;"/></para>
|
|
</listitem>
|
|
<listitem>
|
|
<para>Download MD5 sum: &libcapplet-md5sum;</para>
|
|
</listitem>
|
|
<listitem>
|
|
<para>Download size: &libcapplet-size;</para>
|
|
</listitem>
|
|
<listitem>
|
|
<para>Estimated disk space required: &libcapplet-buildsize;</para>
|
|
</listitem>
|
|
<listitem>
|
|
<para>Estimated build time: &libcapplet-time;</para>
|
|
</listitem>
|
|
</itemizedlist>
|
|
|
|
<bridgehead renderas="sect3">Libcapplet Dependencies</bridgehead>
|
|
|
|
<bridgehead renderas="sect4">Required</bridgehead>
|
|
<para><xref linkend="gnome-libs"/></para>
|
|
|
|
<bridgehead renderas="sect4">Optional</bridgehead>
|
|
<para><xref linkend="pkgconfig"/></para>
|
|
|
|
</sect2>
|
|
|
|
<sect2 role="installation">
|
|
<title>Installation of Libcapplet</title>
|
|
|
|
<para>Install <application>libcapplet</application> by running the
|
|
following commands:</para>
|
|
|
|
<screen><userinput>./configure --prefix=/opt/gnome &&
|
|
make &&
|
|
make install</userinput></screen>
|
|
|
|
</sect2>
|
|
|
|
<sect2 role="commands">
|
|
<title>Command Explanations</title>
|
|
|
|
<para><parameter>--prefix=/opt/gnome</parameter>: Installs
|
|
<application>libcapplet</application> in the
|
|
<application>GNOME</application> 1.4 directory structure.</para>
|
|
|
|
</sect2>
|
|
|
|
<sect2 role="content">
|
|
<title>Contents</title>
|
|
|
|
<segmentedlist>
|
|
<segtitle>Installed Programs</segtitle>
|
|
<segtitle>Installed Libraries</segtitle>
|
|
<segtitle>Installed Directories</segtitle>
|
|
|
|
<seglistitem>
|
|
<seg>None</seg>
|
|
<seg>libcapplet.[so,a</seg>
|
|
<seg>Not determined at this time</seg>
|
|
</seglistitem>
|
|
</segmentedlist>
|
|
|
|
</sect2>
|
|
|
|
</sect1>
|
|
|