Changeset 1625

Show
Ignore:
Timestamp:
03/19/08 17:55:13 (9 months ago)
Author:
kris
Message:

Fixed up Glest a bit more, should fix the font problems and missing libs
from command-line usage

Location:
pbibuild/modules/glest
Files:
4 modified

Legend:

Unmodified
Added
Removed
  • pbibuild/modules/glest/build.sh

    r1610 r1625  
    1010############################################################################## 
    1111 
     12# We need to modify the glest.ini file in order for it to use a valid font 
     13# on PC-BSD 
     14 
     15rm /tmp/glest-new.ini >/dev/null 2>/dev/null 
     16FOUNDLINE="0" 
     17 
     18while read line 
     19do 
     20 
     21  echo $line | grep Font >/dev/null 2>/dev/null 
     22  if [ "$?" = "0" ] 
     23  then 
     24     if [ "$FOUNDLINE" = "0" ] 
     25     then 
     26     echo "FontConsole=-bitstream-bitstream charter-*-*-normal--*-*-*-*-*-*-*-* 
     27FontDisplay=-bitstream-bitstream charter-*-*-normal--*-*-*-*-*-*-*-* 
     28FontMenu=-bitstream-bitstream charter-*-*-normal--*-*-*-*-*-*-*-*" >> /tmp/glest-new.ini 
     29       FOUNDLINE="1" 
     30     fi 
     31  else 
     32     echo "$line" >> /tmp/glest-new.ini 
     33  fi 
     34 
     35done < "${PBIDIR}/share/glest/glest.ini" 
     36 
     37mv /tmp/glest-new.ini ${PBIDIR}/share/glest/glest.ini 
     38 
  • pbibuild/modules/glest/copy-files

    r1619 r1625  
    11/usr/local/bin/glest bin/ 
     2/usr/local/share/glest/glest bin/glest-bin 
    23/usr/local/share/glest share/ 
    34/usr/local/share/doc/glest share/doc/ 
  • pbibuild/modules/glest/overlay-dir/PBI.SetupScript.sh

    r1610 r1625  
    1515# echo 'MSG: <text>' # Display this text above progress bar 
    1616######################################### 
    17 ln -s /Programs/${PROGDIR}/bin/glest /usr/local/bin/glest 
     17ln -s /Programs/${PROGDIR}/.sbin/glest /usr/local/bin/glest 
    1818ln -s /Programs/${PROGDIR}/share/glest /usr/local/share/glest 
    1919ln -s /Programs/${PROGDIR}/share/doc/glest /usr/local/share/doc/glest 
  • pbibuild/modules/glest/pbi.conf

    r1619 r1625  
    3333# Build Key - Change this to anything else to trigger a rebuild  
    3434#           - The rebuild will take place even if port is still the same ver 
    35 BUILDKEY="32" 
     35BUILDKEY="22" 
    3636 
    3737export PBIPORT MAKEOPTS PROGNAME PROGWEB PROGAUTHOR OTHERPORT PROGICON PROGLIBS PBIUPDATE BUILDKEY