source: gnome/core/gnome-contacts.xml@ 822075f

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 822075f was e975eaa3, checked in by Ken Moffat <ken@…>, 12 years ago

*really* add gnome-contacts

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

  • Property mode set to 100644
File size: 4.8 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 "&gnome-download-http;/gnome-contacts/3.2/gnome-contacts-&gnome-contacts-version;.tar.xz">
8 <!ENTITY gnome-contacts-download-ftp "&gnome-download-ftp;/gnome-contacts/3.2/gnome-contacts-&gnome-contacts-version;.tar.xz">
9 <!ENTITY gnome-contacts-md5sum "b7974ffcdd106fe9c42a074c465d0ef0">
10 <!ENTITY gnome-contacts-size "465 KB">
11 <!ENTITY gnome-contacts-buildsize "?? MB">
12 <!ENTITY gnome-contacts-time "?? SBU">
13]>
14
15<sect1 id="gnome-contacts" xreflabel="gnome-contacts-&gnome-contacts-version;">
16 <?dbhtml filename="gnome-contacts.html"?>
17
18 <sect1info>
19 <othername>$LastChangedBy$</othername>
20 <date>$Date$</date>
21 </sect1info>
22
23 <title>gnome-contacts-&gnome-contacts-version;</title>
24
25 <indexterm zone="gnome-contacts">
26 <primary sortas="a-gnome-contacts">gnome-contacts</primary>
27 </indexterm>
28
29 <sect2 role="package">
30 <title>Introduction to gnome-contacts</title>
31
32 <para><application>GNOME Contacts</application> is a simple contacts application
33 that allows you to view your contacts as well as edit their details and create
34 new contacts. Online integration is an important aspect of GNOME Contacts - it
35 will seamlessly synchronise with the contacts stored in online accounts. If you
36 have the same person in multiple online accounts, GNOME Contacts will
37 automatically link them together into the same contact.</para>
38
39 &lfs68_built;
40
41 <bridgehead renderas="sect3">Package Information</bridgehead>
42 <itemizedlist spacing="compact">
43 <listitem>
44 <para>Download (HTTP): <ulink url="&gnome-contacts-download-http;"/></para>
45 </listitem>
46 <listitem>
47 <para>Download (FTP): <ulink url="&gnome-contacts-download-ftp;"/></para>
48 </listitem>
49 <listitem>
50 <para>Download MD5 sum: &gnome-contacts-md5sum;</para>
51 </listitem>
52 <listitem>
53 <para>Download size: &gnome-contacts-size;</para>
54 </listitem>
55 <listitem>
56 <para>Estimated disk space required: &gnome-contacts-buildsize;</para>
57 </listitem>
58 <listitem>
59 <para>Estimated build time: &gnome-contacts-time;</para>
60 </listitem>
61 </itemizedlist>
62
63 <bridgehead renderas="sect3">gnome-contacts Dependencies</bridgehead>
64
65 <bridgehead renderas="sect4">Required</bridgehead>
66 <para role="required"><xref linkend="folks"/>,
67 <xref linkend="glib2"/>,
68 <xref linkend="gtk3"/>,
69 <xref linkend="libnotify"/>, and
70 <xref linkend="vala"/></para>
71
72 <para condition="html" role="usernotes">User Notes:
73 <ulink url="&blfs-wiki;/gnome-contacts"/></para>
74
75 </sect2>
76
77 <sect2 role="installation">
78 <title>Installation of gnome-contacts</title>
79
80 <para>Install <application>gnome-contacts</application> by running the following
81 commands:</para>
82
83<screen><userinput>./configure --prefix=$GNOME_PREFIX \
84 --sysconfdir=$GNOME_SYSCONFDIR \
85 --libexecdir=$GNOME_PREFIX/lib/gnome-contacts &amp;&amp;
86make</userinput></screen>
87
88 <para>To test the results, issue: <command>make check</command>.</para>
89
90 <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
91
92<screen role="root"><userinput>make install</userinput></screen>
93
94 </sect2>
95
96 <sect2 role="commands">
97 <title>Command Explanations</title>
98
99 <para><parameter>--sysconfdir=$GNOME_SYSCONFDIR</parameter>: This parameter does
100 something mandatory for BLFS purposes.</para>
101
102 <para><parameter>--libexecdir=/usr/lib/gnome-contacts</parameter>: This parameter does
103 something mandatory for BLFS purposes.</para>
104
105 </sect2>
106
107 <sect2 role="content">
108 <title>Contents</title>
109
110 <segmentedlist>
111 <segtitle>Installed Program</segtitle>
112 <segtitle>Installed Libraries</segtitle>
113 <segtitle>Installed Directory</segtitle>
114
115 <seglistitem>
116 <seg>gnome-contacts</seg>
117 <seg>None</seg>
118 <seg><envar>$GNOME_PREFIX</envar>/share/gnome-contacts</seg>
119 </seglistitem>
120 </segmentedlist>
121
122 <variablelist>
123 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
124 <?dbfo list-presentation="list"?>
125 <?dbhtml list-presentation="table"?>
126
127 <varlistentry id="gnome-contacts-prog">
128 <term><command>gnome-contacts-prog</command></term>
129 <listitem>
130 <para>does this .....</para>
131 <indexterm zone="gnome-contacts gnome-contacts-prog">
132 <primary sortas="b-gnome-contacts-prog">gnome-contacts-prog</primary>
133 </indexterm>
134 </listitem>
135 </varlistentry>
136
137 </variablelist>
138
139 </sect2>
140
141</sect1>
Note: See TracBrowser for help on using the repository browser.