mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-02-03 23:07:23 +08:00
Update to gnumeric-1.12.44.
Update to goffice-0.10.44. Update to postfix-3.3.2. git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@20882 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
parent
7170000e04
commit
4b9c0649d1
@ -172,7 +172,10 @@ ninja</userinput></screen>
|
||||
As the <systemitem class="username">root</systemitem> user:
|
||||
</para>
|
||||
|
||||
<screen role="root"><userinput>ninja install</userinput></screen>
|
||||
<screen role="root"><userinput>ninja install &&
|
||||
cp gsettings/libdconfsettings.so /usr/lib/gio/modules/</userinput></screen>
|
||||
|
||||
<!-- The meson install procedure does not install libdconfsettings.so -->
|
||||
|
||||
<para>Now, optionally install the editor:</para>
|
||||
|
||||
|
@ -45,6 +45,18 @@
|
||||
<listitem>
|
||||
<para>December 28th, 2018</para>
|
||||
<itemizedlist>
|
||||
<listitem>
|
||||
<para>[bdubbs] - Update to gnumeric-1.12.44. Fixes
|
||||
<ulink url="&blfs-ticket-root;11381">#11381</ulink>.</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>[bdubbs] - Update to goffice-0.10.44. Fixes
|
||||
<ulink url="&blfs-ticket-root;11380">#11380</ulink>.</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>[bdubbs] - Update to postfix-3.3.2. Fixes
|
||||
<ulink url="&blfs-ticket-root;11379">#11379</ulink>.</para>
|
||||
</listitem>
|
||||
<listitem revision="systemd">
|
||||
<para>[renodr] - Fix Fcron's configuration instructions to
|
||||
support systemctl instead of sysvinit bootscripts.</para>
|
||||
|
@ -620,7 +620,7 @@ to avoid building libxml2 twice, which is slow with all deps -->
|
||||
<!ENTITY dovecot-version "&dovecot-major;.&dovecot-minor;.&dovecot-micro;">
|
||||
|
||||
<!ENTITY exim-version "4.91">
|
||||
<!ENTITY postfix-version "3.3.1">
|
||||
<!ENTITY postfix-version "3.3.2">
|
||||
<!ENTITY sendmail-version "8.15.2">
|
||||
|
||||
<!-- Chapter 22 -->
|
||||
@ -686,7 +686,7 @@ to avoid building libxml2 twice, which is slow with all deps -->
|
||||
<!ENTITY freeglut-version "3.0.0">
|
||||
<!ENTITY gdk-pixbuf-version "2.38.0">
|
||||
<!ENTITY glu-version "9.0.0">
|
||||
<!ENTITY goffice010-version "0.10.43">
|
||||
<!ENTITY goffice010-version "0.10.44">
|
||||
<!ENTITY gtk2-version "2.24.32">
|
||||
<!ENTITY gtk3-version "3.24.2">
|
||||
<!ENTITY gtk-engines-version "2.20.2">
|
||||
@ -842,7 +842,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.43">
|
||||
<!ENTITY gnumeric-version "1.12.44">
|
||||
<!ENTITY gnucash-version "2.4.11">
|
||||
|
||||
<!ENTITY libreoffice-version "6.1.2">
|
||||
|
@ -6,9 +6,9 @@
|
||||
|
||||
<!ENTITY postfix-download-http " ">
|
||||
<!ENTITY postfix-download-ftp "ftp://ftp.porcupine.org/mirrors/postfix-release/official/postfix-&postfix-version;.tar.gz">
|
||||
<!ENTITY postfix-md5sum "4381c6492f415e4a69cf5099d4acea76">
|
||||
<!ENTITY postfix-md5sum "4e6ed7056576e0c54cfce6040a0bb0ad">
|
||||
<!ENTITY postfix-size "4.2 MB">
|
||||
<!ENTITY postfix-buildsize "186 MB">
|
||||
<!ENTITY postfix-buildsize "187 MB">
|
||||
<!ENTITY postfix-time "0.4 SBU">
|
||||
]>
|
||||
|
||||
@ -152,7 +152,7 @@ chown -v postfix:postfix /var/mail</userinput></screen>
|
||||
<para>
|
||||
For more details read the readme files.
|
||||
</para>
|
||||
|
||||
<!-- We reverted to Berkeley DB-5.3.28 and that is handled
|
||||
<para>
|
||||
The current version of <xref linkend="db"/> is not recognised by a
|
||||
hard-coded test for known versions. To build with this version use the
|
||||
@ -161,7 +161,7 @@ chown -v postfix:postfix /var/mail</userinput></screen>
|
||||
|
||||
<screen><userinput>sed -i 's/DB_VERSION_MAJOR == 6 .*||/DB_VERSION_MAJOR > 4 ||/' \
|
||||
src/util/dict_db.c</userinput></screen>
|
||||
|
||||
-->
|
||||
<sect4>
|
||||
<title>Cyrus-SASL</title>
|
||||
|
||||
|
@ -8,10 +8,10 @@
|
||||
"&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 "c5827f965a42a55d5e72518ecc9e9d3e">
|
||||
<!ENTITY goffice010-md5sum "219cc7a31a118a8e6c2d2262ec1fd974">
|
||||
<!ENTITY goffice010-size "2.3 MB">
|
||||
<!ENTITY goffice010-buildsize "103 MB (with tests)">
|
||||
<!ENTITY goffice010-time "0.8 SBU (with tests)">
|
||||
<!ENTITY goffice010-buildsize "79 MB (add 3 MB for tests)">
|
||||
<!ENTITY goffice010-time "0.4 SBU (Using parallelism=4; add 0.1 SBU for tests)">
|
||||
]>
|
||||
|
||||
<sect1 id="goffice010" xreflabel="GOffice-&goffice010-version;">
|
||||
|
@ -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 "4e6adca1643c1ad36aaa0bf5c550f66b">
|
||||
<!ENTITY gnumeric-md5sum "0650750707491b4fcea0eb3010cafbb1">
|
||||
<!ENTITY gnumeric-size "17 MB">
|
||||
<!ENTITY gnumeric-buildsize "335 MB (add 18 MB for tests)">
|
||||
<!ENTITY gnumeric-time "1.7 SBU (add 4.6 SBU for tests)">
|
||||
<!ENTITY gnumeric-buildsize "262 MB (add 4 MB for tests)">
|
||||
<!ENTITY gnumeric-time "1.1 SBU (Using parallelism=4; add 3.9 SBU for tests)">
|
||||
]>
|
||||
|
||||
<sect1 id="gnumeric" xreflabel="Gnumeric-&gnumeric-version;">
|
||||
|
Loading…
Reference in New Issue
Block a user