Changeset 2660 for pbibuild/modules

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

Updated winrar to also update the wineversion automatically

Location:
pbibuild/modules/winrar
Files:
4 modified

Legend:

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

    r1661 r2660  
    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/winrar/overlay-dir/bin/winrar

    r1870 r2660  
    11#!/bin/sh 
    2 PROGDIR="WinRAR0.9.61" 
     2VER="CHANGEME" 
     3PROGDIR="WinRAR${VER}" 
    34cd 
    45export WINEPREFIX="/Programs/${PROGDIR}/WINRAR" 
  • pbibuild/modules/winrar/overlay-dir/bin/winraropen

    r1888 r2660  
    11#!/bin/sh 
    2 winrar "`/Programs/WinRAR0.9.61/bin/winepath -w %f`" 
     2################################## 
     3 
     4VER="CHANGEME" 
     5 
     6winrar "`/Programs/WinRAR${VER}/bin/winepath -w %f`" 
  • pbibuild/modules/winrar/pbi.conf

    r1888 r2660  
    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="07" 
     35BUILDKEY="17" 
    3636 
    3737# Don't build this PBI on certian processors (i386 / amd64)