Changes between Version 52 and Version 53 of pkg-msys


Ignore:
Timestamp:
Jul 16, 2013, 10:39:00 AM (11 years ago)
Author:
martinl
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • pkg-msys

    v52 v53  
    36364. Move `c:\MinGW\msys\1.0` to `c:\osgeo4w\apps\msys`.
    3737
    38 3. Modify `c:\osgeo4w\apps\msys\msys.bat`
     385. Modify `c:\osgeo4w\apps\msys\msys.bat`
    3939
    4040{{{
     
    4949 rem ember value of GOTO: is used to know recursion has happened.
    5050 if "%1" == "GOTO:" goto %2
    51  
    52 @@ -53,9 +55,9 @@
    53  if "x%1" == "x--rxvt" set MSYSCON=rxvt.exe
    54  if NOT "x%MSYSCON%" == "xunknown" shift
    55  
    56 -if "x%MSYSCON%" == "xunknown" set MSYSCON=sh.exe
    57 +if "x%MSYSCON%" == "xunknown" set MSYSCON=rxvt.exe
    58  
    59 -if "x%MSYSTEM%" == "x" set MSYSTEM=MINGW32
    60 +if "x%MSYSTEM%" == "x" set MSYSTEM=MSYS
    61  if "%1" == "MINGW32" set MSYSTEM=MINGW32
    62  if "%1" == "MSYS" set MSYSTEM=MSYS
    63  
    64 @@ -80,8 +82,8 @@
    65  if NOT EXIST %WD%rxvt.exe goto startsh
    66  
    67  rem Setup the default colors for rxvt.
    68 -if "x%MSYSBGCOLOR%" == "x" set MSYSBGCOLOR=White
    69 -if "x%MSYSFGCOLOR%" == "x" set MSYSFGCOLOR=Black
    70 +if "x%MSYSBGCOLOR%" == "x" set MSYSBGCOLOR=Black
    71 +if "x%MSYSFGCOLOR%" == "x" set MSYSFGCOLOR=White
    72  if "x%MINGW32BGCOLOR%" == "x" set MINGW32BGCOLOR=LightYellow
    73  if "x%MINGW32FGCOLOR%" == "x" set MINGW32FGCOLOR=Navy
    74  if "%MSYSTEM%" == "MSYS" set BGCOLOR=%MSYSBGCOLOR%
    75 @@ -89,7 +91,7 @@
    76  if "%MSYSTEM%" == "MINGW32" set BGCOLOR=%MINGW32BGCOLOR%
    77  if "%MSYSTEM%" == "MINGW32" set FGCOLOR=%MINGW32FGCOLOR%
    78  
    79 -start %WD%rxvt -backspacekey  -sl 2500 -fg %FGCOLOR% -bg %BGCOLOR% -sr -fn Courier-12 -tn msys -geometry 80x25 -e /bin/sh --login -i
    80 +start %WD%rxvt -backspacekey  -sl 2500 -fg %FGCOLOR% -bg %BGCOLOR% -sr -fn Courier-16 -tn msys -geometry 80x25 -e /bin/sh --login -i
    81  exit
    82  
    83  :startsh
    8451}}}
    8552