Add gnome-documents.

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@9528 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
Ken Moffat 2012-02-26 23:23:40 +00:00
parent aa872c3e03
commit 1cf2661a25
5 changed files with 173 additions and 3 deletions

View File

@ -781,6 +781,7 @@ $Date$
<!ENTITY glade-version "3.10.2">
<!ENTITY gnome-color-manager-version "3.2.1">
<!ENTITY gnome-devel-docs-version "3.2.1">
<!ENTITY gnome-documents-version "0.2.1">
<!ENTITY gnome-games-version "2.30.2">
<!ENTITY gnome-nettool-version "2.30.0">
<!ENTITY gnome-power-manager-version "2.30.1">

View File

@ -47,6 +47,7 @@ $Date$
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="glade.xml"/>
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="gnome-color-manager.xml"/>
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="gnome-devel-docs.xml"/>
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="gnome-documents.xml"/>
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="gnome-games.xml"/>
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="gnome-nettool.xml"/>
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="gnome-power-manager.xml"/>

View File

@ -0,0 +1,167 @@
<?xml version="1.0" encoding="ISO-8859-1"?>
<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
"http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
<!ENTITY % general-entities SYSTEM "../../general.ent">
%general-entities;
<!ENTITY gnome-documents-download-http "&gnome-download-http;/gnome-documents/0.2/gnome-documents-&gnome-documents-version;.tar.xz">
<!ENTITY gnome-documents-download-ftp "&gnome-download-ftp;/gnome-documents/0.2/gnome-documents-&gnome-documents-version;.tar.xz">
<!ENTITY gnome-documents-md5sum "3fff556f631ae55ec5d9dd256e986701">
<!ENTITY gnome-documents-size "416 KB">
<!ENTITY gnome-documents-buildsize "6.1 MB">
<!ENTITY gnome-documents-time "0.2 SBU">
]>
<sect1 id="gnome-documents" xreflabel="gnome-documents-&gnome-documents-version;">
<?dbhtml filename="gnome-documents.html"?>
<sect1info>
<othername>$LastChangedBy$</othername>
<date>$Date$</date>
</sect1info>
<title>gnome-documents-&gnome-documents-version;</title>
<indexterm zone="gnome-documents">
<primary sortas="a-gnome-documents">gnome-documents</primary>
</indexterm>
<sect2 role="package">
<title>Introduction to gnome-documents</title>
<para><application>GNOME Documents</application> is a document viewer which supports
local documents (using the <application>tracker</application> search engine) and
Google Documents. For local documents, this appears to be restricted to PDF and PS
files.</para>
&lfs70_checked;
<bridgehead renderas="sect3">Package Information</bridgehead>
<itemizedlist spacing="compact">
<listitem>
<para>Download (HTTP): <ulink url="&gnome-documents-download-http;"/></para>
</listitem>
<listitem>
<para>Download (FTP): <ulink url="&gnome-documents-download-ftp;"/></para>
</listitem>
<listitem>
<para>Download MD5 sum: &gnome-documents-md5sum;</para>
</listitem>
<listitem>
<para>Download size: &gnome-documents-size;</para>
</listitem>
<listitem>
<para>Estimated disk space required: &gnome-documents-buildsize;</para>
</listitem>
<listitem>
<para>Estimated build time: &gnome-documents-time;</para>
</listitem>
</itemizedlist>
<bridgehead renderas="sect3">gnome-documents Dependencies</bridgehead>
<bridgehead renderas="sect4">Required</bridgehead>
<para role="required"><xref linkend="clutter-gtk"/>,
<xref linkend="evince"/> (with introspection enabled),
<xref linkend="glib2"/>,
<xref linkend="gobject-introspection"/>,
<xref linkend="gtk3"/>,
<xref linkend="gnome-desktop"/>,
<xref linkend="tracker"/>,
<xref linkend="gnome-online-accounts"/>,
<xref linkend="libgdata"/>, and
<xref linkend="liboauth"/></para>
<bridgehead renderas="sect4">Additional Runtime Dependency</bridgehead>
<para role="optional">Although this package uses <application>evince</application>,
it needs <xref linkend="gimp"/> to display documents.</para>
<para condition="html" role="usernotes">User Notes:
<ulink url="&blfs-wiki;/gnome-documents"/></para>
</sect2>
<sect2 role="installation">
<title>Installation of gnome-documents</title>
<para>Install <application>gnome-documents</application> by running the following
commands:</para>
<screen><userinput>./configure --prefix=$GNOME_PREFIX \
--libexecdir=$GNOME_PREFIX/lib/gnome-documents &amp;&amp;
make</userinput></screen>
<para>This package&apos;s testsuite is only intended to be used by the
maintainer to check i18n files.</para>
<para>Now, as the <systemitem class="username">root</systemitem> user:</para>
<screen role="root"><userinput>make install</userinput></screen>
</sect2>
<sect2 role="commands">
<title>Command Explanations</title>
<para><parameter>--libexecdir=$GNOME_PREFIX/lib/gnome-documents</parameter>: This
parameter ensures <filename>gd-tracker-gdata-miner</filename> is not installed in
<filename class="directory">$GNOME_PREFIX/libexec</filename> which would violate the
FHS.</para>
</sect2>
<sect2 role="content">
<title>Contents</title>
<segmentedlist>
<segtitle>Installed Programs</segtitle>
<segtitle>Installed Library</segtitle>
<segtitle>Installed Directories</segtitle>
<seglistitem>
<seg>gd-tracker-gdata-miner and gnome-documents</seg>
<seg>libgdprivate-1.0.so</seg>
<seg><envar>$GNOME_SYSCONFDIR</envar>/{lib/gnome-documents,share/gnome-documents/{icons,js/util,style}}</seg>
</seglistitem>
</segmentedlist>
<variablelist>
<bridgehead renderas="sect3">Short Descriptions</bridgehead>
<?dbfo list-presentation="list"?>
<?dbhtml list-presentation="table"?>
<varlistentry id="gd-tracker-gdata-miner">
<term><command>gd-tracker-gdata-miner</command></term>
<listitem>
<para>indexes google documents shared to you.</para>
<indexterm zone="gnome-documents gd-tracker-gdata-miner">
<primary sortas="b-gd-tracker-gdata-miner">gd-tracker-gdata-miner</primary>
</indexterm>
</listitem>
</varlistentry>
<varlistentry id="gnome-documents-prog">
<term><command>gnome-documents</command></term>
<listitem>
<para>displays (indexed) shared and local documents.</para>
<indexterm zone="gnome-documents gnome-documents-prog">
<primary sortas="b-gnome-documents-prog">gnome-documents-prog</primary>
</indexterm>
</listitem>
</varlistentry>
<!--<varlistentry id="libgdprivate-1">
<term><filename class='libraryfile'>libgdprivate-1.0.so</filename></term>
<listitem>
<para>contains functions that .....</para>
<indexterm zone="gnome-documents libgdprivate-1">
<primary sortas="c-libgdprivate-1">libgdprivate-1.0.so</primary>
</indexterm>
</listitem>
</varlistentry>-->
</variablelist>
</sect2>
</sect1>

View File

@ -158,9 +158,7 @@ make</userinput></screen>
gobject-introspection support is turned off, even though that package
is an expected component of a <application>GNOME</application> system.
The introspection support is, however, required if you intend to build
<!-- FIXME:ken
<xref linkend="gnome-documents"/>, -->
gnome-documents-0.2.1,
<xref linkend="gnome-documents"/>,
so it is enabled here. Most BLFS users can probably omit it and find
local files using e.g. <command>find -name '*.pdf'</command>.</para>

View File

@ -56,6 +56,9 @@
<listitem>
<para>[ken] - added gnome-devel-docs-3.2.1 from Wayne.</para>
</listitem>
<listitem>
<para>[ken] - added gnome-documents-0.2.1 from Wayne.</para>
</listitem>
</itemizedlist>
</listitem>