Updated to GPdf-2.10.0

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@4350 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
Randy McMurchy 2005-05-18 17:04:21 +00:00
parent ce49e89730
commit b2323d496c
2 changed files with 17 additions and 11 deletions

View File

@ -4,12 +4,12 @@
<!ENTITY % general-entities SYSTEM "../../general.ent"> <!ENTITY % general-entities SYSTEM "../../general.ent">
%general-entities; %general-entities;
<!ENTITY gpdf-download-http "http://ftp.gnome.org/pub/GNOME/sources/gpdf/&gnome-version;/gpdf-&gpdf-version;.tar.bz2"> <!ENTITY gpdf-download-http "http://ftp.gnome.org/pub/GNOME/sources/gpdf/&gnome-version;/gpdf-&gpdf-version;.tar.bz2">
<!ENTITY gpdf-download-ftp "ftp://ftp.gnome.org/pub/GNOME/sources/gpdf/&gnome-version;/gpdf-&gpdf-version;.tar.bz2"> <!ENTITY gpdf-download-ftp "ftp://ftp.gnome.org/pub/GNOME/sources/gpdf/&gnome-version;/gpdf-&gpdf-version;.tar.bz2">
<!ENTITY gpdf-md5sum "a1c054d5de1d5ef361006975c57b45f5"> <!ENTITY gpdf-md5sum "9278cd3b9d06e3b1d364452f0e512fa9">
<!ENTITY gpdf-size "1.0 MB"> <!ENTITY gpdf-size "1.0 MB">
<!ENTITY gpdf-buildsize "37.5 MB"> <!ENTITY gpdf-buildsize "36 MB">
<!ENTITY gpdf-time "0.55 SBU"> <!ENTITY gpdf-time "0.5 SBU">
]> ]>
<sect1 id="gpdf" xreflabel="GPdf-&gpdf-version;"> <sect1 id="gpdf" xreflabel="GPdf-&gpdf-version;">
@ -44,7 +44,8 @@ url="&gpdf-download-ftp;"/></para></listitem>
<sect3><title><application>GPdf</application> dependencies</title> <sect3><title><application>GPdf</application> dependencies</title>
<sect4><title>Required</title> <sect4><title>Required</title>
<para><xref linkend="libgnomeprintui"/></para> <para><xref linkend="libgnomeui"/> and
<xref linkend="libgnomeprintui"/></para>
</sect4> </sect4>
<sect4><title>Optional</title> <sect4><title>Optional</title>
@ -65,8 +66,13 @@ commands:</para>
<screen><userinput><command>./configure --prefix=`pkg-config --variable=prefix ORBit-2.0` \ <screen><userinput><command>./configure --prefix=`pkg-config --variable=prefix ORBit-2.0` \
--libexecdir=`pkg-config --variable=prefix ORBit-2.0`/sbin \ --libexecdir=`pkg-config --variable=prefix ORBit-2.0`/sbin \
--sysconfdir=/etc/gnome --localstatedir=/var/lib &amp;&amp; --sysconfdir=/etc/gnome --localstatedir=/var/lib &amp;&amp;
make &amp;&amp; make</command></userinput></screen>
make install</command></userinput></screen>
<para>To test the results, issue: <command>make check</command>.</para>
<para>Now, as the root user:</para>
<screen><userinput role='root'><command>make install</command></userinput></screen>
</sect2> </sect2>

View File

@ -32,8 +32,8 @@
<listitem> <listitem>
<para>May 18th, 2005 [randy]: Updated to GConf Editor-2.10.0, <para>May 18th, 2005 [randy]: Updated to GConf Editor-2.10.0,
GNOME Netstatus-2.10.0 and gcalctool-5.5.42; commented out the Nautilus GNOME Netstatus-2.10.0, gcalctool-5.5.42 and GPdf-2.10.0; commented out
Media package from inclusion in the book.</para> the Nautilus Media package from inclusion in the book.</para>
</listitem> </listitem>
<listitem> <listitem>