Author: krejzi
Date: Mon Oct 23 14:32:00 2017
New Revision: 19373

Log:
Fix currency

Modified:
   trunk/scripts/blfs-chapter09.php
   trunk/scripts/blfs-chapter12.php
   trunk/scripts/blfs-chapter13.php
   trunk/scripts/blfs-chapter35.php

Modified: trunk/scripts/blfs-chapter09.php
==============================================================================
--- trunk/scripts/blfs-chapter09.php    Mon Oct 23 13:58:44 2017        (r19372)
+++ trunk/scripts/blfs-chapter09.php    Mon Oct 23 14:32:00 2017        (r19373)
@@ -12,10 +12,11 @@
 $renames[ 'node-v'  ] = 'node.js';
 $renames[ 'mozjs'   ] = 'js38';
 $renames[ 'mozjs1'  ] = 'js52';
+$renames[ 'gmime1'  ] = 'gmime3';
 
 $ignores = array();
 
-//$current="libseccomp"; // For debugging
+//$current="gmime1"; // For debugging
 
 $regex = array();
 $regex[ 'clucene-core'  ] = "/^.*Download clucene-core-([\d\.]+).tar.*$/";
@@ -196,7 +197,7 @@
     // glib type packages
     if ( $book_index == "glib"      ||
          $book_index == "glibmm"    ||
-         $book_index == "gmime"     ||
+         $book_index == "gmime1"    ||
          $book_index == "json-glib" ||
          $book_index == "libglade"  ||
          $book_index == "libgsf"    ||
@@ -229,7 +230,7 @@
     // glib type packages
     if ( $book_index == "glib"      ||
          $book_index == "glibmm"    ||
-         $book_index == "gmime"     ||
+         $book_index == "gmime1"    ||
          $book_index == "json-glib" ||
          $book_index == "libglade"  ||
          $book_index == "libgsf"    ||
@@ -390,6 +391,9 @@
   if ( $book_index == "xapian-core" )
     return find_max( $lines, "/^\d\./", "/^(\d\.[\d\.]+)\/.*$/" );
 
+  if ( $book_index == "gmime1" )
+    return find_max( $lines, "/gmime/", "/^.*gmime-([\d\.]*\d)\.tar.*$/" );
+
   // Most packages are in the form $package-n.n.n
   // Occasionally there are dashes (e.g. 201-1)
 

Modified: trunk/scripts/blfs-chapter12.php
==============================================================================
--- trunk/scripts/blfs-chapter12.php    Mon Oct 23 13:58:44 2017        (r19372)
+++ trunk/scripts/blfs-chapter12.php    Mon Oct 23 14:32:00 2017        (r19373)
@@ -5,7 +5,7 @@
 
 $CHAPTER       = '12';
 $CHAPTERS      = 'Chapter 12';
-$START_PACKAGE = 'acpid';
+$START_PACKAGE = 'accountsservice';
 $STOP_PACKAGE  = 'zip';
 
 $renames = array();
@@ -17,7 +17,7 @@
 $ignores = array();
 $ignores[ 'colord1' ] = "";
 
-//$current="logrotate";
+//$current="systemd";
 
 $regex = array();
 $regex[ 'acpid'   ] = "/^.*Download acpid-(\d[\d\.]+\d).tar.*$/";
@@ -26,6 +26,7 @@
 $regex[ 'ibus'    ] = "/^.*ibus-(\d[\d\.]+\d).tar.*$/";
 $regex[ 'strigi'  ] = "/^(\d[\d\.]+\d) .*$/";
 $regex[ 'sysstat' ] = "/^.*sysstat-(\d[\d\.]+\d).tar.*$/";
+$regex[ 'systemd' ] = "/^.*v(\d[\d\.]+\d).*$/";
 
 $sf = 'sourceforge.net';
 
@@ -75,6 +76,9 @@
           'match'   => '^.*$', 
           'replace' => "https://github.com/storaged-project/udisks/releases"; ),
 
+   array( 'pkg'     => 'systemd',
+          'match'   => '^.*$', 
+          'replace' => "https://github.com/systemd/systemd/releases"; ),
 );
 
 function get_packages( $package, $dirpath )

Modified: trunk/scripts/blfs-chapter13.php
==============================================================================
--- trunk/scripts/blfs-chapter13.php    Mon Oct 23 13:58:44 2017        (r19372)
+++ trunk/scripts/blfs-chapter13.php    Mon Oct 23 14:32:00 2017        (r19373)
@@ -32,7 +32,7 @@
 $ignores[ 'python'       ] = '';
 $ignores[ 'python1'      ] = '';
 
-//$current="ruby";  // For debugging
+//$current="lxml";  // For debugging
 
 $regex = array();
 $regex[ 'check'   ] = "/^.*Check (\d[\d\.]+\d).*$/";
@@ -47,7 +47,7 @@
 $regex[ 'jtreg'   ] = "/^.*jtreg-(\d[b\d\.\-]+\d)\.tar.*$/";
 $regex[ 'OpenJDK1'] = "/^.*OpenJDK-(\d[\d\.]+\d)\-.*$/";
 $regex[ 'setuptools' ] = "/^.*setuptools-(\d[\d\.]+\d).zip.*$/";
-//$regex[ 'lxml'       ] = "/^.*lxml (\d[\d\.]+\d).*$/";
+$regex[ 'lxml'       ] = "/^.*lxml-(\d[\d\.]+\d).*$/";
 $regex[ 'funcsigs'   ] = "/^.*funcsigs (\d[\d\.]+\d).*$/";
 $regex[ 'pycrypto'   ] = "/^.*pycrypto (\d[\d\.]+\d).*$/";
 
@@ -341,7 +341,7 @@
 
    array( 'pkg'     => 'lxml',
           'match'   => '^.*$',
-          'replace' => "https://pypi.python.org/pypi/lxml"; ),
+          'replace' => "https://github.com/lxml/lxml/releases"; ),
 
    array( 'pkg'     => 'funcsigs',
           'match'   => '^.*$',

Modified: trunk/scripts/blfs-chapter35.php
==============================================================================
--- trunk/scripts/blfs-chapter35.php    Mon Oct 23 13:58:44 2017        (r19372)
+++ trunk/scripts/blfs-chapter35.php    Mon Oct 23 14:32:00 2017        (r19373)
@@ -5,7 +5,7 @@
 
 $CHAPTER       = '35';
 $CHAPTERS      = 'Chapter 35';
-$START_PACKAGE = 'accountsservice';
+$START_PACKAGE = 'gcr';
 $STOP_PACKAGE  = 'polkit-gnome';
 
 $renames = array();
-- 
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