Changeset ac105103


Ignore:
Timestamp:
05/03/2017 05:45:29 PM (7 years ago)
Author:
Ken Moffat <ken@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 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, 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:
0181bc6
Parents:
4f5369a
Message:

Firefox requires both gtk3 and gtk2, gtk2 had slipped out. Thanks to Stephen Berman for querying this. Also change the second set of 1st May changelog entries to 2nd May.

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

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • general.ent

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

    r4f5369a rac105103  
    4343-->
    4444    <listitem>
    45       <para>May 1st, 2017</para>
     45      <para>May 3rd, 2017</para>
     46      <itemizedlist>
     47        <listitem>
     48          <para>[ken] - Firefox by default requires both gtk+-3 and
     49          gtk+-2.</para>
     50        </listitem>
     51      </itemizedlist>
     52    </listitem>
     53
     54    <listitem>
     55      <para>May 2nd, 2017</para>
    4656      <itemizedlist>
    4757        <listitem revision="systemd">
  • xsoft/graphweb/firefox.xml

    r4f5369a rac105103  
    112112      <xref linkend="autoconf213"/>,
    113113      <xref linkend="cargo"/>,
    114       <xref linkend="gtk3"/>
    115       (or <xref linkend="gtk2"/> if you change the mozconfig where indicated),
     114      both <xref linkend="gtk3"/> and
     115      <xref linkend="gtk2"/> (you can omit gtk3 if you change the mozconfig where indicated),
    116116      <xref linkend="nss"/>,
    117117      <xref linkend="pulseaudio"/>,
Note: See TracChangeset for help on using the changeset viewer.