Updated KeymapSwitcher. Provided by Siarzhuk Zharski.

This commit is contained in:
Matt Madia 2012-05-14 16:44:50 +00:00
parent a5a89915fc
commit cffe509843

View File

@ -1075,12 +1075,12 @@ if [ IsOptionalHaikuImagePackageAdded KeymapSwitcher ] {
} else { } else {
if $(HAIKU_GCC_VERSION[1]) >= 4 { if $(HAIKU_GCC_VERSION[1]) >= 4 {
InstallOptionalHaikuImagePackage InstallOptionalHaikuImagePackage
KeymapSwitcher-1.2.6-x86-gcc4-2011-12-23.zip KeymapSwitcher-1.2.7-x86-gcc4-2012-05-13.zip
: $(baseURL)/KeymapSwitcher-1.2.6-x86-gcc4-2011-12-23.zip ; : $(baseURL)/KeymapSwitcher-1.2.7-x86-gcc4-2012-05-13.zip ;
} else { } else {
InstallOptionalHaikuImagePackage InstallOptionalHaikuImagePackage
KeymapSwitcher-1.2.6-x86-gcc2-2011-12-23.zip KeymapSwitcher-1.2.7-x86-gcc2-2012-05-13.zip
: $(baseURL)/KeymapSwitcher-1.2.6-x86-gcc2-2011-12-23.zip ; : $(baseURL)/KeymapSwitcher-1.2.7-x86-gcc2-2012-05-13.zip ;
} }
AddSymlinkToHaikuImage home config settings deskbar Preferences AddSymlinkToHaikuImage home config settings deskbar Preferences
: /boot/common/bin/KeymapSwitcher ; : /boot/common/bin/KeymapSwitcher ;