Author: bdubbs
Date: Wed Apr 27 09:53:51 2016
New Revision: 17294
Log:
Update script for QScintilla_gpl name change
Modified:
trunk/scripts/blfs-chapter13.php
trunk/scripts/blfs-chapter39.php
Modified: trunk/scripts/blfs-chapter13.php
==============================================================================
--- trunk/scripts/blfs-chapter13.php Tue Apr 26 20:44:42 2016 (r17293)
+++ trunk/scripts/blfs-chapter13.php Wed Apr 27 09:53:51 2016 (r17294)
@@ -37,7 +37,7 @@
$ignores[ 'python' ] = '';
$ignores[ 'python1' ] = '';
-//$current="slang"; // For debugging
+$current="ruby"; // For debugging
$regex = array();
$regex[ 'check' ] = "/^.*Download check-(\d[\d\.]+\d).tar.*$/";
Modified: trunk/scripts/blfs-chapter39.php
==============================================================================
--- trunk/scripts/blfs-chapter39.php Tue Apr 26 20:44:42 2016 (r17293)
+++ trunk/scripts/blfs-chapter39.php Wed Apr 27 09:53:51 2016 (r17294)
@@ -14,7 +14,7 @@
$ignores = array();
-//$current="kwayland"; // Debug
+//$current="QScintilla_gpl"; // Debug
$regex = array();
$regex[ 'libfm' ] = "/^.*Download libfm-(\d[\d\.]+\d).tar.*$/";
@@ -101,7 +101,7 @@
'match' => '^.*$',
'replace' => "https://github.com/lxde/qterminal/releases" ),
- array( 'pkg' => 'QScintilla-gpl',
+ array( 'pkg' => 'QScintilla_gpl',
'match' => '^.*$',
'replace' =>
"http://sourceforge.net/projects/pyqt/files/QScintilla2" ),
@@ -179,7 +179,7 @@
$book_index != "solid" &&
$book_index != "kwindowsystem" &&
$book_index != "libkscreen" &&
- $book_index != "QScintilla-gpl"
+ $book_index != "QScintilla_gpl"
) // http
{
// Most http enties for this chapter
@@ -314,7 +314,7 @@
if ( $book_index == "lxde-icon-theme" )
return find_max( $lines, "/$package/", "/^.*$package-([\d\.]*\d).*$/" );
- if ( $book_index == "QScintilla-gpl" )
+ if ( $book_index == "QScintilla_gpl" )
return find_max( $lines, "/QScintilla-/", "/^.*QScintilla-([\d\.]*\d).*$/"
);
if ( $book_index == "QupZilla" )
--
http://lists.linuxfromscratch.org/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page