From 8dc146f9f2e58ccf9ef7a2fc4686533cc792082d Mon Sep 17 00:00:00 2001 From: Hugh Davenport Date: Thu, 4 Jan 2024 08:40:21 +1300 Subject: [PATCH] Ports: Add hotkey for Development system menu --- Ports/lite-xl/package.sh | 2 +- Ports/php/package.sh | 2 +- Ports/python3/package.sh | 2 +- Ports/ruby/package.sh | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Ports/lite-xl/package.sh b/Ports/lite-xl/package.sh index fe2b167af2..1d675c1be6 100755 --- a/Ports/lite-xl/package.sh +++ b/Ports/lite-xl/package.sh @@ -19,7 +19,7 @@ files=( workdir="lite-xl-${commit_hash}" launcher_name='Lite-XL' icon_file='resources/icons/icon.ico' -launcher_category='Development' +launcher_category='D&evelopment' launcher_command='/usr/local/bin/lite-xl' launcher_run_in_terminal='false' diff --git a/Ports/php/package.sh b/Ports/php/package.sh index b901035711..fe136d2139 100755 --- a/Ports/php/package.sh +++ b/Ports/php/package.sh @@ -27,7 +27,7 @@ configopts=( '--without-pcre-jit' ) launcher_name='PHP' -launcher_category='Development' +launcher_category='D&evelopment' launcher_command='/usr/local/bin/php -a' launcher_run_in_terminal='true' icon_file='win32/build/php.ico' diff --git a/Ports/python3/package.sh b/Ports/python3/package.sh index 662a2a796f..aa062717f4 100755 --- a/Ports/python3/package.sh +++ b/Ports/python3/package.sh @@ -14,7 +14,7 @@ files=( "https://raw.githubusercontent.com/python/cpython/942dd9f3f77eef08fabddbd9fb883a866ad6d4cb/PC/pycon.ico#55c1e1fcabc2f254a6d02242912359d29f141d11c4892c20375d58b6dcd89ac0" ) launcher_name='Python' -launcher_category='Development' +launcher_category='D&evelopment' launcher_command='/usr/local/bin/python3' launcher_run_in_terminal='true' icon_file='../pycon.ico' # This is an older icon that's downloaded separately, so we need to go outside of $workdir diff --git a/Ports/ruby/package.sh b/Ports/ruby/package.sh index 521708f060..44caa15e0f 100755 --- a/Ports/ruby/package.sh +++ b/Ports/ruby/package.sh @@ -14,7 +14,7 @@ files=( "https://cache.ruby-lang.org/pub/misc/logo/ruby-logo-kit.zip#7f0a980e09874d35d80b958949dc2460e683957de3d2494a1499aea9d9989055" ) launcher_name="Ruby IRB" -launcher_category="Development" +launcher_category="D&evelopment" launcher_command="/usr/local/bin/ruby /usr/local/bin/irb --legacy" launcher_run_in_terminal="true" icon_file="../ruby-kit/ruby.png"