Changeset fd9878e


Ignore:
Timestamp:
07/09/2016 06:34:07 PM (8 years ago)
Author:
DJ Lucas <dj@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 7.10, 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:
82a27795
Parents:
2e704d1b
Message:

Install XSession file for GDM, add FontForge as a required dep for Oxygen icons.

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

Files:
4 edited

Legend:

Unmodified
Added
Removed
  • general.ent

    r2e704d1b rfd9878e  
    11<!-- $LastChangedBy$ $Date$ -->
    22
    3 <!ENTITY day          "08">                   <!-- Always 2 digits -->
     3<!ENTITY day          "09">                   <!-- Always 2 digits -->
    44<!ENTITY month        "07">                   <!-- Always 2 digits -->
    55<!ENTITY year         "2016">
     
    77<!ENTITY copyholder   "The BLFS Development Team">
    88<!ENTITY version      "&year;-&month;-&day;">
    9 <!ENTITY releasedate  "July 8th &year;">
     9<!ENTITY releasedate  "July 9th &year;">
    1010<!ENTITY pubdate      "&year;-&month;-&day;"> <!-- metadata req. by TLDP -->
    1111<!ENTITY blfs-version "svn">                  <!-- svn|[release #] -->
  • gnome/platform/gdm.xml

    r2e704d1b rfd9878e  
    120120    </para>
    121121
    122 <screen><userinput>./configure --prefix=/usr        \
    123             --sysconfdir=/etc    \
    124             --localstatedir=/var \
    125             --disable-plymouth   \
    126             --disable-static     &amp;&amp;
     122<screen><userinput>./configure --prefix=/usr         \
     123            --sysconfdir=/etc     \
     124            --localstatedir=/var  \
     125            --disable-plymouth    \
     126            --disable-static      \
     127            --enable-gdm-xsession &amp;&amp;
    127128make</userinput></screen>
    128129
  • introduction/welcome/changelog.xml

    r2e704d1b rfd9878e  
    4444
    4545-->
     46    <listitem>
     47      <para>July 9th, 2016</para>
     48      <itemizedlist>
     49        <listitem revision="systemd">
     50          <para>[dj] - Install XSession file for GDM.</para>
     51        </listitem>
     52        <listitem>
     53          <para>[dj] - Add FontForge as a dependency for Oxygen Icons.</para>
     54        </listitem>
     55      </itemizedlist>
     56    </listitem>
     57
    4658    <listitem>
    4759      <para>July 8th, 2016</para>
  • kde/kf5/oxygen-fonts.xml

    r2e704d1b rfd9878e  
    7575    <bridgehead renderas="sect4">Required</bridgehead>
    7676    <para role="required">
    77       <xref linkend="cmake"/>,
     77      <xref linkend="cmake"/>, and <xref linkend="fontforge"/>
    7878    </para>
    7979
Note: See TracChangeset for help on using the changeset viewer.