Changeset 6bbca81
- Timestamp:
- 08/14/2019 04:57:35 PM (4 years ago)
- Branches:
- 10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 9.0, 9.1, kea, ken/inkscape-core-mods, lazarus, lxqt, plabs/python-mods, qt5new, trunk, upgradedb, xry111/intltool, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
- Children:
- 5af02b37
- Parents:
- 1d128a6
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
general.ent
r1d128a6 r6bbca81 1 1 <!-- $LastChangedBy$ $Date$ --> 2 2 3 <!ENTITY day "1 3"> <!-- Always 2 digits -->3 <!ENTITY day "14"> <!-- Always 2 digits --> 4 4 <!ENTITY month "08"> <!-- Always 2 digits --> 5 5 <!ENTITY year "2019"> … … 7 7 <!ENTITY copyholder "The BLFS Development Team"> 8 8 <!ENTITY version "&year;-&month;-&day;"> 9 <!ENTITY releasedate "August 1 3th, &year;">9 <!ENTITY releasedate "August 14th, &year;"> 10 10 <!ENTITY pubdate "&year;-&month;-&day;"> <!-- metadata req. by TLDP --> 11 11 <!ENTITY blfs-version "svn"> <!-- svn|[release #] --> -
introduction/welcome/changelog.xml
r1d128a6 r6bbca81 42 42 </listitem> 43 43 --> 44 <listitem> 45 <para>August 13th, 2019</para> 46 <itemizedlist> 47 <listitem> 48 <para>[ken] - Update to libreoffice-6.3.0.4 forcing gtk3, pointing 49 to jdk-home, replacing system cairo switch (automatic for gtk3) and 50 using system epoxy. Fixes 51 <ulink url="&blfs-ticket-root;12379">#12379</ulink>.</para> 52 </listitem> 53 </itemizedlist> 54 </listitem> 44 55 45 56 <listitem> -
packages.ent
r1d128a6 r6bbca81 859 859 <!ENTITY gnucash-version "2.4.11"> 860 860 861 <!ENTITY libreoffice-version "6. 2.5">862 <!ENTITY libreoffice-patch ". 2">861 <!ENTITY libreoffice-version "6.3.0"> 862 <!ENTITY libreoffice-patch ".4"> 863 863 <!ENTITY libreoffice-dlversion "&libreoffice-version;&libreoffice-patch;"> 864 864 -
xsoft/office/libreoffice.xml
r1d128a6 r6bbca81 8 8 9 9 <!ENTITY libreoffice-core-download-http "&libreoffice-dl;/libreoffice-&libreoffice-dlversion;.tar.xz"> 10 <!ENTITY libreoffice-core-md5sum " 8239de1ab99236bd97623f8ceedfe926">11 <!ENTITY libreoffice-core-size "2 05 MB">10 <!ENTITY libreoffice-core-md5sum "d24bd7e5116743196c67e7df4b18458f"> 11 <!ENTITY libreoffice-core-size "215 MB"> 12 12 13 13 <!ENTITY libreoffice-dict-download-http "&libreoffice-dl;/libreoffice-dictionaries-&libreoffice-dlversion;.tar.xz"> 14 <!ENTITY libreoffice-dict-md5sum " 29b6ed9c014f920f0be311d296e2ac27">15 <!ENTITY libreoffice-dict-size "4 3MB">14 <!ENTITY libreoffice-dict-md5sum "81df66dd522a2c56a4f11b24247fb114"> 15 <!ENTITY libreoffice-dict-size "44 MB"> 16 16 17 17 <!ENTITY libreoffice-help-download-http "&libreoffice-dl;/libreoffice-help-&libreoffice-dlversion;.tar.xz"> 18 <!ENTITY libreoffice-help-md5sum " 2baa1653f425be4d4d7b36541d8e30cd">18 <!ENTITY libreoffice-help-md5sum "483f654eaa94f17c462494029d42334a"> 19 19 <!ENTITY libreoffice-help-size "13 MB"> 20 20 21 21 <!ENTITY libreoffice-translations-download-http "&libreoffice-dl;/libreoffice-translations-&libreoffice-dlversion;.tar.xz"> 22 <!ENTITY libreoffice-translations-md5sum " fabd0015403771c06ace8c8ca024b9fd">23 <!ENTITY libreoffice-translations-size "1 36MB">22 <!ENTITY libreoffice-translations-md5sum "21459291d488ecd7e4e8fb0fdcc55aca"> 23 <!ENTITY libreoffice-translations-size "140 MB"> 24 24 25 25 <!-- full size still accurate for 6.0.2, reconfiguring and rebuilding 26 26 the built source after initial DESTDIR install doesn't take a vast time --> 27 27 28 <!ENTITY libreoffice-buildsize " 6.1 GB (749MB installed). Installing the whole set of languages was previously reported to require up to 26 GB (2.9 GB installed)">28 <!ENTITY libreoffice-buildsize "8.7 GB (821 MB installed). Installing the whole set of languages was previously reported to require up to 26 GB (2.9 GB installed)"> 29 29 30 30 <!-- for 6.1.2.1 I allowed 2 SBU for downloads, my total was … … 32 32 for 6.1.4.2 I just used the total time - bdubbs 33 33 --> 34 <!ENTITY libreoffice-time "6 3SBU with parallelism=4 including typical download time">34 <!ENTITY libreoffice-time "60 SBU with parallelism=4 including typical download time"> 35 35 36 36 ]> … … 361 361 362 362 <!-- Removed in 6.2 - -with-alloc=system \--> 363 <!-- In 6.3 -disable-gtk -enable-gtk3 added (sic, I accidentally built like 364 that) which allows removal of - -with-system-cairo but did NOT cause 365 system epoxy to be automatically used, as configure claimed --> 363 366 ./autogen.sh --prefix=$LO_PREFIX \ 364 367 --sysconfdir=/etc \ … … 370 373 --without-system-dicts \ 371 374 --disable-dconf \ 375 -disable-gtk -enable-gtk3 \ 372 376 --disable-odk \ 373 377 --enable-release-build=yes \ 374 378 --enable-python=system \ 379 --with-jdk-home=/opt/jdk \ 375 380 --with-system-apr \ 376 381 --with-system-boost \ 377 --with-system-cairo \378 382 --with-system-clucene \ 379 383 --with-system-curl \ 384 --with-system-epoxy \ 380 385 --with-system-expat \ 381 386 --with-system-glm \ … … 513 518 514 519 <para> 520 <parameter>--with-jdk-home=/opt/jdk</parameter>: This parameter will silence 521 a warning that the configure script attempted to find JAVA_HOME 522 automatically (even though that is passed in the environment). Omit this if 523 you disabled java. 524 </para> 525 526 <para> 515 527 <parameter>--with-myspell-dicts</parameter>: This switch adds myspell 516 528 dictionaries to the <application>LibreOffice</application> installation … … 535 547 <application>LibreOffice</application> with the 536 548 <application>GNOME DConf</application> configuration system support. 549 </para> 550 551 <para> 552 <parameter>-disable-gtk -enable-gtk3</parameter>: This pair of switches 553 tell the configure script to use <application>gtk3</application> instead 554 of <application>gtk2</application>. 537 555 </para> 538 556
Note:
See TracChangeset
for help on using the changeset viewer.