source: gnome/applications/gnome-contacts.xml@ 1355fcb

gnome
Last change on this file since 1355fcb was be54b56, checked in by Christopher Gregory <cjg@…>, 10 years ago

Changed configure switches on baobab gnome-clocks gnome-color-manager gnome-control-center gnome-dictionary gnome-disk-utility gnome-font-viewer
gnome-logs gnome-maps gnome-music gnome-nettool gnome-sound-recorder and gnome-terminal pages

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

  • Property mode set to 100644
File size: 5.4 KB
Line 
1<?xml version="1.0" encoding="ISO-8859-1"?>
2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
3 "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
4 <!ENTITY % general-entities SYSTEM "../../general.ent">
5 %general-entities;
6
7 <!ENTITY gnome-contacts-download-http
8 "&gnome-download-http;/gnome-contacts/3.12/gnome-contacts-&gnome-contacts-version;.tar.xz">
9 <!ENTITY gnome-contacts-download-ftp
10 "&gnome-download-ftp;/gnome-contacts/3.12/gnome-contacts-&gnome-contacts-version;.tar.xz">
11 <!ENTITY gnome-contacts-md5sum "f00c59f4bff59351d360c8865a67071e">
12 <!ENTITY gnome-contacts-size "724 KB">
13 <!ENTITY gnome-contacts-buildsize "25 MB">
14 <!ENTITY gnome-contacts-time "0.2 SBU">
15]>
16
17<sect1 id="gnome-contacts" xreflabel="gnome-contacts-&gnome-contacts-version;">
18 <?dbhtml filename="gnome-contacts.html"?>
19
20 <sect1info>
21 <othername>$LastChangedBy$</othername>
22 <date>$Date$</date>
23 </sect1info>
24
25 <title>gnome-contacts-&gnome-contacts-version;</title>
26
27 <indexterm zone="gnome-contacts">
28 <primary sortas="a-gnome-contacts">gnome-contacts</primary>
29 </indexterm>
30
31 <sect2 role="package">
32 <title>Introduction to GNOME Contacts</title>
33
34 <para>
35 <application>GNOME Contacts</application> is a simple contacts application
36 that allows you to view your contacts as well as edit their details and create
37 new contacts. Online integration is an important aspect of GNOME Contacts - it
38 will seamlessly synchronise with the contacts stored in online accounts. If you
39 have the same person in multiple online accounts, GNOME Contacts will
40 automatically link them together into the same contact.
41 </para>
42
43 &lfs75_checked;
44
45 <bridgehead renderas="sect3">Package Information</bridgehead>
46 <itemizedlist spacing="compact">
47 <listitem>
48 <para>
49 Download (HTTP): <ulink url="&gnome-contacts-download-http;"/>
50 </para>
51 </listitem>
52 <listitem>
53 <para>
54 Download (FTP): <ulink url="&gnome-contacts-download-ftp;"/>
55 </para>
56 </listitem>
57 <listitem>
58 <para>
59 Download MD5 sum: &gnome-contacts-md5sum;
60 </para>
61 </listitem>
62 <listitem>
63 <para>
64 Download size: &gnome-contacts-size;
65 </para>
66 </listitem>
67 <listitem>
68 <para>
69 Estimated disk space required: &gnome-contacts-buildsize;
70 </para>
71 </listitem>
72 <listitem>
73 <para>
74 Estimated build time: &gnome-contacts-time;
75 </para>
76 </listitem>
77 </itemizedlist>
78
79 <bridgehead renderas="sect3">GNOME Contacts Dependencies</bridgehead>
80
81 <bridgehead renderas="sect4">Required</bridgehead>
82 <para role="required">
83 <xref linkend="folks"/> (built with e-d-s support),
84 <xref linkend="gnome-desktop"/>,
85 <xref linkend="libgee"/>,
86 <xref linkend="libnotify"/>,
87 <xref linkend="gnome-online-accounts"/>, and
88 <xref linkend="vala"/>
89 </para>
90
91 <bridgehead renderas="sect4">Optional</bridgehead>
92 <para role="optional">
93 <xref linkend="cheese"/>, and
94 <xref linkend="gstreamer10"/>
95 </para>
96
97 <bridgehead renderas="sect4">Additional Runtime Dependencies</bridgehead>
98 <para role="required">
99 <xref linkend="telepathy-mission-control"/>
100 </para>
101
102 <para condition="html" role="usernotes">User Notes:
103 <ulink url="&blfs-wiki;/gnome-contacts"/>
104 </para>
105 </sect2>
106
107 <sect2 role="installation">
108 <title>Installation of GNOME Contacts</title>
109
110 <para>
111 Install <application>GNOME Contacts</application> by running the following
112 commands:
113 </para>
114
115<screen><userinput>./configure --prefix=/usr \
116 --disable-static &amp;&amp;
117make</userinput></screen>
118
119 <para>
120 This package does not come with a test suite.
121 </para>
122
123 <para>
124 Now, as the <systemitem class="username">root</systemitem> user:
125 </para>
126
127<screen role="root"><userinput>make install</userinput></screen>
128
129 </sect2>
130
131 <sect2 role="commands">
132 <title>Command Explanations</title>
133
134 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
135 href="../../xincludes/static-libraries.xml"/>
136
137 <para>
138 <option>--with-cheese</option>: Use this switch if you
139 wish to enable cheese webcam support.
140 </para>
141
142
143 </sect2>
144
145 <sect2 role="content">
146 <title>Contents</title>
147
148 <segmentedlist>
149 <segtitle>Installed Program</segtitle>
150 <segtitle>Installed Libraries</segtitle>
151 <segtitle>Installed Directories</segtitle>
152
153 <seglistitem>
154 <seg>
155 gnome-contacts
156 </seg>
157 <seg>
158 None
159 </seg>
160 <seg>
161 /usr/lib/gnome-contacts
162 </seg>
163 </seglistitem>
164 </segmentedlist>
165
166 <variablelist>
167 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
168 <?dbfo list-presentation="list"?>
169 <?dbhtml list-presentation="table"?>
170
171 <varlistentry id="gnome-contacts-prog">
172 <term><command>gnome-contacts</command></term>
173 <listitem>
174 <para>
175 is a program for accessing and storing information about contacts.
176 </para>
177 <indexterm zone="gnome-contacts gnome-contacts-prog">
178 <primary sortas="b-gnome-contacts">gnome-contacts</primary>
179 </indexterm>
180 </listitem>
181 </varlistentry>
182
183 </variablelist>
184
185 </sect2>
186
187</sect1>
Note: See TracBrowser for help on using the repository browser.