From d111de5e7f85cad3251fc733a5d1f12fef81d170 Mon Sep 17 00:00:00 2001 From: Siarzhuk Zharski Date: Tue, 6 Nov 2012 20:05:48 +0100 Subject: [PATCH] KeymapSwitcher package updated to version 1.2.7.5 * Fixed issue with unwanted keymap switching in case UnZip started in * background (expanding optional packages during Haiku build, for * example). UnZip executable has no background application flag * for unknown reason. +alpha4 --- build/jam/OptionalPackages | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/build/jam/OptionalPackages b/build/jam/OptionalPackages index 01b1fb7b20..742664f5b5 100644 --- a/build/jam/OptionalPackages +++ b/build/jam/OptionalPackages @@ -1160,12 +1160,12 @@ if [ IsOptionalHaikuImagePackageAdded KeymapSwitcher ] { } else { if $(HAIKU_GCC_VERSION[1]) >= 4 { InstallOptionalHaikuImagePackage - KeymapSwitcher-1.2.7-r1a4-x86-gcc4-2012-09-09.zip - : $(baseURL)/KeymapSwitcher-1.2.7-r1a4-x86-gcc4-2012-09-09.zip ; + KeymapSwitcher-1.2.7-r1a4-x86-gcc4-2012-11-01.zip + : $(baseURL)/KeymapSwitcher-1.2.7-r1a4-x86-gcc4-2012-11-01.zip ; } else { InstallOptionalHaikuImagePackage - KeymapSwitcher-1.2.7-r1a4-x86-gcc2-2012-08-31.zip - : $(baseURL)/KeymapSwitcher-1.2.7-r1a4-x86-gcc2-2012-08-31.zip ; + KeymapSwitcher-1.2.7-r1a4-x86-gcc2-2012-11-01.zip + : $(baseURL)/KeymapSwitcher-1.2.7-r1a4-x86-gcc2-2012-11-01.zip ; } AddSymlinkToHaikuImage home config settings deskbar Preferences : /boot/common/bin/KeymapSwitcher ;