Author: bdubbs
Date: Wed Oct 26 09:33:12 2016
New Revision: 17914
Log:
Script updates for kidletile, texlive, and valgrind
Modified:
trunk/scripts/blfs-chapter13.php
trunk/scripts/blfs-chapter39.php
trunk/scripts/blfs-chapter50.php
Modified: trunk/scripts/blfs-chapter13.php
==============================================================================
--- trunk/scripts/blfs-chapter13.php Mon Oct 24 12:19:31 2016 (r17913)
+++ trunk/scripts/blfs-chapter13.php Wed Oct 26 09:33:12 2016 (r17914)
@@ -34,7 +34,7 @@
$ignores[ 'python' ] = '';
$ignores[ 'python1' ] = '';
-//$current="v"; // For debugging
+//$current="valgrind"; // For debugging
$regex = array();
$regex[ 'check' ] = "/^.*Download check-(\d[\d\.]+\d).tar.*$/";
@@ -47,7 +47,7 @@
$regex[ 'Python1' ] = "/^.*Latest Python 3.*Python (3[\d\.]+\d).*$/";
$regex[ 'Mako' ] = "/^.*version is (\d[\d\.]+\d).*$/";
$regex[ 'php' ] = "/^.*php-(\d[\d\.]+\d).tar.*$/";
-$regex[ 'valgrind'] = "/^.*valgrind (\d[\d\.]+\d) \(tar.*$/";
+$regex[ 'valgrind'] = "/^.*Valgrind (\d[\d\.]+\d).*$/";
$regex[ 'jtreg' ] = "/^.*jtreg-(\d[b\d\.\-]+\d)\.tar.*$/";
$regex[ 'OpenJDK1'] = "/^.*OpenJDK-(\d[\d\.]+\d)\-.*$/";
Modified: trunk/scripts/blfs-chapter39.php
==============================================================================
--- trunk/scripts/blfs-chapter39.php Mon Oct 24 12:19:31 2016 (r17913)
+++ trunk/scripts/blfs-chapter39.php Wed Oct 26 09:33:12 2016 (r17914)
@@ -14,7 +14,7 @@
$ignores = array();
-//$current="lxqt-l10n"; // Debug
+//$current="kidletime"; // Debug
$regex = array();
$regex[ 'libfm' ] = "/^.*Download libfm-(\d[\d\.]+\d).tar.*$/";
@@ -161,6 +161,7 @@
$book_index != "lxpanel" &&
$book_index != "lxappearance" &&
$book_index != "lxpolkit" &&
+ $book_index != "kidletime" &&
$book_index != "lxsession" &&
$book_index != "lxde-common" &&
$book_index != "gpicview" &&
@@ -274,6 +275,7 @@
if ( $book_index == "kguiaddons" ||
$book_index == "kwindowsystem" ||
+ $book_index == "kidletime" ||
$book_index == "solid" ||
$book_index == "libkscreen" )
{
@@ -302,6 +304,7 @@
if ( $book_index == "kguiaddons" ||
$book_index == "kwindowsystem" ||
+ $book_index == "kidletime" ||
$book_index == "solid" ||
$book_index == "libkscreen" )
{
Modified: trunk/scripts/blfs-chapter50.php
==============================================================================
--- trunk/scripts/blfs-chapter50.php Mon Oct 24 12:19:31 2016 (r17913)
+++ trunk/scripts/blfs-chapter50.php Wed Oct 26 09:33:12 2016 (r17914)
@@ -13,7 +13,7 @@
$ignores[ 'install-tl-unx' ] = '';
$ignores[ 'texlive1' ] = '';
-//$current="gutenprint"; // For debugging
+//$current="texlive"; // For debugging
$regex = array();
$regex[ 'gutenprint' ] = "/^.*Download gutenprint-(\d[\d\.]+\d).*$/";
@@ -148,7 +148,7 @@
$dirs = http_get_file( "$dirpath/" );
$dir = find_max( $dirs, "/20\d\d/", "/^.*(20\d\d).*$/" );
$lines = http_get_file( "$dirpath/$dir/" );
- $ver = find_max( $lines, "/texlive-/",
"/^.*texlive-(\d+)-source.*$/" );
+ $ver = find_max( $lines, "/texlive-/",
"/^.*texlive-(\d+.?)-source.*$/" );
return ( $ver == "0" ) ? "pending" : $ver;
}
@@ -237,6 +237,9 @@
array( 'pkg' => 'psutils',
'regex' => "/^.*psutils-(p\d[\d\.]+).*$/" ),
+
+ array( 'pkg' => 'texlive.*source',
+ 'regex' => "/^.*texlive-(\d[\d\.]+.?)-source.*$/" ),
);
foreach( $match as $m )
--
http://lists.linuxfromscratch.org/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page