From e4e76ec3b2cbefc94ea2f1b8c8117876a285f958 Mon Sep 17 00:00:00 2001 From: Humdinger Date: Fri, 18 Oct 2024 18:53:45 +0200 Subject: [PATCH] quicklaunch: update to v1.6 From QuickLaunch's changelog: * Support localized application names. * Window now "floats" instead of being "modal", allowing interaction with the rest of the system, e.g. drag&drop apps from the QuickLaunch window. * Improved vertical alignment of text esp. with tiny and big font sizes. * Bugfix: sometimes the initial window size wasn't as tall as needed. * Bugfix: using Japanese input methods didn't trigger the search. --- .../{quicklaunch-1.5.recipe => quicklaunch-1.6.recipe} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename haiku-apps/quicklaunch/{quicklaunch-1.5.recipe => quicklaunch-1.6.recipe} (93%) diff --git a/haiku-apps/quicklaunch/quicklaunch-1.5.recipe b/haiku-apps/quicklaunch/quicklaunch-1.6.recipe similarity index 93% rename from haiku-apps/quicklaunch/quicklaunch-1.5.recipe rename to haiku-apps/quicklaunch/quicklaunch-1.6.recipe index 170f44fe1..83674a325 100644 --- a/haiku-apps/quicklaunch/quicklaunch-1.5.recipe +++ b/haiku-apps/quicklaunch/quicklaunch-1.6.recipe @@ -13,7 +13,7 @@ COPYRIGHT="2010-2024 Humdinger" LICENSE="MIT" REVISION="1" SOURCE_URI="https://github.com/humdingerb/quicklaunch/archive/v$portVersion.tar.gz" -CHECKSUM_SHA256="4c3d75b99d3c28bb841614984630c3c643ecbfa223c3908e16d69cb417442cc7" +CHECKSUM_SHA256="4f0268fc5a0419b0ad8bf671679baa9f47d79e285f86bff1dbf966e0e5f295b4" SOURCE_DIR="quicklaunch-$portVersion" ARCHITECTURES="all"