Changeset be307b9
- Timestamp:
- 02/10/2018 09:32:57 PM (7 years ago)
- Branches:
- 10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 12.2, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, gimp3, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, upgradedb, xry111/for-12.3, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/spidermonkey128, xry111/test-20220226, xry111/xf86-video-removal
- Children:
- a923ca1e
- Parents:
- 92a7200
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
introduction/welcome/changelog.xml
r92a7200 rbe307b9 45 45 <para>February 10th, 2018</para> 46 46 <itemizedlist> 47 <listitem> 48 <para>[ken] - Update to libreoffice-6.0.1.1. Fixes 49 <ulink url="&blfs-ticket-root;10331">#10331</ulink>.</para> 50 </listitem> 47 51 <listitem> 48 52 <para>[ken] - Patch procmail to fix security issues. Fixes -
packages.ent
r92a7200 rbe307b9 722 722 <!ENTITY gnucash-version "2.4.11"> 723 723 724 <!ENTITY libreoffice-version " 5.4.4">725 <!ENTITY libreoffice-patch ". 2">724 <!ENTITY libreoffice-version "6.0.1"> 725 <!ENTITY libreoffice-patch ".1"> 726 726 <!ENTITY libreoffice-dlversion "&libreoffice-version;&libreoffice-patch;"> 727 727 -
xsoft/office/libreoffice.xml
r92a7200 rbe307b9 10 10 11 11 <!ENTITY libreoffice-core-download-http "&libreoffice-dl;/libreoffice-&libreoffice-dlversion;.tar.xz"> 12 <!ENTITY libreoffice-core-md5sum " e63f512803be129431e8ab788e141b0e">13 <!ENTITY libreoffice-core-size "1 85MB">12 <!ENTITY libreoffice-core-md5sum "dbd43dd3edffd7d287aa4507d4d8e176"> 13 <!ENTITY libreoffice-core-size "194 MB"> 14 14 15 15 <!ENTITY libreoffice-dict-download-http "&libreoffice-dl;/libreoffice-dictionaries-&libreoffice-dlversion;.tar.xz"> 16 <!ENTITY libreoffice-dict-md5sum " eb85b2b47f985c8475502dba91eeb9c4">16 <!ENTITY libreoffice-dict-md5sum "5728262270a88191938762b9021aafcd"> 17 17 <!ENTITY libreoffice-dict-size "40 MB"> 18 18 19 19 <!ENTITY libreoffice-help-download-http "&libreoffice-dl;/libreoffice-help-&libreoffice-dlversion;.tar.xz"> 20 <!ENTITY libreoffice-help-md5sum " 27d81cb9a790d790928e63e119488368">21 <!ENTITY libreoffice-help-size "2. 3MB">20 <!ENTITY libreoffice-help-md5sum "9b63e89901110c3dc8eb993b1b4f1976"> 21 <!ENTITY libreoffice-help-size "2.9 MB"> 22 22 23 23 <!ENTITY libreoffice-translations-download-http "&libreoffice-dl;/libreoffice-translations-&libreoffice-dlversion;.tar.xz"> 24 <!ENTITY libreoffice-translations-md5sum "ea9b9a849144a16a66dae28c7bb9a597"> 25 <!ENTITY libreoffice-translations-size "131 MB"> 26 27 28 <!ENTITY libreoffice-buildsize "6.6 GB (740 MB installed). Installing the whole set of languages has been reported to require up to 26 GB (2.9 GB installed)"> 29 <!ENTITY libreoffice-time "32 SBU with parallelism=8 + download time"> 24 <!ENTITY libreoffice-translations-md5sum "97add88b7745c78d91213c597564523d"> 25 <!ENTITY libreoffice-translations-size "133 MB"> 26 27 28 <!-- full size still accurate for 6.0.1, reconfiguring and rebuilding 29 the built source after initial DESTDIR install doesn't take a vast time --> 30 <!ENTITY libreoffice-buildsize "8.4 GB (767 MB installed). Installing the whole set of languages has been reported to require up to 26 GB (2.9 GB installed)"> 31 <!ENTITY libreoffice-time "48 SBU with parallelism=4 + download time"> 30 32 31 33 ]> … … 197 199 <xref linkend="openssl"/> or 198 200 <xref linkend="gnutls"/>, 199 <!-- <xref linkend="poppler"/>, --> 200 (N.B. using system poppler currently breaks the build because of 201 changes in poppler-0.62.0), 201 <xref linkend="poppler"/>, 202 202 <xref linkend="postgresql"/>, 203 203 <xref linkend="redland"/>, … … 343 343 </para> 344 344 345 <!-- FIXME replace \-\-with-system-poppler when it again works -->346 345 <screen><userinput>sed -e "/gzip -f/d" \ 347 346 -e "s|.1.gz|.1|g" \ … … 382 381 --with-system-openldap \ 383 382 --with-system-openssl \ 383 --with-system-poppler \ 384 384 --with-system-postgresql \ 385 385 --with-system-redland \ … … 472 472 <para> 473 473 <parameter>--with-vendor=BLFS</parameter>: This switch sets BLFS as 474 the vendor which is mentioned when you click "About" on the toolbar. 474 the vendor which is mentioned when you click "About" from the Help menu 475 on the toolbar. 475 476 </para> 476 477 … … 626 627 driver, which allows reading databases created by other programs into 627 628 libreoffice <application>base</application>. 629 </para> 630 631 <para> 632 <parameter>make distro-pack-install</parameter>: this does a normal 633 install, but if you add a DESTDIR environment variable it will also 634 install a lot of (text) gid_Module_* files in the DESTDIR, to help 635 distributions which want to break the package into parts. 628 636 </para> 629 637
Note:
See TracChangeset
for help on using the changeset viewer.