From c5f322e2f98695f6fe0af7f72c42cf8847a95cd3 Mon Sep 17 00:00:00 2001 From: Humdinger Date: Sat, 26 Oct 2024 13:47:58 +0200 Subject: [PATCH] quicklaunch: update to v1.7 Its changelog: * Accept any dropped file - not just applications - as a favorite, tint those green. * More optimizations and fixes to reduce start-up and filter time. * Prevent the setup window obscuring the main window by floating over it. --- .../{quicklaunch-1.6.1.recipe => quicklaunch-1.7.recipe} | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) rename haiku-apps/quicklaunch/{quicklaunch-1.6.1.recipe => quicklaunch-1.7.recipe} (83%) diff --git a/haiku-apps/quicklaunch/quicklaunch-1.6.1.recipe b/haiku-apps/quicklaunch/quicklaunch-1.7.recipe similarity index 83% rename from haiku-apps/quicklaunch/quicklaunch-1.6.1.recipe rename to haiku-apps/quicklaunch/quicklaunch-1.7.recipe index 290d86d59..7a99da44b 100644 --- a/haiku-apps/quicklaunch/quicklaunch-1.6.1.recipe +++ b/haiku-apps/quicklaunch/quicklaunch-1.7.recipe @@ -1,11 +1,14 @@ SUMMARY="A tool to quickly start any installed application" DESCRIPTION="QuickLaunch is a small launcher tool that helps you to quickly \ start any installed application (as long as it has an app-signature). Simply \ -start to enter the name of an application and QuickLaunch will find all \ +start entering the name of an application and QuickLaunch will find all \ programs matching these initial letters and show them in a list. You choose an app from that list with the CursorUp/Down keys and launch it \ by hitting RETURN. ESC quits QuickLaunch. +Add applications and any other file as favorites that are displayed when \ +launching the app. + It's recommended to set a key combo to start QuickLaunch with Haiku's \ Shortcuts preferences." HOMEPAGE="https://github.com/humdingerb/quicklaunch" @@ -13,7 +16,7 @@ COPYRIGHT="2010-2024 Humdinger" LICENSE="MIT" REVISION="1" SOURCE_URI="https://github.com/humdingerb/quicklaunch/archive/v$portVersion.tar.gz" -CHECKSUM_SHA256="830af9fef70abfb919abf1d9e9b970a496bdd3bfb6bfe9d71ce78d2927ca8500" +CHECKSUM_SHA256="d275f0c14d64c0a42b67fd234698402d7f3a25e88b9e9bb4b19f1b8050bee46d" SOURCE_DIR="quicklaunch-$portVersion" ARCHITECTURES="all"