From 2606dfe676767c70145fcfca046e3eb0f7b5424b Mon Sep 17 00:00:00 2001 From: Humdinger Date: Tue, 3 Dec 2024 14:31:12 +0100 Subject: [PATCH] quicklaunch: update to v1.8 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit From it's changelog: * Remove buttons, add menu bar. * Add menu items to temporarily override settings. * Change some keyboard shortcuts to keep things intuitive with the new temp options. * Add default entries to ignore list. * Add button to reset default entries. * Move favorite star icon to the right for less interference with icons with overlays. * Always sort items with the same name in the same order and keep the selection on result change if possible. Thanks Máximo! * Bugfix: Fixed false positives when filtering Trash. Thanks Máximo! * Bugfix: Sometimes the scrollbar was needlessly active (window slightly too small). Thanks Máximo! * Bugfix: Fixed rarely encountered 'overfiltering' bug of ignore list. Thanks Máximo! * Bugfix: Fixed memory leaks. Thanks Máximo! * Bugfix: Fix crash when mounting/unmounting a volume. * Bugfix: Fix double entries when setting 'save last term' is active. * Updated documentation. * Updated translations. --- .../{quicklaunch-1.7.recipe => quicklaunch-1.8.recipe} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename haiku-apps/quicklaunch/{quicklaunch-1.7.recipe => quicklaunch-1.8.recipe} (90%) diff --git a/haiku-apps/quicklaunch/quicklaunch-1.7.recipe b/haiku-apps/quicklaunch/quicklaunch-1.8.recipe similarity index 90% rename from haiku-apps/quicklaunch/quicklaunch-1.7.recipe rename to haiku-apps/quicklaunch/quicklaunch-1.8.recipe index 7a99da44b..7ef61692b 100644 --- a/haiku-apps/quicklaunch/quicklaunch-1.7.recipe +++ b/haiku-apps/quicklaunch/quicklaunch-1.8.recipe @@ -1,4 +1,4 @@ - SUMMARY="A tool to quickly start any installed application" +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 entering the name of an application and QuickLaunch will find all \ @@ -16,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="d275f0c14d64c0a42b67fd234698402d7f3a25e88b9e9bb4b19f1b8050bee46d" +CHECKSUM_SHA256="" SOURCE_DIR="quicklaunch-$portVersion" ARCHITECTURES="all"