Changeset d936413


Ignore:
Timestamp:
10/16/2007 11:20:15 AM (17 years ago)
Author:
Randy McMurchy <randy@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 6.3, 6.3-rc1, 6.3-rc2, 6.3-rc3, 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
Children:
d59bdd1b
Parents:
f952748
Message:

Updated the Evince instructions to reflect the GNOME-2.18.3 update

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

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • general.ent

    rf952748 rd936413  
    44-->
    55
    6 <!ENTITY day          "22">                   <!-- Always 2 digits -->
    7 <!ENTITY month        "09">                   <!-- Always 2 digits -->
     6<!ENTITY day          "16">                   <!-- Always 2 digits -->
     7<!ENTITY month        "10">                   <!-- Always 2 digits -->
    88<!ENTITY year         "2007">
    99<!ENTITY version      "svn-&year;&month;&day;">
    10 <!ENTITY releasedate  "September &day;nd, &year;">
     10<!ENTITY releasedate  "October &day;th, &year;">
    1111<!ENTITY pubdate      "&year;-&month;-&day;"> <!-- metadata req. by TLDP -->
    1212<!ENTITY blfs-version "svn">                  <!-- svn|[release #] -->
  • gnome/add/evince.xml

    rf952748 rd936413  
    77  <!ENTITY evince-download-http "&gnome-download-http;/evince/0.8/evince-&evince-version;.tar.bz2">
    88  <!ENTITY evince-download-ftp  "&gnome-download-ftp;/evince/0.8/evince-&evince-version;.tar.bz2">
    9   <!ENTITY evince-md5sum        "94be73485eeb8584b4aeaa8ac87699f0">
    10   <!ENTITY evince-size          "994 KB">
    11   <!ENTITY evince-buildsize     "35.2 MB">
     9  <!ENTITY evince-md5sum        "0603d3f3f5648c88f10f75c89807c3d1">
     10  <!ENTITY evince-size          "1.5 MB">
     11  <!ENTITY evince-buildsize     "44 MB">
    1212  <!ENTITY evince-time          "0.7 SBU">
    1313]>
     
    7272    <bridgehead renderas="sect4">Required</bridgehead>
    7373    <para role="required"><xref linkend="libgnomeui"/>,
    74     <xref linkend="gnome-doc-utils"/>, and
    75     <xref linkend="poppler"/>
    76     (<emphasis role='strong'>must be a version &gt;= 5.1</emphasis> and built
    77     with <application>GTK+</application> support)</para>
     74    <xref linkend="gnome-icon-theme"/>, and
     75    <xref linkend="gnome-doc-utils"/></para>
    7876
    7977    <bridgehead renderas="sect4">Run-Time Requirement</bridgehead>
     
    8280    <bridgehead renderas="sect4">Optional</bridgehead>
    8381    <para role="optional"><xref linkend="intltool"/>,
     82    <xref linkend="gtk-doc"/>,
     83    <xref linkend="libgnomeprintui"/> (only used as an alternate method
     84      for printing),
    8485    <xref linkend="libtiff"/>,
    8586    <xref linkend="tetex"/> (required to build the DVI viewer),
    86     <xref linkend="libgnomeprintui"/>
    87     (required to print from <application>Evince</application>),
    8887    <xref linkend="nautilus"/>
    89     (required to build the <application>Nautilus</application> plugin),
     88      (required to build the <application>Nautilus</application> plugin),
     89    <xref linkend="poppler"/> (required for PDF support and must be built
     90      with <application>GTK+</application> support),
    9091    <xref linkend="espgs"/> or <xref linkend="gs"/>
    9192    (required for Postscript ability from <application>Evince</application>),
     
    109110            --sysconfdir=&gnome-etc-dir; \
    110111            --localstatedir=/var/lib \
     112            --mandir=$(pkg-config \
     113              --variable=prefix ORBit-2.0)/share/man \
    111114            --disable-ps \
    112115            --enable-pixbuf &amp;&amp;
    113116make</userinput></screen>
    114117
    115     <para>This package does not come with a test suite.</para>
     118    <para>The test suite for this package requires a functional
     119    <application>dogtail</application> installation. Requirements and
     120    download information can be found at
     121    <ulink url="http://people.redhat.com/zcerza/dogtail/"/>. The test suite
     122    is invoked by issuing <command>make check</command>.</para>
    116123
    117124    <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
     
    132139    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
    133140    href="../../xincludes/scrollkeeper-dir.xml"/>
     141
     142    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     143    href="../../xincludes/gnome-mandir.xml"/>
    134144
    135145    <para><option>--disable-ps</option>: This parameter is required if you
    136146    don't have a Ghostscript package installed. Remove the parameter if you
    137147    do have a Ghostscript package installed and wish to build the DVI
    138     viewer.</para>
     148    viewer which provides Postscript support.</para>
    139149
    140150    <para><option>--enable-djvu</option>: Use this parameter if you have the
    141151    <application>DjVuLibre</application> package installed and you wish to
    142     build support to view DjVu files.</para>
     152    build support to view DjVu graphic files.</para>
    143153
    144154    <para><option>--enable-dvi</option>: Use this parameter if you have the
  • introduction/welcome/changelog.xml

    rf952748 rd936413  
    4141
    4242-->
     43
     44    <listitem>
     45      <para>October 16th, 2007</para>
     46      <itemizedlist>
     47        <listitem>
     48          <para>[name] - Updated the Evince instructions to reflect the
     49          GNOME-2.18.3 update.</para>
     50        </listitem>
     51      </itemizedlist>
     52    </listitem>
    4353
    4454    <listitem>
Note: See TracChangeset for help on using the changeset viewer.