From 9609ed866417b4bc9bef8913b24e64d1f3cac666 Mon Sep 17 00:00:00 2001 From: Siarzhuk Zharski Date: Tue, 28 May 2013 14:39:26 +0200 Subject: [PATCH] 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. --- build/jam/OptionalPackages | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/build/jam/OptionalPackages b/build/jam/OptionalPackages index 288268aada..ab8f7739a7 100644 --- a/build/jam/OptionalPackages +++ b/build/jam/OptionalPackages @@ -1339,21 +1339,21 @@ if [ IsOptionalHaikuImagePackageAdded KeymapSwitcher ] { if $(TARGET_ARCH) = x86 { if $(HAIKU_GCC_VERSION[1]) >= 4 { InstallOptionalHaikuImagePackage - KeymapSwitcher-1.2.7-x86-gcc4-2013-01-08.zip - : $(baseURL)/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-05-27.zip : : : false ; } else { InstallOptionalHaikuImagePackage - KeymapSwitcher-1.2.7-x86-gcc2-2013-01-08.zip - : $(baseURL)/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-05-27.zip : : : false ; } AddSymlinkToHaikuImage home config settings deskbar Preferences : /boot/common/bin/KeymapSwitcher ; } else if $(TARGET_ARCH) = x86_64 { InstallOptionalHaikuImagePackage - KeymapSwitcher-1.2.7-x86_64-2013-01-08.zip - : $(baseURL)/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-05-27.zip : : true ; AddSymlinkToHaikuImage home config settings deskbar Preferences : /boot/common/bin/KeymapSwitcher ;