Ignore:
Timestamp:
05/16/2012 04:39:28 PM (12 years ago)
Author:
Krejzi <krejzi@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 12.2, 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, gimp3, 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/for-12.3, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/spidermonkey128, xry111/test-20220226, xry111/xf86-video-removal
Children:
121d292
Parents:
c099902d
Message:

Gnome 3.4.2 (See changelog for which components were upgraded/added). Converted all of Gnome XML files to the 'new xml format'. Sorted 'Postlfs' and 'General' section packages in some kind of order. Moved Colord into 'System Utilities' and SpiderMonkey into 'General Utilities'. Fixed Avahi dependencies as reported last night. Fixed several typos and dependencies in other packages. Sorted general.ent according to other packages.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • gnome/add/gnome-documents.xml

    rc099902d r7ded7e3  
    99  <!ENTITY gnome-documents-download-ftp 
    1010           "&gnome-download-ftp;/gnome-documents/0.4/gnome-documents-&gnome-documents-version;.tar.xz">
    11   <!ENTITY gnome-documents-md5sum        "214f5be4c4e459aef19c32cfbebba720">
     11  <!ENTITY gnome-documents-md5sum        "465de85bf9bac48ff300b1bf6aa5851c">
    1212  <!ENTITY gnome-documents-size          "492 KB">
    1313  <!ENTITY gnome-documents-buildsize     "10 MB">
     
    3030
    3131  <sect2 role="package">
    32     <title>Introduction to gnome-documents</title>
     32    <title>Introduction to GNOME Documents</title>
    3333
    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>
     34    <para>
     35      <application>GNOME Documents</application> is a document viewer which supports
     36      local documents (using the <application>Tracker</application> search engine) and
     37      Google Documents. For local documents, this appears to be restricted to PDF and PS
     38      files.
     39    </para>
    3840
    3941    &lfs70_checked;
     
    4244    <itemizedlist spacing="compact">
    4345      <listitem>
    44         <para>Download (HTTP): <ulink url="&gnome-documents-download-http;"/></para>
     46        <para>
     47          Download (HTTP): <ulink url="&gnome-documents-download-http;"/>
     48        </para>
    4549      </listitem>
    4650      <listitem>
    47         <para>Download (FTP): <ulink url="&gnome-documents-download-ftp;"/></para>
     51        <para>
     52          Download (FTP): <ulink url="&gnome-documents-download-ftp;"/>
     53        </para>
    4854      </listitem>
    4955      <listitem>
    50         <para>Download MD5 sum: &gnome-documents-md5sum;</para>
     56        <para>
     57          Download MD5 sum: &gnome-documents-md5sum;
     58        </para>
    5159      </listitem>
    5260      <listitem>
    53         <para>Download size: &gnome-documents-size;</para>
     61        <para>
     62          Download size: &gnome-documents-size;
     63        </para>
    5464      </listitem>
    5565      <listitem>
    56         <para>Estimated disk space required: &gnome-documents-buildsize;</para>
     66        <para>
     67          Estimated disk space required: &gnome-documents-buildsize;
     68        </para>
    5769      </listitem>
    5870      <listitem>
    59         <para>Estimated build time: &gnome-documents-time;</para>
     71        <para>
     72          Estimated build time: &gnome-documents-time;
     73        </para>
    6074      </listitem>
    6175    </itemizedlist>
    6276
    63     <bridgehead renderas="sect3">gnome-documents Dependencies</bridgehead>
     77    <bridgehead renderas="sect3">GNOME Documents Dependencies</bridgehead>
    6478
    6579    <bridgehead renderas="sect4">Required</bridgehead>
    6680    <para role="required">
    6781      <xref linkend="clutter-gtk"/>,
    68       <xref linkend="evince"/> (with introspection enabled),
     82      <xref linkend="evince"/> (with introspection support enabled),
    6983      <xref linkend="gjs"/>,
    7084      <xref linkend="gnome-desktop"/>,
     
    7690    <bridgehead renderas="sect4">Additional Runtime Dependency</bridgehead>
    7791    <para role="optional">
    78       Although this package uses <application>evince</application>,
     92      Although this package uses <application>Evince</application>,
    7993      it needs <xref linkend="gimp"/> to display documents.
    8094    </para>
    8195
    8296    <para condition="html" role="usernotes">User Notes:
    83     <ulink url="&blfs-wiki;/gnome-documents"/></para>
    84 
     97      <ulink url="&blfs-wiki;/gnome-documents"/>
     98    </para>
    8599  </sect2>
    86100
    87101  <sect2 role="installation">
    88     <title>Installation of gnome-documents</title>
     102    <title>Installation of GNOME Documents</title>
    89103
    90     <para>Install <application>gnome-documents</application> by running the following
    91     commands:</para>
     104    <para>
     105      Install <application>GNOME Documents</application> by running the following
     106      commands:
     107    </para>
    92108
    93109<screen><userinput>./configure --prefix=/usr \
     
    95111make</userinput></screen>
    96112
    97     <para>This package&apos;s testsuite is only intended to be used by the
    98     maintainer to check i18n files.</para>
     113    <para>
     114      This package does not come with a test suite.
     115    </para>
    99116
    100     <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
     117    <para>
     118      Now, as the <systemitem class="username">root</systemitem> user:
     119    </para>
    101120
    102121<screen role="root"><userinput>make install</userinput></screen>
     
    107126    <title>Command Explanations</title>
    108127
    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>
     128    <para>
     129      <parameter>--libexecdir=/usr/lib/gnome-documents</parameter>: This
     130      parameter ensures <filename>gd-tracker-gdata-miner</filename> is not installed in
     131      <filename class="directory">/usr/libexec</filename>.
     132    </para>
    112133
    113134  </sect2>
     
    125146        </seg>
    126147        <seg>
    127           /usr/lib/gnome-documents and /usr/share/gnome-documents
     148          /usr/lib/gnome-documents and
     149          /usr/share/gnome-documents
    128150        </seg>
    129151      </seglistitem>
     
    138160        <term><command>gnome-documents</command></term>
    139161        <listitem>
    140           <para>displays (indexed) shared and local documents.</para>
     162          <para>
     163            displays (indexed) shared and local documents.
     164          </para>
    141165          <indexterm zone="gnome-documents gnome-documents-prog">
    142             <primary sortas="b-gnome-documents-prog">gnome-documents-prog</primary>
     166            <primary sortas="b-gnome-documents">gnome-documents</primary>
    143167          </indexterm>
    144168        </listitem>
Note: See TracChangeset for help on using the changeset viewer.