Changeset d936413
- Timestamp:
- 10/16/2007 11:20:15 AM (17 years ago)
- Branches:
- 10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 12.2, 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, 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:
- d59bdd1b
- Parents:
- f952748
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
general.ent
rf952748 rd936413 4 4 --> 5 5 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 --> 8 8 <!ENTITY year "2007"> 9 9 <!ENTITY version "svn-&year;&month;&day;"> 10 <!ENTITY releasedate " September &day;nd, &year;">10 <!ENTITY releasedate "October &day;th, &year;"> 11 11 <!ENTITY pubdate "&year;-&month;-&day;"> <!-- metadata req. by TLDP --> 12 12 <!ENTITY blfs-version "svn"> <!-- svn|[release #] --> -
gnome/add/evince.xml
rf952748 rd936413 7 7 <!ENTITY evince-download-http "&gnome-download-http;/evince/0.8/evince-&evince-version;.tar.bz2"> 8 8 <!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.2MB">9 <!ENTITY evince-md5sum "0603d3f3f5648c88f10f75c89807c3d1"> 10 <!ENTITY evince-size "1.5 MB"> 11 <!ENTITY evince-buildsize "44 MB"> 12 12 <!ENTITY evince-time "0.7 SBU"> 13 13 ]> … … 72 72 <bridgehead renderas="sect4">Required</bridgehead> 73 73 <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 >= 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> 78 76 79 77 <bridgehead renderas="sect4">Run-Time Requirement</bridgehead> … … 82 80 <bridgehead renderas="sect4">Optional</bridgehead> 83 81 <para role="optional"><xref linkend="intltool"/>, 82 <xref linkend="gtk-doc"/>, 83 <xref linkend="libgnomeprintui"/> (only used as an alternate method 84 for printing), 84 85 <xref linkend="libtiff"/>, 85 86 <xref linkend="tetex"/> (required to build the DVI viewer), 86 <xref linkend="libgnomeprintui"/>87 (required to print from <application>Evince</application>),88 87 <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), 90 91 <xref linkend="espgs"/> or <xref linkend="gs"/> 91 92 (required for Postscript ability from <application>Evince</application>), … … 109 110 --sysconfdir=&gnome-etc-dir; \ 110 111 --localstatedir=/var/lib \ 112 --mandir=$(pkg-config \ 113 --variable=prefix ORBit-2.0)/share/man \ 111 114 --disable-ps \ 112 115 --enable-pixbuf && 113 116 make</userinput></screen> 114 117 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> 116 123 117 124 <para>Now, as the <systemitem class="username">root</systemitem> user:</para> … … 132 139 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 133 140 href="../../xincludes/scrollkeeper-dir.xml"/> 141 142 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 143 href="../../xincludes/gnome-mandir.xml"/> 134 144 135 145 <para><option>--disable-ps</option>: This parameter is required if you 136 146 don't have a Ghostscript package installed. Remove the parameter if you 137 147 do have a Ghostscript package installed and wish to build the DVI 138 viewer .</para>148 viewer which provides Postscript support.</para> 139 149 140 150 <para><option>--enable-djvu</option>: Use this parameter if you have the 141 151 <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> 143 153 144 154 <para><option>--enable-dvi</option>: Use this parameter if you have the -
introduction/welcome/changelog.xml
rf952748 rd936413 41 41 42 42 --> 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> 43 53 44 54 <listitem>
Note:
See TracChangeset
for help on using the changeset viewer.