KeymapSwitcher opt.package updated to 1.2.7.10
* Fixed hotkeys selector resize issue occured on latest Haiku revisions; * Fixed handling of system-wide keymap switch mode; * Remove BDragger from the Deskbar replicant.
This commit is contained in:
@@ -1339,21 +1339,21 @@ if [ IsOptionalHaikuImagePackageAdded KeymapSwitcher ] {
|
|||||||
if $(TARGET_ARCH) = x86 {
|
if $(TARGET_ARCH) = x86 {
|
||||||
if $(HAIKU_GCC_VERSION[1]) >= 4 {
|
if $(HAIKU_GCC_VERSION[1]) >= 4 {
|
||||||
InstallOptionalHaikuImagePackage
|
InstallOptionalHaikuImagePackage
|
||||||
KeymapSwitcher-1.2.7-x86-gcc4-2013-01-08.zip
|
KeymapSwitcher-1.2.7-x86-gcc4-2013-05-27.zip
|
||||||
: $(baseURL)/KeymapSwitcher-1.2.7-x86-gcc4-2013-01-08.zip
|
: $(baseURL)/KeymapSwitcher-1.2.7-x86-gcc4-2013-05-27.zip
|
||||||
: : : false ;
|
: : : false ;
|
||||||
} else {
|
} else {
|
||||||
InstallOptionalHaikuImagePackage
|
InstallOptionalHaikuImagePackage
|
||||||
KeymapSwitcher-1.2.7-x86-gcc2-2013-01-08.zip
|
KeymapSwitcher-1.2.7-x86-gcc2-2013-05-27.zip
|
||||||
: $(baseURL)/KeymapSwitcher-1.2.7-x86-gcc2-2013-01-08.zip
|
: $(baseURL)/KeymapSwitcher-1.2.7-x86-gcc2-2013-05-27.zip
|
||||||
: : : false ;
|
: : : false ;
|
||||||
}
|
}
|
||||||
AddSymlinkToHaikuImage home config settings deskbar Preferences
|
AddSymlinkToHaikuImage home config settings deskbar Preferences
|
||||||
: /boot/common/bin/KeymapSwitcher ;
|
: /boot/common/bin/KeymapSwitcher ;
|
||||||
} else if $(TARGET_ARCH) = x86_64 {
|
} else if $(TARGET_ARCH) = x86_64 {
|
||||||
InstallOptionalHaikuImagePackage
|
InstallOptionalHaikuImagePackage
|
||||||
KeymapSwitcher-1.2.7-x86_64-2013-01-08.zip
|
KeymapSwitcher-1.2.7-x86_64-2013-05-27.zip
|
||||||
: $(baseURL)/KeymapSwitcher-1.2.7-x86_64-2013-01-08.zip
|
: $(baseURL)/KeymapSwitcher-1.2.7-x86_64-2013-05-27.zip
|
||||||
: : true ;
|
: : true ;
|
||||||
AddSymlinkToHaikuImage home config settings deskbar Preferences
|
AddSymlinkToHaikuImage home config settings deskbar Preferences
|
||||||
: /boot/common/bin/KeymapSwitcher ;
|
: /boot/common/bin/KeymapSwitcher ;
|
||||||
|
|||||||
Reference in New Issue
Block a user