Changeset 1745

Show
Ignore:
Timestamp:
04/21/08 11:59:14 (8 months ago)
Author:
kris
Message:

Fixed up Abiword module, now it should work with future builds

Location:
pbibuild/modules/abiword
Files:
4 modified

Legend:

Unmodified
Added
Removed
  • pbibuild/modules/abiword/copy-files

    r1701 r1745  
    11/usr/local/bin/abiword bin/ 
    2 /usr/local/bin/AbiWord-2.6 bin/ 
    32/usr/local/bin/ttfadmin.sh bin/ 
    43/usr/local/bin/ttftool bin/ 
    5 /usr/local/share/AbiSuite-2.6 share/ 
     4/usr/local/share/abiword-* share/ 
    65/usr/local/share/applications/abiword.desktop share/applications/ 
  • pbibuild/modules/abiword/overlay-dir/PBI.RemoveScript.sh

    r1701 r1745  
    88######################################### 
    99rm -fR /usr/local/bin/abiword 
    10 rm -fR /usr/local/bin/AbiWord-2.6 
    1110rm -fR /usr/local/bin/ttfadmin.sh 
    1211rm -fR /usr/local/bin/ttftool 
    13 rm -fR /usr/local/share/AbiSuite-2.6 
     12rm -fR /usr/local/share/abiword-* 
    1413#rm -fR /usr/local/share/applications/abiword.desktop 
    1514if [ ! -z "$DISPLAY" ] 
  • pbibuild/modules/abiword/overlay-dir/PBI.SetupScript.sh

    r1701 r1745  
    1616######################################### 
    1717ln -s /Programs/${PROGDIR}/.sbin/abiword /usr/local/bin/abiword 
    18 ln -s /Programs/${PROGDIR}/.sbin/AbiWord-2.6 /usr/local/bin/AbiWord-2.6 
    1918ln -s /Programs/${PROGDIR}/.sbin/ttfadmin.sh /usr/local/bin/ttfadmin.sh 
    2019ln -s /Programs/${PROGDIR}/.sbin/ttftool /usr/local/bin/ttftool 
    21 ln -s /Programs/${PROGDIR}/share/AbiSuite-2.6 /usr/local/share/AbiSuite-2.6 
     20 
     21cd /Programs/${PROGDIR}/share 
     22ABIDIR="`ls -d abiword-`" 
     23 
     24ln -s /Programs/${PROGDIR}/share/$ABIDIR /usr/local/share/$ABIDIR 
    2225#ln -s /Programs/${PROGDIR}/share/applications/abiword.desktop /usr/local/share/applications/abiword.desktop 
    2326 
  • pbibuild/modules/abiword/pbi.conf

    r1701 r1745  
    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="04" 
     35BUILDKEY="24" 
    3636 
    3737export PBIPORT MAKEOPTS PROGNAME PROGWEB PROGAUTHOR OTHERPORT PROGICON PROGLIBS PBIUPDATE BUILDKEY