source: archive/gnome/gnome-contacts.xml@ 48b59802

11.1 11.2 11.3 12.0 12.1 kea ken/TL2024 ken/inkscape-core-mods ken/tuningfonts lazarus lxqt plabs/newcss plabs/python-mods python3.11 qt5new rahul/power-profiles-daemon renodr/vulkan-addition trunk upgradedb xry111/intltool xry111/llvm18 xry111/soup3 xry111/test-20220226 xry111/xf86-video-removal
Last change on this file since 48b59802 was 45ab6c7, checked in by Xi Ruoyao <xry111@…>, 3 years ago

more SVN prop clean up

Remove "$LastChanged$" everywhere, and also some unused $Date$

  • 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 <date>$Date$</date>
22 </sect1info>
23
24 <title>gnome-contacts-&gnome-contacts-version;</title>
25
26 <indexterm zone="gnome-contacts">
27 <primary sortas="a-gnome-contacts">gnome-contacts</primary>
28 </indexterm>
29
30 <sect2 role="package">
31 <title>Introduction to GNOME Contacts</title>
32
33 <para>
34 <application>GNOME Contacts</application> is a simple contacts application
35 that allows you to view your contacts as well as edit their details and create
36 new contacts. Online integration is an important aspect of GNOME Contacts - it
37 will seamlessly synchronise with the contacts stored in online accounts. If you
38 have the same person in multiple online accounts, GNOME Contacts will
39 automatically link them together into the same contact.
40 </para>
41
42 &lfs72_checked;
43
44 <bridgehead renderas="sect3">Package Information</bridgehead>
45 <itemizedlist spacing="compact">
46 <listitem>
47 <para>
48 Download (HTTP): <ulink url="&gnome-contacts-download-http;"/>
49 </para>
50 </listitem>
51 <listitem>
52 <para>
53 Download (FTP): <ulink url="&gnome-contacts-download-ftp;"/>
54 </para>
55 </listitem>
56 <listitem>
57 <para>
58 Download MD5 sum: &gnome-contacts-md5sum;
59 </para>
60 </listitem>
61 <listitem>
62 <para>
63 Download size: &gnome-contacts-size;
64 </para>
65 </listitem>
66 <listitem>
67 <para>
68 Estimated disk space required: &gnome-contacts-buildsize;
69 </para>
70 </listitem>
71 <listitem>
72 <para>
73 Estimated build time: &gnome-contacts-time;
74 </para>
75 </listitem>
76 </itemizedlist>
77
78 <bridgehead renderas="sect3">GNOME Contacts Dependencies</bridgehead>
79
80 <bridgehead renderas="sect4">Required</bridgehead>
81 <para role="required">
82 <xref linkend="evolution-data-server"/>,
83 <xref linkend="folks"/> (built with e-d-s support),
84 <xref linkend="gnome-desktop"/>,
85 <xref linkend="gnome-online-accounts"/> and
86 <xref linkend="vala"/>
87 </para>
88
89 <bridgehead renderas="sect4">Optional</bridgehead>
90 <para role="optional">
91 <xref linkend="cheese"/>
92 </para>
93
94 <bridgehead renderas="sect4">Additional Runtime Dependencies</bridgehead>
95 <para role="required">
96 <xref linkend="telepathy-mission-control"/>
97 </para>
98
99 <para condition="html" role="usernotes">User Notes:
100 <ulink url="&blfs-wiki;/gnome-contacts"/>
101 </para>
102 </sect2>
103
104 <sect2 role="installation">
105 <title>Installation of GNOME Contacts</title>
106
107 <para>
108 Install <application>GNOME Contacts</application> by running the following
109 commands:
110 </para>
111
112<screen><userinput>./configure --prefix=/usr --libexecdir=/usr/lib/gnome-contacts &amp;&amp;
113make</userinput></screen>
114
115 <para>
116 This package does not come with a test suite.
117 </para>
118
119 <para>
120 Now, as the <systemitem class="username">root</systemitem> user:
121 </para>
122
123<screen role="root"><userinput>make install</userinput></screen>
124
125 </sect2>
126
127 <sect2 role="content">
128 <title>Contents</title>
129
130 <segmentedlist>
131 <segtitle>Installed Program</segtitle>
132 <segtitle>Installed Libraries</segtitle>
133 <segtitle>Installed Directories</segtitle>
134
135 <seglistitem>
136 <seg>
137 gnome-contacts
138 </seg>
139 <seg>
140 None
141 </seg>
142 <seg>
143 /usr/lib/gnome-contacts
144 </seg>
145 </seglistitem>
146 </segmentedlist>
147
148 <variablelist>
149 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
150 <?dbfo list-presentation="list"?>
151 <?dbhtml list-presentation="table"?>
152
153 <varlistentry id="gnome-contacts-prog">
154 <term><command>gnome-contacts</command></term>
155 <listitem>
156 <para>
157 is a program for accessing and storing information about contacts.
158 </para>
159 <indexterm zone="gnome-contacts gnome-contacts-prog">
160 <primary sortas="b-gnome-contacts">gnome-contacts</primary>
161 </indexterm>
162 </listitem>
163 </varlistentry>
164
165 </variablelist>
166
167 </sect2>
168
169</sect1>
Note: See TracBrowser for help on using the repository browser.