Author: ken
Date: 2012-01-04 10:36:19 -0700 (Wed, 04 Jan 2012)
New Revision: 9158
Modified:
trunk/BOOK/general.ent
trunk/BOOK/general/genlib/libgsf.xml
trunk/BOOK/introduction/welcome/changelog.xml
trunk/BOOK/x/lib/goffice.xml
trunk/BOOK/xsoft/office/gnumeric.xml
Log:
Update libgsf, goffice, and gnumeric.
Modified: trunk/BOOK/general/genlib/libgsf.xml
===================================================================
--- trunk/BOOK/general/genlib/libgsf.xml 2011-12-30 16:50:10 UTC (rev
9157)
+++ trunk/BOOK/general/genlib/libgsf.xml 2012-01-04 17:36:19 UTC (rev
9158)
@@ -6,10 +6,10 @@
<!ENTITY libgsf-download-http
"&gnome-download-http;/libgsf/1.14/libgsf-&libgsf-version;.tar.bz2">
<!ENTITY libgsf-download-ftp
"&gnome-download-ftp;/libgsf/1.14/libgsf-&libgsf-version;.tar.bz2">
- <!ENTITY libgsf-md5sum "2d09ad4e61a650b5d554b5fca8250046">
- <!ENTITY libgsf-size "579 KB">
- <!ENTITY libgsf-buildsize "20 MB">
- <!ENTITY libgsf-time "0.4 SBU">
+ <!ENTITY libgsf-md5sum "2b702648b853402554c97d75405c60d3">
+ <!ENTITY libgsf-size "684 KB">
+ <!ENTITY libgsf-buildsize "19 MB">
+ <!ENTITY libgsf-time "0.3 SBU">
]>
<sect1 id="libgsf" xreflabel="libgsf-&libgsf-version;">
@@ -34,7 +34,7 @@
useful for providing an extensible input/output abstraction layer for
structured file formats.</para>
- &lfs67_checked;
+ &lfs70_checked;
<bridgehead renderas="sect3">Package Information</bridgehead>
<itemizedlist spacing="compact">
@@ -78,7 +78,7 @@
<para>Note: you should build the
<filename class='libraryfile'>libgsf-gnome-1.so</filename> library if you
plan on building <xref linkend="gnucash"/> or
- <xref linkend="gnumeric"/> with GNOME support.</para>
+ <xref linkend="gnumeric"/> with GNOME-2 support.</para>
<para condition="html" role="usernotes">User Notes:
<ulink url="&blfs-wiki;/libgsf"/></para>
@@ -91,7 +91,8 @@
<para>Install <application>libgsf</application> by running the following
commands:</para>
-<screen><userinput>./configure --prefix=/usr --without-python &&
+<screen><userinput>./configure --prefix=/usr \
+ --sysconfdir=&gnome-etc-dir; &&
make</userinput></screen>
<para>Running <command>make check</command> will build a battery of test
@@ -108,15 +109,13 @@
<sect2 role="commands">
<title>Command Explanations</title>
- <para><option>--sysconfdir=&gnome-etc-dir;</option>: Pass this parameter to
- the <command>configure</command> script if you have
- <application>GNOME</application>-2 installed so that the
- <application>GConf</application> schema files are installed in the
- correct location.</para>
+ <para><command>--sysconfdir=&gnome-etc-dir;</command>: Use this parameter
to
+ ensure that if <application>GConf</application> has been installed, this
+ package's schema files will be installed in the correct location
instead
+ of <filename class="directory">/usr/etc/</filename>.</para>
- <para><parameter>--without-python</parameter>: This parameter is required
- if <application>Python</application> is not installed. Remove it if
- <application>Python</application> is installed.</para>
+ <para><option>--without-python</option>: This parameter is required
+ if <application>Python</application> is not installed.</para>
<para><option>--disable-static</option>: This switch prevents the
static libraries in this package being built and installed.</para>
Modified: trunk/BOOK/general.ent
===================================================================
--- trunk/BOOK/general.ent 2011-12-30 16:50:10 UTC (rev 9157)
+++ trunk/BOOK/general.ent 2012-01-04 17:36:19 UTC (rev 9158)
@@ -3,13 +3,13 @@
$Date$
-->
-<!ENTITY day "30"> <!-- Always 2 digits -->
-<!ENTITY month "12"> <!-- Always 2 digits -->
-<!ENTITY year "2011">
+<!ENTITY day "05"> <!-- Always 2 digits -->
+<!ENTITY month "01"> <!-- Always 2 digits -->
+<!ENTITY year "2012">
<!ENTITY copyrightdate "2001-&year;">
<!ENTITY copyholder "The BLFS Development Team">
<!ENTITY version "&year;-&month;-&day;">
-<!ENTITY releasedate "December 30th, &year;">
+<!ENTITY releasedate "January 5th, &year;">
<!-- <!ENTITY releasedate "November &day;st, &year;"> -->
<!ENTITY pubdate "&year;-&month;-&day;"> <!-- metadata req. by TLDP -->
<!ENTITY blfs-version "svn"> <!-- svn|[release #] -->
@@ -167,7 +167,7 @@
<!ENTITY glibmm-version "2.24.2">
<!ENTITY libidl-version "0.8.14">
<!ENTITY libcroco-version "0.6.2">
-<!ENTITY libgsf-version "1.14.19">
+<!ENTITY libgsf-version "1.14.21">
<!ENTITY libglade-version "2.6.4">
<!ENTITY expat-version "2.0.1">
<!ENTITY libesmtp-version "1.0.4">
@@ -573,7 +573,7 @@
<!ENTITY hicolor-icon-theme-version "0.12">
<!ENTITY libxklavier-version "5.0">
<!ENTITY freeglut-version "2.6.0">
-<!ENTITY goffice-version "0.8.10">
+<!ENTITY goffice-version "0.8.17">
<!ENTITY mesalib-version "7.9">
<!ENTITY xulrunner-version "9.0.1">
<!ENTITY webkitgtk-version "1.6.1">
@@ -779,7 +779,7 @@
<!-- Part XI -->
<!-- Chapter 34 -->
<!ENTITY AbiWord-version "2.8.6">
-<!ENTITY gnumeric-version "1.10.11">
+<!ENTITY gnumeric-version "1.10.17">
<!ENTITY gnucash-version "2.2.4">
<!ENTITY gimp-version "2.6.11">
<!ENTITY evolution-version "2.30.2">
Modified: trunk/BOOK/introduction/welcome/changelog.xml
===================================================================
--- trunk/BOOK/introduction/welcome/changelog.xml 2011-12-30 16:50:10 UTC
(rev 9157)
+++ trunk/BOOK/introduction/welcome/changelog.xml 2012-01-04 17:36:19 UTC
(rev 9158)
@@ -42,6 +42,16 @@
-->
<listitem>
+ <para>January 5th, 2011</para>
+ <itemizedlist>
+ <listitem>
+ <para>[ken] - Update to libgsf-1.14.21, goffice-0.8.17,
+ gnumeric-1.10.17.</para>
+ </listitem>
+ </itemizedlist>
+ </listitem>
+
+ <listitem>
<para>December 30th, 2011</para>
<itemizedlist>
<listitem>
Modified: trunk/BOOK/x/lib/goffice.xml
===================================================================
--- trunk/BOOK/x/lib/goffice.xml 2011-12-30 16:50:10 UTC (rev 9157)
+++ trunk/BOOK/x/lib/goffice.xml 2012-01-04 17:36:19 UTC (rev 9158)
@@ -6,10 +6,10 @@
<!ENTITY goffice-download-http
"&gnome-download-http;/goffice/0.8/goffice-&goffice-version;.tar.bz2">
<!ENTITY goffice-download-ftp
"&gnome-download-ftp;/goffice/0.8/goffice-&goffice-version;.tar.bz2">
- <!ENTITY goffice-md5sum "2eb2f88fb0fb904deceb6a28c246652c">
+ <!ENTITY goffice-md5sum "b4c924457163e02daf8a8d2428f51d10">
<!ENTITY goffice-size "2.2 MB">
- <!ENTITY goffice-buildsize "83 MB">
- <!ENTITY goffice-time "1.4 SBU">
+ <!ENTITY goffice-buildsize "86 MB">
+ <!ENTITY goffice-time "1.2 SBU">
]>
<sect1 id="goffice" xreflabel="GOffice-&goffice-version;">
@@ -38,7 +38,7 @@
<application>GOffice</application> library include support for plugins,
load/save routines for application documents and undo/redo
functions.</para>
- &lfs67_checked;
+ &lfs70_checked;
<bridgehead renderas="sect3">Package Information</bridgehead>
<itemizedlist spacing="compact">
Modified: trunk/BOOK/xsoft/office/gnumeric.xml
===================================================================
--- trunk/BOOK/xsoft/office/gnumeric.xml 2011-12-30 16:50:10 UTC (rev
9157)
+++ trunk/BOOK/xsoft/office/gnumeric.xml 2012-01-04 17:36:19 UTC (rev
9158)
@@ -4,12 +4,12 @@
<!ENTITY % general-entities SYSTEM "../../general.ent">
%general-entities;
- <!ENTITY gnumeric-download-http
"&gnome-download-http;/gnumeric/1.10/gnumeric-&gnumeric-version;.tar.bz2">
- <!ENTITY gnumeric-download-ftp
"&gnome-download-ftp;/gnumeric/1.10/gnumeric-&gnumeric-version;.tar.bz2">
- <!ENTITY gnumeric-md5sum "28933c7b1099329d28fdb2f3ce05030d">
- <!ENTITY gnumeric-size "18.0 MB">
- <!ENTITY gnumeric-buildsize "238 MB">
- <!ENTITY gnumeric-time "2.7 SBU">
+ <!ENTITY gnumeric-download-http
"&gnome-download-http;/gnumeric/1.10/gnumeric-&gnumeric-version;.tar.xz">
+ <!ENTITY gnumeric-download-ftp
"&gnome-download-ftp;/gnumeric/1.10/gnumeric-&gnumeric-version;.tar.xz">
+ <!ENTITY gnumeric-md5sum "ee824d9656a271957d949b8769341f40">
+ <!ENTITY gnumeric-size "14.0 MB">
+ <!ENTITY gnumeric-buildsize "247 MB">
+ <!ENTITY gnumeric-time "2.6 SBU">
]>
<sect1 id="gnumeric" xreflabel="Gnumeric-&gnumeric-version;">
@@ -32,7 +32,7 @@
<para>The <application>Gnumeric</application> package contains a
spreadsheet program. This is useful for mathematical analysis.</para>
- &lfs67_checked;
+ &lfs70_checked;
<bridgehead renderas="sect3">Package Information</bridgehead>
<itemizedlist spacing="compact">
@@ -59,17 +59,16 @@
<bridgehead renderas="sect3">Gnumeric Dependencies</bridgehead>
<bridgehead renderas="sect4">Required</bridgehead>
- <para role="required"><xref linkend="goffice"/> and
- <xref linkend="libglade"/></para>
+ <para role="required"><xref linkend="goffice"/>,
+ <xref linkend="libglade"/> and
+ <xref linkend="rarian"/></para>
- <bridgehead renderas="sect4">Recommended (for a gnome desktop)</bridgehead>
- <para role="recommended"><xref linkend="GConf"/>,
- <xref linkend="libgnomeui"/> (combined with the
- <filename class='libraryfile'>libgsf-gnome-1</filename> library from the
- <xref linkend="libgsf"/> package.</para>
-
<bridgehead renderas="sect4">Optional</bridgehead>
<para role="optional">
+ <xref linkend="GConf"/>,
+ (<xref linkend="libgnomeui"/> with the
+ <filename class='libraryfile'>libgsf-gnome-1</filename> library from the
+ <xref linkend="libgsf"/> package, for a GNOME-2 desktop),
<ulink url="http://dblatex.sourceforge.net/">dblatex (for PDF
docs)</ulink>,
<ulink url="http://packages.ubuntu.com/warty/libdevel/libgb-dev">Gnome
Basic</ulink> (this package is no longer under active development),
@@ -107,8 +106,7 @@
commands:</para>
<screen><userinput>./configure --prefix=/usr \
- --sysconfdir=&gnome-etc-dir; \
- --localstatedir=/var/lib &&
+ --sysconfdir=&gnome-etc-dir; && \
make</userinput></screen>
<para>This package requires that it is installed before the test suite is
--
http://linuxfromscratch.org/mailman/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page