source: gnome-systemd/applications/gnome-contacts.xml@ a5a8a71

systemd-11177
Last change on this file since a5a8a71 was a5a8a71, checked in by Krejzi <krejzi@…>, 10 years ago

Check entire GNOME section, retire libgnomekbd.

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

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