Changeset ff7ea587
- Timestamp:
- 11/14/2015 09:50:03 PM (8 years ago)
- Branches:
- 10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 7.10, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, kea, ken/inkscape-core-mods, lazarus, lxqt, nosym, perl-modules, plabs/python-mods, qt5new, trunk, upgradedb, xry111/intltool, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
- Children:
- 32600b8
- Parents:
- 87b2a53
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
introduction/welcome/changelog.xml
r87b2a53 rff7ea587 48 48 <para>November 14th, 2015</para> 49 49 <itemizedlist> 50 <listitem> 51 <para>[pierre] - Update to libreoffice-5.0.3.2. Fixes 52 <ulink url="&blfs-ticket-root;7086">#7086</ulink>.</para> 53 </listitem> 50 54 <listitem> 51 55 <para>[fernando] - Update to libsigc++-2.6.2. Fixes -
packages.ent
r87b2a53 rff7ea587 636 636 <!ENTITY gnucash-version "2.4.11"> 637 637 638 <!ENTITY libreoffice-version "5.0. 2">638 <!ENTITY libreoffice-version "5.0.3"> 639 639 <!ENTITY libreoffice-patch ".2"> 640 640 <!ENTITY libreoffice-dlversion "&libreoffice-version;&libreoffice-patch;"> -
xsoft/office/libreoffice.xml
r87b2a53 rff7ea587 8 8 9 9 <!ENTITY libreoffice-core-download-http "&libreoffice-dl;/libreoffice-&libreoffice-dlversion;.tar.xz"> 10 <!ENTITY libreoffice-core-md5sum " e3d129dd7a579b14984c9c1231e851a5">11 <!ENTITY libreoffice-core-size "1 60MB">10 <!ENTITY libreoffice-core-md5sum "879471fa970c30bb080e11906a3bcdab"> 11 <!ENTITY libreoffice-core-size "159 MB"> 12 12 13 13 <!ENTITY libreoffice-dict-download-http "&libreoffice-dl;/libreoffice-dictionaries-&libreoffice-dlversion;.tar.xz"> 14 <!ENTITY libreoffice-dict-md5sum " 932002cc38faac0e18f1cf3720429479">15 <!ENTITY libreoffice-dict-size "3 6MB">14 <!ENTITY libreoffice-dict-md5sum "c36d48ec2f90278b03a27d8d3449744d"> 15 <!ENTITY libreoffice-dict-size "35 MB"> 16 16 17 17 <!ENTITY libreoffice-help-download-http "&libreoffice-dl;/libreoffice-help-&libreoffice-dlversion;.tar.xz"> 18 <!ENTITY libreoffice-help-md5sum " 61217b85dc31902fc97976d482cf064f">18 <!ENTITY libreoffice-help-md5sum "0ba4c4939e01ed63e39b0751da54ae8f"> 19 19 <!ENTITY libreoffice-help-size "1.8 MB"> 20 20 21 21 <!ENTITY libreoffice-translations-download-http "&libreoffice-dl;/libreoffice-translations-&libreoffice-dlversion;.tar.xz"> 22 <!ENTITY libreoffice-translations-md5sum " 5a4f0148a5cbe4c85be7e4e8c378fe61">23 <!ENTITY libreoffice-translations-size "12 5MB">22 <!ENTITY libreoffice-translations-md5sum "8439f56d4696e64571bbdc8224ede59d"> 23 <!ENTITY libreoffice-translations-size "124 MB"> 24 24 25 25 <!-- This package has some peculiarities, some discussed in the text. … … 28 28 dependencies (with-system... --> 29 29 30 <!ENTITY libreoffice-buildsize "6.8 GB (607 MB installed)"> 31 <!ENTITY libreoffice-time "44 SBU (using parallelism=10) estimated 170 SBU with one core"> 32 33 <!-- [bdubbs] For version 4.3.2.2 Built on x86_64 using -\-with-parallelism=4 --> 34 <!-- [bdubbs] For version 4.4.2.1 Built on x86_64 using -\-with-parallelism=12 --> 35 <!-- [bdubbs] For version 4.4.4.3 Built on x86_64 using -\-with-parallelism=12 --> 30 <!ENTITY libreoffice-buildsize "9 GB (671 MB installed)"> 31 <!ENTITY libreoffice-time "202 SBU with one core"> 36 32 37 33 <!-- [fernando] For version 4.3.1.2 I've got, for i686, statistcs over the 38 34 upper boundaries for x86_64 of previous versions, thus, temporarily, decided 39 35 to use single statistcs, instead of a range.--> 40 <!-- [fernando] For version 4.4.4.3 Built on x86_64 using -\-with-parallelism=4 -->41 <!-- [fernando] For version 5.0.0.5 Built on x86_64 using -\-with-parallelism=4 -->42 36 43 37 ]> … … 466 460 467 461 # Icons 468 for i in $LO_PREFIX/share/icons/hicolor/32x32/apps/*; do 462 mkdir -p /usr/share/pixmaps 463 for i in $LO_PREFIX/share/icons/hicolor/32x32/application/*; do 469 464 ln -svf $i /usr/share/pixmaps 470 465 done && … … 659 654 <seg> 660 655 several libraries under 661 $LO_PREFIX/lib/libreoffice/ ure/lib656 $LO_PREFIX/lib/libreoffice/program 662 657 </seg> 663 658 <seg>
Note:
See TracChangeset
for help on using the changeset viewer.