mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-01-27 18:02:12 +08:00
goffice-0.10.36
gnumeric-1.12.36 seamonkey-2.49.1 git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@19531 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
parent
9dbc19ed3d
commit
b4201cc484
@ -44,6 +44,18 @@
|
||||
<listitem>
|
||||
<para>November 24th, 2017</para>
|
||||
<itemizedlist>
|
||||
<listitem>
|
||||
<para>[pierre] - Update to seamonkey-2.49.1. Fixes
|
||||
<ulink url="&blfs-ticket-root;10049">#10049</ulink>.</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>[pierre] - Update to gnumeric-1.12.36. Fixes
|
||||
<ulink url="&blfs-ticket-root;10047">#10047</ulink>.</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>[pierre] - Update to goffice-0.10.36. Fixes
|
||||
<ulink url="&blfs-ticket-root;10046">#10046</ulink>.</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>[pierre] - Patch libxml2, to prevent segfaults in itstool
|
||||
in some cases.</para>
|
||||
|
@ -561,7 +561,7 @@ to avoid building libxml2 twice, which is slow with all deps -->
|
||||
<!ENTITY freeglut-version "3.0.0">
|
||||
<!ENTITY gdk-pixbuf-version "2.36.11">
|
||||
<!ENTITY glu-version "9.0.0">
|
||||
<!ENTITY goffice010-version "0.10.35">
|
||||
<!ENTITY goffice010-version "0.10.36">
|
||||
<!ENTITY gtk2-version "2.24.31">
|
||||
<!ENTITY gtk3-version "3.22.26">
|
||||
<!ENTITY gtk-engines-version "2.20.2">
|
||||
@ -715,7 +715,7 @@ to avoid building libxml2 twice, which is slow with all deps -->
|
||||
<!-- Part X -->
|
||||
<!-- Chapter 42 -->
|
||||
<!ENTITY AbiWord-version "3.0.2">
|
||||
<!ENTITY gnumeric-version "1.12.35">
|
||||
<!ENTITY gnumeric-version "1.12.36">
|
||||
<!ENTITY gnucash-version "2.4.11">
|
||||
|
||||
<!ENTITY libreoffice-version "5.4.1">
|
||||
@ -728,7 +728,7 @@ to avoid building libxml2 twice, which is slow with all deps -->
|
||||
<!ENTITY firefox-version "57.0">
|
||||
<!ENTITY flashplayer-version "26.0.0.151">
|
||||
<!ENTITY qupzilla-version "2.2.1">
|
||||
<!ENTITY seamonkey-version "2.48">
|
||||
<!ENTITY seamonkey-version "2.49.1">
|
||||
|
||||
<!-- Chapter 44 -->
|
||||
<!ENTITY balsa-version "2.5.3">
|
||||
|
@ -8,9 +8,9 @@
|
||||
"&gnome-download-http;/goffice/0.10/goffice-&goffice010-version;.tar.xz">
|
||||
<!ENTITY goffice010-download-ftp
|
||||
"&gnome-download-ftp;/goffice/0.10/goffice-&goffice010-version;.tar.xz">
|
||||
<!ENTITY goffice010-md5sum "3a47150f19f0968d02b77374d1a5008f">
|
||||
<!ENTITY goffice010-md5sum "fe8bbf5ada293ec69f34aeddb8cac9f4">
|
||||
<!ENTITY goffice010-size "2.3 MB">
|
||||
<!ENTITY goffice010-buildsize "79 MB (with tests)">
|
||||
<!ENTITY goffice010-buildsize "99 MB (with tests)">
|
||||
<!ENTITY goffice010-time "1.0 SBU (with tests)">
|
||||
]>
|
||||
|
||||
|
@ -6,10 +6,10 @@
|
||||
|
||||
<!ENTITY seamonkey-download-http "&mozilla-http;/seamonkey/releases/&seamonkey-version;/source/seamonkey-&seamonkey-version;.source.tar.xz">
|
||||
<!ENTITY seamonkey-download-ftp " ">
|
||||
<!ENTITY seamonkey-md5sum "cf9ccf46be9359bd82e1931e083e942f">
|
||||
<!ENTITY seamonkey-size "210 MB">
|
||||
<!ENTITY seamonkey-buildsize "4.4 GB (125 MB installed)">
|
||||
<!ENTITY seamonkey-time "15 SBU (using parallelism=4)">
|
||||
<!ENTITY seamonkey-md5sum "c0ea3b8705975a12d9c4af966db1649f">
|
||||
<!ENTITY seamonkey-size "219 MB">
|
||||
<!ENTITY seamonkey-buildsize "4.6 GB (262 MB installed with devel env)">
|
||||
<!ENTITY seamonkey-time "17 SBU (using parallelism=4)">
|
||||
]>
|
||||
|
||||
<sect1 id="seamonkey" xreflabel="SeaMonkey-&seamonkey-version;">
|
||||
@ -216,9 +216,10 @@ ac_add_options --with-system-libevent
|
||||
ac_add_options --with-system-libvpx
|
||||
ac_add_options --with-system-nspr
|
||||
ac_add_options --with-system-nss
|
||||
ac_add_options --with-system-icu
|
||||
|
||||
# Us the internal version of icu due to execution problems
|
||||
#ac_add_options --with-system-icu
|
||||
<!-- seems OK with icu-60, seamonkey-2.49
|
||||
# Use the internal version of icu due to execution problems-->
|
||||
|
||||
# The BLFS editors recommend not changing anything below this line:
|
||||
ac_add_options --prefix=/usr
|
||||
@ -269,9 +270,6 @@ export CFLAGS+=$EXTRA_FLAGS &&
|
||||
export CXXFLAGS+=$EXTRA_FLAGS &&
|
||||
unset EXTRA_FLAGS &&
|
||||
|
||||
sed -e /static_assert/s/_EVENT_SIZEOF/EVENT__SIZEOF/ \
|
||||
-i mozilla/ipc/chromium/src/base/message_pump_libevent.cc
|
||||
|
||||
make -f client.mk</userinput></screen>
|
||||
|
||||
<para>
|
||||
@ -326,11 +324,6 @@ unset CFLAGS_HOLD CXXFLAGS_HOLD</userinput></screen>
|
||||
out-of-specification and allow it to produce a working program.
|
||||
</para>
|
||||
|
||||
<para>
|
||||
<command>sed ... message_pump_libevent.cc</command>: Fix an
|
||||
error due to changes in libevent-2.1.8 and later.
|
||||
</para>
|
||||
|
||||
<para>
|
||||
<command>make -f client.mk</command>: Mozilla products are packaged to
|
||||
allow the use of a configuration file which can be used to pass the
|
||||
@ -423,7 +416,10 @@ ln -sfv /usr/lib/seamonkey-&seamonkey-version;/chrome/icons/default/seamonkey.pn
|
||||
class="directory">/usr/lib/seamonkey-&seamonkey-version;</filename>
|
||||
</seg>
|
||||
<seg>
|
||||
/usr/lib/seamonkey-&seamonkey-version;
|
||||
/usr/include/seamonkey-&seamonkey-version; (optional),
|
||||
/usr/lib/seamonkey-&seamonkey-version;,
|
||||
/usr/lib/seamonkey-devel-&seamonkey-version; (optional), and
|
||||
/usr/share/idl/seamonkey-&seamonkey-version; (optional)
|
||||
</seg>
|
||||
</seglistitem>
|
||||
</segmentedlist>
|
||||
|
@ -6,10 +6,10 @@
|
||||
|
||||
<!ENTITY gnumeric-download-http "&gnome-download-http;/gnumeric/1.12/gnumeric-&gnumeric-version;.tar.xz">
|
||||
<!ENTITY gnumeric-download-ftp "&gnome-download-ftp;/gnumeric/1.12/gnumeric-&gnumeric-version;.tar.xz">
|
||||
<!ENTITY gnumeric-md5sum "2b253329de4121231c6dfb402116c2c2">
|
||||
<!ENTITY gnumeric-md5sum "3a84ec7d8925930fa6fec4335a0e9e9e">
|
||||
<!ENTITY gnumeric-size "19 MB">
|
||||
<!ENTITY gnumeric-buildsize "269 MB (add 4 MB for tests)">
|
||||
<!ENTITY gnumeric-time "2.5 SBU (add 3.5 SBU for tests)">
|
||||
<!ENTITY gnumeric-buildsize "347 MB (add 3 MB for tests)">
|
||||
<!ENTITY gnumeric-time "2.3 SBU (add 3.9 SBU for tests)">
|
||||
]>
|
||||
|
||||
<sect1 id="gnumeric" xreflabel="Gnumeric-&gnumeric-version;">
|
||||
@ -176,14 +176,15 @@ make</userinput></screen>
|
||||
ssdiff, ssgrep, and ssindex
|
||||
</seg>
|
||||
<seg>
|
||||
libspreadsheet.so,
|
||||
gnumeric.so, and
|
||||
several plugins under /usr/lib/gnumeric/&gnumeric-version;/plugins/
|
||||
libspreadsheet.so
|
||||
</seg>
|
||||
<seg>
|
||||
/usr/include/libspreadsheet-1.12,
|
||||
/usr/lib/{,goffice/0.10/plugins}/gnumeric, and
|
||||
/usr/share/{,gnome/help,omf,pixmaps}/gnumeric
|
||||
/usr/lib/gnumeric,
|
||||
/usr/lib/goffice/0.10/plugins/gnumeric,
|
||||
/usr/share/gnumeric,
|
||||
/usr/share/help/{C,cs,de,es}/gnumeric, and
|
||||
/usr/share/pixmaps/gnumeric
|
||||
</seg>
|
||||
</seglistitem>
|
||||
</segmentedlist>
|
||||
@ -267,6 +268,17 @@ make</userinput></screen>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
||||
<varlistentry id="libspreadsheet">
|
||||
<term><filename class="libraryfile">libspreadsheet.so</filename></term>
|
||||
<listitem>
|
||||
<para>
|
||||
contains the gnumeric API functions.
|
||||
</para>
|
||||
<indexterm zone="gnumeric libspreadsheet">
|
||||
<primary sortas="c-libspreadsheet">libspreadsheet.so</primary>
|
||||
</indexterm>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
</variablelist>
|
||||
|
||||
</sect2>
|
||||
|
Loading…
Reference in New Issue
Block a user