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.
This commit is contained in:
Humdinger
2024-10-26 13:47:58 +02:00
parent 9fd3cd2dcc
commit c5f322e2f9

View File

@@ -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"