Changeset 475b404 for x/dm


Ignore:
Timestamp:
09/10/2018 06:54:13 PM (6 years ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, 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:
1613ba5
Parents:
61f68ffe
Message:

Update to ghostscript-9.24.
Update to wireshark-2.6.3.
Update to lightdm-1.28.0/lightdm-gtk-greeter-2.0.5.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • x/dm/lightdm.xml

    r61f68ffe r475b404  
    66
    77<!-- lightdm -->
    8   <!ENTITY lightdm-download-http "https://launchpad.net/lightdm/1.24/&lightdm-version;/+download/lightdm-&lightdm-version;.tar.xz">
     8  <!ENTITY lightdm-download-http "https://github.com/CanonicalLtd/lightdm/releases/download/&lightdm-version;/lightdm-&lightdm-version;.tar.xz">
    99  <!ENTITY lightdm-download-ftp  " ">
    10   <!ENTITY lightdm-md5sum        "76d65ba5d1bc93e80b611771698739db">
     10  <!ENTITY lightdm-md5sum        "3e33b2bd15d769bbcc2e73ac94a1e1ea">
    1111  <!ENTITY lightdm-size          "508 KB">
    12   <!ENTITY lightdm-buildsize     "20 MB">
     12  <!ENTITY lightdm-buildsize     "22 MB">
    1313  <!ENTITY lightdm-time          "0.2 SBU ">
    1414
     
    1616  <!ENTITY lightdm-gtk-greeter-download-http "https://launchpad.net/lightdm-gtk-greeter/2.0/&lightdm-gtk-greeter-version;/+download/lightdm-gtk-greeter-&lightdm-gtk-greeter-version;.tar.gz">
    1717  <!ENTITY lightdm-gtk-greeter-download-ftp  " ">
    18   <!ENTITY lightdm-gtk-greeter-md5sum        "29f352906d200568cceb4d449b5619c6">
    19   <!ENTITY lightdm-gtk-greeter-size          "480 KB">
    20   <!ENTITY lightdm-gtk-greeter-buildsize     "3.9 MB">
     18  <!ENTITY lightdm-gtk-greeter-md5sum        "0274c3bf4387944d322941f85bdf91b9">
     19  <!ENTITY lightdm-gtk-greeter-size          "560 KB">
     20  <!ENTITY lightdm-gtk-greeter-buildsize     "4.9 MB">
    2121  <!ENTITY lightdm-gtk-greeter-time          "less than 0.1 SBU ">
    2222]>
     
    178178    </para>
    179179
    180 <screen><userinput>ITSTOOL=/bin/true                    \
    181 ./configure                          \
     180<screen><userinput>./configure                          \
    182181       --prefix=/usr                 \
    183182       --libexecdir=/usr/lib/lightdm \
     
    202201<screen role="root"><userinput>make install                                                  &amp;&amp;
    203202     
    204 sed '\@/bin/sh@a\
    205 \
    206 . /etc/profile' tests/src/lightdm-session > /usr/bin/lightdm-session &amp;&amp;
    207 
    208203chmod a+x /usr/bin/lightdm-session                            &amp;&amp;
    209204rm -rf /etc/init                                              &amp;&amp;
     
    215210     <para>Now build the greeter:</para>
    216211
    217 <screen><userinput>tar -xf ../lightdm-gtk-greeter-2.0.3.tar.gz &amp;&amp;
     212<screen><userinput>tar -xf ../lightdm-gtk-greeter-&lightdm-gtk-greeter-version;.tar.gz &amp;&amp;
    218213cd lightdm-gtk-greeter-&lightdm-gtk-greeter-version; &amp;&amp;
    219214
    220 OUR_CFLAGS="-Wno-declaration-after-statement \
    221             -Wno-error=deprecated-declarations" &amp;&amp;
    222 
    223 CFLAGS="$CFLAGS $OUR_CFLAGS"     \
    224 HAVE_EXO_CSOURCE=yes             \
    225215./configure                      \
    226216   --prefix=/usr                 \
     
    244234
    245235  </sect2>
    246 
     236<!--
    247237  <sect2 role="commands">
    248238    <title>Command Explanations</title>
     
    268258
    269259  </sect2>
    270 
     260-->
    271261  <sect2 role="configuration">
    272262    <title>Configuring lightdm</title>
Note: See TracChangeset for help on using the changeset viewer.