Changeset 5339d21


Ignore:
Timestamp:
03/02/2016 08:14:01 PM (8 years ago)
Author:
Ken Moffat <ken@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 7.10, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, nosym, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
936bea1
Parents:
56afb2fe
Message:

Reword the explanation for --disable-gtk3 in libreoffice (without the switch, gtk3 is required not just preferred), and fix 'Fixes Fixes' in changelog.

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@17049 af4574ff-66df-0310-9fd7-8a98e5e911e0

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • general.ent

    r56afb2fe r5339d21  
    11<!-- $LastChangedBy$ $Date$ -->
    22
    3 <!ENTITY day          "01">                   <!-- Always 2 digits -->
     3<!ENTITY day          "02">                   <!-- Always 2 digits -->
    44<!ENTITY month        "03">                   <!-- Always 2 digits -->
    55<!ENTITY year         "2016">
     
    77<!ENTITY copyholder   "The BLFS Development Team">
    88<!ENTITY version      "&year;-&month;-&day;">
    9 <!ENTITY releasedate  "March 1st &year;">
     9<!ENTITY releasedate  "March 2nd &year;">
    1010<!ENTITY pubdate      "&year;-&month;-&day;"> <!-- metadata req. by TLDP -->
    1111<!ENTITY blfs-version "svn">                  <!-- svn|[release #] -->
  • introduction/welcome/changelog.xml

    r56afb2fe r5339d21  
    4646
    4747    <listitem>
     48      <para>March 2nd, 2016</para>
     49      <itemizedlist>
     50        <listitem>
     51          <para>[ken] - Libreoffice by default fails to configure if gtk3 is not
     52          present. Reword the command explanation, this amends the fix for
     53          <ulink url="&blfs-ticket-root;7482">#7482</ulink>.</para>
     54        </listitem>
     55      </itemizedlist>
     56    </listitem>
     57
     58    <listitem>
    4859      <para>March 1st, 2016</para>
    4960      <itemizedlist>
     
    5364        <listitem>
    5465          <para>[ken] - Update to openssl-1.0.2g. Fixes
    55           Fixes <ulink url="&blfs-ticket-root;7490">#7490</ulink>.
     66          <ulink url="&blfs-ticket-root;7490">#7490</ulink>.
    5667          Because this disables SSLv2 code, packages which link to
    5768          it (such as curl and Python3, probably others) will need
  • xsoft/office/libreoffice.xml

    r56afb2fe r5339d21  
    650650
    651651    <para>
    652       <option>--disable-gtk3</option>: Use this switch if you want to use only
    653       <application>GTK+-2</application> here, but have already installed
    654       <application>GTK+-3</application> which is used as the default if it is
    655       present. Note that a <application>GTK+-3</application> build still
     652      <option>--disable-gtk3</option>: Use this switch if you have not installed
     653      <application>GTK+-3</application>, or if you have installed it but wish
     654      to use <application>GTK+-2</application> (the menu icons differ).
     655      Note that a <application>GTK+-3</application> build still
    656656      requires <application>GTK+-2</application> to build the gtk-plugin.
    657657    </para>
Note: See TracChangeset for help on using the changeset viewer.