[PC-BSD Commits] r1083 - in pbibuild/modules/kompozer: . overlay-dir
svn at pcbsd.org
svn at pcbsd.org
Sun Dec 30 10:27:30 PST 2007
Author: kris
Date: 2007-12-30 10:27:29 -0800 (Sun, 30 Dec 2007)
New Revision: 1083
Removed:
pbibuild/modules/kompozer/overlay-dir/xpi/
Modified:
pbibuild/modules/kompozer/overlay-dir/PBI.SetupScript.sh
pbibuild/modules/kompozer/pbi.conf
Log:
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
Modified: pbibuild/modules/kompozer/overlay-dir/PBI.SetupScript.sh
===================================================================
--- pbibuild/modules/kompozer/overlay-dir/PBI.SetupScript.sh 2007-12-30 02:23:46 UTC (rev 1082)
+++ pbibuild/modules/kompozer/overlay-dir/PBI.SetupScript.sh 2007-12-30 18:27:29 UTC (rev 1083)
@@ -24,32 +24,4 @@
mkdir /Programs/${PROGDIR}/lib/kompozer/extensions
chmod 777 /Programs/${PROGDIR}/lib/kompozer/extensions
-cd /Programs/${PROGDIR}/xpi
-
-# Check for a different language to load
-LANG="`grep ^Language= /home/$USERNAME/.kde/share/config/kdeglobals | cut -d "=" -f2 | cut -d ":" -f 1`"
-
-LOAD="0"
-case $LANG in
- cs|cz) LOAD="kpz-langpack-csCZ.xpi" ;;
- da|DK) LOAD="kpz-langpack-daDK.xpi" ;;
- de) LOAD="kpz-langpack-deDE.xpi" ;;
- es) LOAD="kpz-langpack-esES.xpi" ;;
- fr) LOAD="kpz-langpack-frFR.xpi" ;;
- hu) LOAD="kpz-langpack-huHU.xpi" ;;
- it) LOAD="kpz-langpack-itIT.xpi" ;;
- ja|jp) LOAD="kpz-langpack-jaJP.xpi" ;;
- nl) LOAD="kpz-langpack-nlNL.xpi" ;;
- pl) LOAD="kpz-langpack-plPL.xpi" ;;
- pt|br) LOAD="kpz-langpack-ptBR.xpi" ;;
- ru) LOAD="kpz-langpack-ruRU.xpi" ;;
- zh|tw) LOAD="kpz-langpack-zhTW.xpi" ;;
-esac
-
-if [ "${LOAD}" != "0" ]
-then
- echo "MSG: Loading ${LOAD}"
- kompozer -install-global-extension `pwd`/${LOAD}
-fi
-
echo "LAUNCHCLOSE: /usr/local/bin/kompozer"
Modified: pbibuild/modules/kompozer/pbi.conf
===================================================================
--- pbibuild/modules/kompozer/pbi.conf 2007-12-30 02:23:46 UTC (rev 1082)
+++ pbibuild/modules/kompozer/pbi.conf 2007-12-30 18:27:29 UTC (rev 1083)
@@ -32,6 +32,6 @@
# Build Key - Change this to anything else to trigger a rebuild
# - The rebuild will take place even if port is still the same ver
-BUILDKEY="03"
+BUILDKEY="23"
export PBIPORT MAKEOPTS PROGNAME PROGWEB PROGAUTHOR OTHERPORT PROGICON PROGLIBS PBIUPDATE BUILDKEY
More information about the Commits
mailing list