Author: bdubbs
Date: Sat May 20 07:34:31 2017
New Revision: 18749

Log:
Script updates for udisks2 and xf86-input-libinput

Modified:
   trunk/scripts/blfs-chapter12.php
   trunk/scripts/blfs-chapter24.php

Modified: trunk/scripts/blfs-chapter12.php
==============================================================================
--- trunk/scripts/blfs-chapter12.php    Fri May 19 19:47:56 2017        (r18748)
+++ trunk/scripts/blfs-chapter12.php    Sat May 20 07:34:31 2017        (r18749)
@@ -76,6 +76,10 @@
           'match'   => '^.*$', 
           'replace' => "https://github.com/logrotate/logrotate"; ),
 
+   array( 'pkg'     => 'udisks1',
+          'match'   => '^.*$', 
+          'replace' => "https://github.com/storaged-project/udisks/releases"; ),
+
 );
 
 function get_packages( $package, $dirpath )
@@ -193,7 +197,7 @@
     return find_max( $lines, '/\d{6}/', '/^.* (\d{6})\h*$/' );
 
   if ( $book_index == "udisks1" )
-    return find_max( $lines, '/udisks/', '/^.*udisks-(\d[\d\.]*\d).tar.*$/' );
+    return find_max( $lines, '/udisks/', '/^.*udisks (\d[\d\.]*\d).*$/' );
 
   if ( $book_index == "p7zip" )
   {

Modified: trunk/scripts/blfs-chapter24.php
==============================================================================
--- trunk/scripts/blfs-chapter24.php    Fri May 19 19:47:56 2017        (r18748)
+++ trunk/scripts/blfs-chapter24.php    Sat May 20 07:34:31 2017        (r18749)
@@ -40,6 +40,10 @@
           'match'   => '^.*$', 
           'replace' => "https://github.com/i-rinat/libvdpau-va-gl/releases"; ),
 
+   array( 'pkg'     => 'xf86-input-libinput',
+          'match'   => '^.*$', 
+          'replace' => "$xorg_drv" ),
+
 );
 function get_packages( $package, $dirpath )
 {
-- 
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