[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    kdevelop
From:       Thomas Nagy <tnagyemail-mail () yahoo ! fr>
Date:       2005-04-23 21:00:32
Message-ID: 20050423210032.D9E27492 () office ! kde ! org
[Download RAW message or body]

CVS commit by tnagy: 

Updated the mini scons (smaller, has executable 'scons' in it)
Changed the yellow color by bold (more readable when background is white)
Updated the QUICKSTART files for scons-based apps


  M +5 -5      languages/cpp/app_templates/kscons_kmdi/QUICKSTART   1.4
  M            languages/cpp/app_templates/kscons_kmdi/kscons_kmdi.tar.gz   1.4
  M +7 -6      languages/cpp/app_templates/kscons_kxt/QUICKSTART   1.4
  M            languages/cpp/app_templates/kscons_kxt/kscons_kxt.tar.gz   1.4
  M +2 -1      parts/appwizard/common/scons/generic.py   1.2
  M +2 -1      parts/appwizard/common/scons/kde.py   1.4
  M            parts/appwizard/common/scons/scons-mini.tar.bz2   1.2
  M +3 -4      parts/appwizard/common/scons/unpack_local_scons.sh   1.2


--- kdevelop/languages/cpp/app_templates/kscons_kmdi/QUICKSTART  #1.3:1.4
@@ -103,15 +103,15 @@
   tar xjvf scons-mini.tar.bz2
 * compile the program with :
-  python scons.py
+  ./scons (instead of just 'scons')
 * install the program with :
-  python scons.py install
+  ./scons install (instead of just 'scons install')
 
 More options :
 * clean the object files with :
-  python scons.py -c
+  ./scons -c
 * uninstall the program with with :
-  python scons.py -c install
+  ./scons -c install
 * create a package :
-  python scons.py dist
+  ./scons dist
 
 ------------------------------------------

--- kdevelop/languages/cpp/app_templates/kscons_kxt/QUICKSTART  #1.3:1.4
@@ -5,8 +5,9 @@
 scons install
 
+
 The online documentation of bksys can be found at:
 http://freehackers.org/~tnagy/bksys_manual.html
 
- ... and now the quickstart:
+ ... and now for the quickstart:
 
 CONFIGURING AND COMPILING THE PROJECT(S)
@@ -102,15 +103,15 @@
   tar xjvf scons-mini.tar.bz2
 * compile the program with :
-  python scons.py
+  ./scons (instead of just 'scons')
 * install the program with :
-  python scons.py install
+  ./scons install (instead of just 'scons install')
 
 More options :
 * clean the object files with :
-  python scons.py -c
+  ./scons -c
 * uninstall the program with with :
-  python scons.py -c install
+  ./scons -c install
 * create a package :
-  python scons.py dist
+  ./scons dist
 
 ------------------------------------------

--- kdevelop/parts/appwizard/common/scons/generic.py  #1.1:1.2
@@ -1,2 +1,3 @@
+#! /usr/bin/env python
 ## Thomas Nagy, 2005
 
@@ -13,5 +14,5 @@
 RED    ="\033[91m"
 GREEN  ="\033[92m"
-YELLOW ="\033[93m"
+YELLOW ="\033[1m"  #"\033[93m" # replaced by bold because yellow is unreadable on white
 CYAN   ="\033[96m"
 NORMAL ="\033[0m"

--- kdevelop/parts/appwizard/common/scons/kde.py  #1.3:1.4
@@ -1,2 +1,3 @@
+#! /usr/bin/env python
 # Copyright (c) 2001, 2002, 2003, 2004 The SCons Foundation
 #
@@ -49,5 +50,5 @@
 RED    ="\033[91m"
 GREEN  ="\033[92m"
-YELLOW ="\033[93m"
+YELLOW ="\033[1m" #"\033[93m" # replaced by bold because yellow is unreadable on white
 CYAN   ="\033[96m"
 NORMAL ="\033[0m"

--- kdevelop/parts/appwizard/common/scons/unpack_local_scons.sh  #1.1:1.2
@@ -20,5 +20,5 @@
 #SCONS=scons
 ### To run the local version instead, define
-SCONS=python scons.py
+SCONS=./scons
 
 # scons            : compile
@@ -53,9 +53,8 @@
 EOF
 
-
 echo ""
 echo -e $GREEN"A minimum scons distribution has been unpacked right here"
 echo -e $GREEN"you can now run : "$NORMAL
-echo -e $YELLOW"python scons.py"$NORMAL
-echo -e $YELLOW"python scons.py install$NORMAL (as root probably)"
+echo -e $BOLD"./scons"$NORMAL
+echo -e $BOLD"./scons install$NORMAL (as root probably)"
 


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic