glfs/gnome/core/gnome-contacts.xml
Ken Moffat e975eaa3c8 *really* add gnome-contacts
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@9374 af4574ff-66df-0310-9fd7-8a98e5e911e0
2012-02-11 23:35:01 +00:00

142 lines
4.8 KiB
XML

<?xml version="1.0" encoding="ISO-8859-1"?>
<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
"http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
<!ENTITY % general-entities SYSTEM "../../general.ent">
%general-entities;
<!ENTITY gnome-contacts-download-http "&gnome-download-http;/gnome-contacts/3.2/gnome-contacts-&gnome-contacts-version;.tar.xz">
<!ENTITY gnome-contacts-download-ftp "&gnome-download-ftp;/gnome-contacts/3.2/gnome-contacts-&gnome-contacts-version;.tar.xz">
<!ENTITY gnome-contacts-md5sum "b7974ffcdd106fe9c42a074c465d0ef0">
<!ENTITY gnome-contacts-size "465 KB">
<!ENTITY gnome-contacts-buildsize "?? MB">
<!ENTITY gnome-contacts-time "?? SBU">
]>
<sect1 id="gnome-contacts" xreflabel="gnome-contacts-&gnome-contacts-version;">
<?dbhtml filename="gnome-contacts.html"?>
<sect1info>
<othername>$LastChangedBy$</othername>
<date>$Date$</date>
</sect1info>
<title>gnome-contacts-&gnome-contacts-version;</title>
<indexterm zone="gnome-contacts">
<primary sortas="a-gnome-contacts">gnome-contacts</primary>
</indexterm>
<sect2 role="package">
<title>Introduction to gnome-contacts</title>
<para><application>GNOME Contacts</application> is a simple contacts application
that allows you to view your contacts as well as edit their details and create
new contacts. Online integration is an important aspect of GNOME Contacts - it
will seamlessly synchronise with the contacts stored in online accounts. If you
have the same person in multiple online accounts, GNOME Contacts will
automatically link them together into the same contact.</para>
&lfs68_built;
<bridgehead renderas="sect3">Package Information</bridgehead>
<itemizedlist spacing="compact">
<listitem>
<para>Download (HTTP): <ulink url="&gnome-contacts-download-http;"/></para>
</listitem>
<listitem>
<para>Download (FTP): <ulink url="&gnome-contacts-download-ftp;"/></para>
</listitem>
<listitem>
<para>Download MD5 sum: &gnome-contacts-md5sum;</para>
</listitem>
<listitem>
<para>Download size: &gnome-contacts-size;</para>
</listitem>
<listitem>
<para>Estimated disk space required: &gnome-contacts-buildsize;</para>
</listitem>
<listitem>
<para>Estimated build time: &gnome-contacts-time;</para>
</listitem>
</itemizedlist>
<bridgehead renderas="sect3">gnome-contacts Dependencies</bridgehead>
<bridgehead renderas="sect4">Required</bridgehead>
<para role="required"><xref linkend="folks"/>,
<xref linkend="glib2"/>,
<xref linkend="gtk3"/>,
<xref linkend="libnotify"/>, and
<xref linkend="vala"/></para>
<para condition="html" role="usernotes">User Notes:
<ulink url="&blfs-wiki;/gnome-contacts"/></para>
</sect2>
<sect2 role="installation">
<title>Installation of gnome-contacts</title>
<para>Install <application>gnome-contacts</application> by running the following
commands:</para>
<screen><userinput>./configure --prefix=$GNOME_PREFIX \
--sysconfdir=$GNOME_SYSCONFDIR \
--libexecdir=$GNOME_PREFIX/lib/gnome-contacts &amp;&amp;
make</userinput></screen>
<para>To test the results, issue: <command>make check</command>.</para>
<para>Now, as the <systemitem class="username">root</systemitem> user:</para>
<screen role="root"><userinput>make install</userinput></screen>
</sect2>
<sect2 role="commands">
<title>Command Explanations</title>
<para><parameter>--sysconfdir=$GNOME_SYSCONFDIR</parameter>: This parameter does
something mandatory for BLFS purposes.</para>
<para><parameter>--libexecdir=/usr/lib/gnome-contacts</parameter>: This parameter does
something mandatory for BLFS purposes.</para>
</sect2>
<sect2 role="content">
<title>Contents</title>
<segmentedlist>
<segtitle>Installed Program</segtitle>
<segtitle>Installed Libraries</segtitle>
<segtitle>Installed Directory</segtitle>
<seglistitem>
<seg>gnome-contacts</seg>
<seg>None</seg>
<seg><envar>$GNOME_PREFIX</envar>/share/gnome-contacts</seg>
</seglistitem>
</segmentedlist>
<variablelist>
<bridgehead renderas="sect3">Short Descriptions</bridgehead>
<?dbfo list-presentation="list"?>
<?dbhtml list-presentation="table"?>
<varlistentry id="gnome-contacts-prog">
<term><command>gnome-contacts-prog</command></term>
<listitem>
<para>does this .....</para>
<indexterm zone="gnome-contacts gnome-contacts-prog">
<primary sortas="b-gnome-contacts-prog">gnome-contacts-prog</primary>
</indexterm>
</listitem>
</varlistentry>
</variablelist>
</sect2>
</sect1>