source: gnome/applications/gnome-contacts.xml@ 65669e5

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

Added new pages geocode-glib geoip gnome-clocks gnome-color-manager gnome-contacts gnome-dbus-python gnome-desktop-file-utils gnome-dictionary farstream folks telepathy-farstream telepathy-glib telepathy-logger telepathy-mission-control valadoc zeitgeist

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

  • Property mode set to 100644
File size: 5.2 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="glib2"/>,
84 <xref linkend="gtk3"/>,
85 <xref linkend="folks"/> (built with e-d-s support),
86 <xref linkend="gnome-desktop"/>,
87 <xref linkend="libgee"/>,
88 <xref linkend="telepathy-glib"/>,
89 <xref linkend="libnotify"/>,
90 <xref linkend="gnome-online-accounts"/>, and
91 <xref linkend="vala"/>
92 </para>
93
94 <bridgehead renderas="sect4">Optional</bridgehead>
95 <para role="optional">
96 <xref linkend="cheese"/>, and
97 <xref linkend="gstreamer10"/>
98 </para>
99
100 <bridgehead renderas="sect4">Additional Runtime Dependencies</bridgehead>
101 <para role="required">
102 <xref linkend="telepathy-mission-control"/>
103 </para>
104
105 <para condition="html" role="usernotes">User Notes:
106 <ulink url="&blfs-wiki;/gnome-contacts"/>
107 </para>
108 </sect2>
109
110 <sect2 role="installation">
111 <title>Installation of GNOME Contacts</title>
112
113 <para>
114 Install <application>GNOME Contacts</application> by running the following
115 commands:
116 </para>
117
118<screen><userinput>./configure --prefix=/usr --libexecdir=/usr/lib/gnome-contacts &amp;&amp;
119make</userinput></screen>
120
121 <para>
122 This package does not come with a test suite.
123 </para>
124
125 <para>
126 Now, as the <systemitem class="username">root</systemitem> user:
127 </para>
128
129<screen role="root"><userinput>make install</userinput></screen>
130
131 </sect2>
132
133 <sect2 role="content">
134 <title>Contents</title>
135
136 <segmentedlist>
137 <segtitle>Installed Program</segtitle>
138 <segtitle>Installed Libraries</segtitle>
139 <segtitle>Installed Directories</segtitle>
140
141 <seglistitem>
142 <seg>
143 gnome-contacts
144 </seg>
145 <seg>
146 None
147 </seg>
148 <seg>
149 /usr/lib/gnome-contacts
150 </seg>
151 </seglistitem>
152 </segmentedlist>
153
154 <variablelist>
155 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
156 <?dbfo list-presentation="list"?>
157 <?dbhtml list-presentation="table"?>
158
159 <varlistentry id="gnome-contacts-prog">
160 <term><command>gnome-contacts</command></term>
161 <listitem>
162 <para>
163 is a program for accessing and storing information about contacts.
164 </para>
165 <indexterm zone="gnome-contacts gnome-contacts-prog">
166 <primary sortas="b-gnome-contacts">gnome-contacts</primary>
167 </indexterm>
168 </listitem>
169 </varlistentry>
170
171 </variablelist>
172
173 </sect2>
174
175</sect1>
Note: See TracBrowser for help on using the repository browser.