source: gnome/add/gnome-documents.xml@ db937f2

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 db937f2 was 91b8b202, checked in by Krejzi <krejzi@…>, 12 years ago

epiphany-extensions 3.4.0, gnome-color-manager 3.4.0, gnome-documents 0.4.1, gnome-nettool 3.2.0. Re-added Sound Juicer, but now version 3.4.0. Moved hamster-applet into obsolete. Created obsolete.xml file for keeping hrefs to obsolete packages out of add.xml (gnome section). Moved clutter and mx packages from Graphics to X Libraries section and sorted alphabeticaly Xorg Libraries section. Moved Tracker (currently only used by gnome packages) and polkit-gnome (only used by gnome and also listed as part of gnome core) to Gnome section. Split Additional Gnome Packages into Applications (officially part of gnome apps) and Other (not officially part of gnome core nor gnome applications but needed or used by other packages or people)

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@10037 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-documents-download-http
8 "&gnome-download-http;/gnome-documents/0.4/gnome-documents-&gnome-documents-version;.tar.xz">
9 <!ENTITY gnome-documents-download-ftp
10 "&gnome-download-ftp;/gnome-documents/0.4/gnome-documents-&gnome-documents-version;.tar.xz">
11 <!ENTITY gnome-documents-md5sum "214f5be4c4e459aef19c32cfbebba720">
12 <!ENTITY gnome-documents-size "492 KB">
13 <!ENTITY gnome-documents-buildsize "10 MB">
14 <!ENTITY gnome-documents-time "0.4 SBU">
15]>
16
17<sect1 id="gnome-documents" xreflabel="gnome-documents-&gnome-documents-version;">
18 <?dbhtml filename="gnome-documents.html"?>
19
20 <sect1info>
21 <othername>$LastChangedBy$</othername>
22 <date>$Date$</date>
23 </sect1info>
24
25 <title>gnome-documents-&gnome-documents-version;</title>
26
27 <indexterm zone="gnome-documents">
28 <primary sortas="a-gnome-documents">gnome-documents</primary>
29 </indexterm>
30
31 <sect2 role="package">
32 <title>Introduction to gnome-documents</title>
33
34 <para><application>GNOME Documents</application> is a document viewer which supports
35 local documents (using the <application>tracker</application> search engine) and
36 Google Documents. For local documents, this appears to be restricted to PDF and PS
37 files.</para>
38
39 &lfs70_checked;
40
41 <bridgehead renderas="sect3">Package Information</bridgehead>
42 <itemizedlist spacing="compact">
43 <listitem>
44 <para>Download (HTTP): <ulink url="&gnome-documents-download-http;"/></para>
45 </listitem>
46 <listitem>
47 <para>Download (FTP): <ulink url="&gnome-documents-download-ftp;"/></para>
48 </listitem>
49 <listitem>
50 <para>Download MD5 sum: &gnome-documents-md5sum;</para>
51 </listitem>
52 <listitem>
53 <para>Download size: &gnome-documents-size;</para>
54 </listitem>
55 <listitem>
56 <para>Estimated disk space required: &gnome-documents-buildsize;</para>
57 </listitem>
58 <listitem>
59 <para>Estimated build time: &gnome-documents-time;</para>
60 </listitem>
61 </itemizedlist>
62
63 <bridgehead renderas="sect3">gnome-documents Dependencies</bridgehead>
64
65 <bridgehead renderas="sect4">Required</bridgehead>
66 <para role="required">
67 <xref linkend="clutter-gtk"/>,
68 <xref linkend="evince"/> (with introspection enabled),
69 <xref linkend="gjs"/>,
70 <xref linkend="gnome-desktop"/>,
71 <xref linkend="gnome-online-accounts"/>,
72 <xref linkend="libgdata"/> and
73 <xref linkend="tracker"/>
74 </para>
75
76 <bridgehead renderas="sect4">Additional Runtime Dependency</bridgehead>
77 <para role="optional">
78 Although this package uses <application>evince</application>,
79 it needs <xref linkend="gimp"/> to display documents.
80 </para>
81
82 <para condition="html" role="usernotes">User Notes:
83 <ulink url="&blfs-wiki;/gnome-documents"/></para>
84
85 </sect2>
86
87 <sect2 role="installation">
88 <title>Installation of gnome-documents</title>
89
90 <para>Install <application>gnome-documents</application> by running the following
91 commands:</para>
92
93<screen><userinput>./configure --prefix=/usr \
94 --libexecdir=/usr/lib/gnome-documents &amp;&amp;
95make</userinput></screen>
96
97 <para>This package&apos;s testsuite is only intended to be used by the
98 maintainer to check i18n files.</para>
99
100 <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
101
102<screen role="root"><userinput>make install</userinput></screen>
103
104 </sect2>
105
106 <sect2 role="commands">
107 <title>Command Explanations</title>
108
109 <para><parameter>--libexecdir=/usr/lib/gnome-documents</parameter>: This
110 parameter ensures <filename>gd-tracker-gdata-miner</filename> is not installed in
111 <filename class="directory">/usr/libexec</filename>.</para>
112
113 </sect2>
114
115 <sect2 role="content">
116 <title>Contents</title>
117
118 <segmentedlist>
119 <segtitle>Installed Program</segtitle>
120 <segtitle>Installed Directories</segtitle>
121
122 <seglistitem>
123 <seg>
124 gnome-documents
125 </seg>
126 <seg>
127 /usr/lib/gnome-documents and /usr/share/gnome-documents
128 </seg>
129 </seglistitem>
130 </segmentedlist>
131
132 <variablelist>
133 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
134 <?dbfo list-presentation="list"?>
135 <?dbhtml list-presentation="table"?>
136
137 <varlistentry id="gnome-documents-prog">
138 <term><command>gnome-documents</command></term>
139 <listitem>
140 <para>displays (indexed) shared and local documents.</para>
141 <indexterm zone="gnome-documents gnome-documents-prog">
142 <primary sortas="b-gnome-documents-prog">gnome-documents-prog</primary>
143 </indexterm>
144 </listitem>
145 </varlistentry>
146
147 </variablelist>
148
149 </sect2>
150
151</sect1>
Note: See TracBrowser for help on using the repository browser.