Author: bdubbs
Date: Sun Aug 26 09:23:52 2018
New Revision: 20404

Log:
Ignore gimp-help
Update for removal of udisks1
Fix location to look up logrotate currency

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

Modified: trunk/scripts/blfs-chapter12.php
==============================================================================
--- trunk/scripts/blfs-chapter12.php    Sun Aug 26 08:51:50 2018        (r20403)
+++ trunk/scripts/blfs-chapter12.php    Sun Aug 26 09:23:52 2018        (r20404)
@@ -9,7 +9,7 @@
 $STOP_PACKAGE  = 'zip';
 
 $renames = array();
-$renames[ 'udisks1'  ] = 'udisks2';
+$renames[ 'udisks'   ] = 'udisks2';
 $renames[ 'sg'       ] = 'sg3_utils';
 $renames[ 'unrarsrc' ] = 'unrar';
 $renames[ 'paxmirabilis' ] = 'pax';
@@ -75,9 +75,9 @@
 
    array( 'pkg'     => 'logrotate',
           'match'   => '^.*$', 
-          'replace' => "https://github.com/logrotate/logrotate"; ),
+          'replace' => "https://github.com/logrotate/logrotate/releases"; ),
 
-   array( 'pkg'     => 'udisks1',
+   array( 'pkg'     => 'udisks',
           'match'   => '^.*$', 
           'replace' => "https://github.com/storaged-project/udisks/releases"; ),
 

Modified: trunk/scripts/blfs-chapter43.php
==============================================================================
--- trunk/scripts/blfs-chapter43.php    Sun Aug 26 08:51:50 2018        (r20403)
+++ trunk/scripts/blfs-chapter43.php    Sun Aug 26 09:23:52 2018        (r20404)
@@ -12,6 +12,7 @@
 $ignores = array();
 $ignores[ 'xorg-server'       ] = '';
 $ignores[ 'chromium-launcher' ] = '';
+$ignores[ 'gimp-help'         ] = '';
 $ignores[ 'flash_player_ppapi_linux.x' ] = '';
 $ignores[ 'flash_player_ppapi_linux.i' ] = '';
 
@@ -69,9 +70,9 @@
           'match'   => '^.*$',
           'replace' => "http://download.gimp.org/pub/gimp"; ),
 
-   array( 'pkg'     => 'gimp-help',
-          'match'   => '^.*$',
-          'replace' => "http://download.gimp.org/pub/gimp/help"; ),
+//   array( 'pkg'     => 'gimp-help',
+//          'match'   => '^.*$',
+//          'replace' => "http://download.gimp.org/pub/gimp/help"; ),
 
    array( 'pkg'     => 'balsa',
           'match'   => '^.*$',
-- 
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