Author: bdubbs
Date: Thu Jan  7 13:29:49 2021
New Revision: 24088

Log:
Currency for lightdm

Modified:
   trunk/scripts/blfs-chapter26.php

Modified: trunk/scripts/blfs-chapter26.php
==============================================================================
--- trunk/scripts/blfs-chapter26.php    Thu Jan  7 07:46:03 2021        (r24087)
+++ trunk/scripts/blfs-chapter26.php    Thu Jan  7 13:29:49 2021        (r24088)
@@ -5,7 +5,7 @@
 
 $CHAPTER       = '26';
 $CHAPTERS      = 'Chapters 26-28';
-$START_PACKAGE = 'lxdm';
+$START_PACKAGE = 'lightdm';
 $STOP_PACKAGE  = 'oxygen-icons5';
 
 $renames = array();
@@ -28,6 +28,14 @@
           'match'   => '^.*$', 
           'replace' => "https://github.com/ice-wm/icewm/releases"; ),
 
+   array( 'pkg'     => 'lightdm',
+          'match'   => '^.*$', 
+          'replace' => "https://github.com/canonical/lightdm/releases"; ),
+
+   array( 'pkg'     => 'lightdm-gtk-greeter',
+          'match'   => '^.*$', 
+          'replace' => 
"https://github.com/Xubuntu/lightdm-gtk-greeter/releases"; ),
+
    array( 'pkg'     => 'lxdm',
           'match'   => '^.*$', 
           'replace' => "http://sourceforge.net/projects/lxdm/files"; ),
-- 
http://lists.linuxfromscratch.org/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Reply via email to