Changeset 2661 for pbibuild/modules

Show
Ignore:
Timestamp:
08/27/08 10:10:31 (3 months ago)
Author:
kris
Message:

Also updated winrar3 to change wine version automatically

Location:
pbibuild/modules/winrar3
Files:
4 modified

Legend:

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

    r2217 r2661  
    1010############################################################################## 
    1111 
    12 # Save the right version number in the removepbi.sh script 
    13 sed -e "s,CHANGEME,WinRAR${PORTVER},g" ${PBIDIR}/bin/winrar > /tmp/winrar 
     12# Save the right version number in the winfirefox3 script 
     13sed -e "s,CHANGEME,${PORTVER},g" ${PBIDIR}/bin/winrar > /tmp/winrar 
    1414mv /tmp/winrar ${PBIDIR}/bin/winrar 
    1515chmod 755 ${PBIDIR}/bin/winrar 
     16 
     17# Save the right version number in the winfirefox3 script 
     18sed -e "s,CHANGEME,${PORTVER},g" ${PBIDIR}/bin/winraropen > /tmp/winraropen 
     19mv /tmp/winraropen ${PBIDIR}/bin/winraropen 
     20chmod 755 ${PBIDIR}/bin/winraropen 
  • pbibuild/modules/winrar3/overlay-dir/bin/winrar

    r2326 r2661  
    11#!/bin/sh 
    2 PROGDIR="WinRAR1.1.1" 
     2VER="CHANGEME" 
     3PROGDIR="WinRAR${VER}" 
    34cd 
    45export WINEPREFIX="/Programs/${PROGDIR}/WINRAR" 
  • pbibuild/modules/winrar3/overlay-dir/bin/winraropen

    r2326 r2661  
    11#!/bin/sh 
    2 winrar "`/Programs/WinRAR1.1.1/bin/winepath -w %f`" 
     2VER="CHANGEME" 
     3winrar "`/Programs/WinRAR${VER}/bin/winepath -w %f`" 
  • pbibuild/modules/winrar3/pbi.conf

    r2326 r2661  
    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="09" 
     35BUILDKEY="19" 
    3636 
    3737# Don't build this PBI on certian processors (i386 / amd64)