source: gnome/applications/gnome-contacts.xml@ 91d9178

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 7.10 7.4 7.5 7.6 7.6-blfs 7.6-systemd 7.7 7.8 7.9 8.0 8.1 8.2 8.3 8.4 9.0 9.1 basic bdubbs/svn elogind gnome kde5-13430 kde5-14269 kde5-14686 kea ken/TL2024 ken/inkscape-core-mods ken/tuningfonts krejzi/svn lazarus lxqt nosym perl-modules plabs/newcss plabs/python-mods python3.11 qt5new rahul/power-profiles-daemon renodr/vulkan-addition systemd-11177 systemd-13485 trunk upgradedb xry111/intltool xry111/llvm18 xry111/soup3 xry111/test-20220226 xry111/xf86-video-removal
Last change on this file since 91d9178 was 91d9178, checked in by Krejzi <krejzi@…>, 11 years ago

GNOME updates.

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@10949 af4574ff-66df-0310-9fd7-8a98e5e911e0

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