Show
Ignore:
Timestamp:
12/30/07 10:27:29 (11 months ago)
Author:
kris
Message:

Removed the xpi files from Kompozer. Users will need to load any extensions
they want on their own, since it doesn't seem that reliable and causes
lockups

Location:
pbibuild/modules/kompozer
Files:
1 removed
2 modified

Legend:

Unmodified
Added
Removed
  • pbibuild/modules/kompozer/overlay-dir/PBI.SetupScript.sh

    r1078 r1083  
    2525chmod 777 /Programs/${PROGDIR}/lib/kompozer/extensions 
    2626 
    27 cd /Programs/${PROGDIR}/xpi 
    28  
    29 # Check for a different language to load 
    30 LANG="`grep ^Language= /home/$USERNAME/.kde/share/config/kdeglobals | cut -d "=" -f2 | cut -d ":" -f 1`" 
    31  
    32 LOAD="0" 
    33 case $LANG in 
    34    cs|cz) LOAD="kpz-langpack-csCZ.xpi" ;; 
    35    da|DK) LOAD="kpz-langpack-daDK.xpi" ;; 
    36    de) LOAD="kpz-langpack-deDE.xpi" ;; 
    37    es) LOAD="kpz-langpack-esES.xpi" ;; 
    38    fr) LOAD="kpz-langpack-frFR.xpi" ;; 
    39    hu) LOAD="kpz-langpack-huHU.xpi" ;; 
    40    it) LOAD="kpz-langpack-itIT.xpi" ;; 
    41    ja|jp) LOAD="kpz-langpack-jaJP.xpi" ;; 
    42    nl) LOAD="kpz-langpack-nlNL.xpi" ;; 
    43    pl) LOAD="kpz-langpack-plPL.xpi" ;; 
    44    pt|br) LOAD="kpz-langpack-ptBR.xpi" ;; 
    45    ru) LOAD="kpz-langpack-ruRU.xpi" ;; 
    46    zh|tw) LOAD="kpz-langpack-zhTW.xpi" ;; 
    47 esac 
    48  
    49 if [ "${LOAD}" != "0" ] 
    50 then 
    51  echo "MSG: Loading ${LOAD}" 
    52  kompozer -install-global-extension `pwd`/${LOAD} 
    53 fi 
    54  
    5527echo "LAUNCHCLOSE: /usr/local/bin/kompozer" 
  • pbibuild/modules/kompozer/pbi.conf

    r1082 r1083  
    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="03" 
     35BUILDKEY="23" 
    3636 
    3737export PBIPORT MAKEOPTS PROGNAME PROGWEB PROGAUTHOR OTHERPORT PROGICON PROGLIBS PBIUPDATE BUILDKEY