diff --git a/haiku-apps/quicklaunch/quicklaunch-0.9.10.recipe b/haiku-apps/quicklaunch/quicklaunch-0.9.10.recipe deleted file mode 100644 index aac67b7c8..000000000 --- a/haiku-apps/quicklaunch/quicklaunch-0.9.10.recipe +++ /dev/null @@ -1,54 +0,0 @@ -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 \ -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. - -It's recommended to set a key combo to start QuickLaunch with Haiku's \ -Shortcuts preferences." -HOMEPAGE="http://sourceforge.net/projects/quicklaunch-h/" -SOURCE_URI="git://git.code.sf.net/p/quicklaunch-h/code#b7332495742177b6a24e7954367ef19e2eea5e79" -LICENSE="MIT" -COPYRIGHT="2010-2015 Humdinger" -REVISION="1" -ARCHITECTURES="x86_gcc2 x86 x86_64" - -PROVIDES=" - quicklaunch = $portVersion - app:QuickLaunch = $portVersion - " -REQUIRES=" - haiku - " -BUILD_REQUIRES=" - haiku_devel - " -BUILD_PREREQUIRES=" - makefile_engine - cmd:gcc - cmd:make - " - -USER_SETTINGS_FILES="settings/QuickLaunch_settings" - -BUILD() -{ - make $jobArgs OBJ_DIR=objects -} - -INSTALL() -{ - quicklaunchDir=$appsDir/QuickLaunch - mkdir -p $quicklaunchDir - - cp -af objects/QuickLaunch $quicklaunchDir - cp -af ReadMe.html $quicklaunchDir - cp -r images $quicklaunchDir - - chmod +x Add\ to\ Deskbar.sh - cp -af Add\ to\ Deskbar.sh $quicklaunchDir - - addAppDeskbarSymlink $quicklaunchDir/QuickLaunch -} diff --git a/haiku-apps/quicklaunch/quicklaunch-0.9.11.recipe b/haiku-apps/quicklaunch/quicklaunch-0.9.11.recipe deleted file mode 100644 index 780fbe6e1..000000000 --- a/haiku-apps/quicklaunch/quicklaunch-0.9.11.recipe +++ /dev/null @@ -1,57 +0,0 @@ -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 \ -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. - -It's recommended to set a key combo to start QuickLaunch with Haiku's \ -Shortcuts preferences." -HOMEPAGE="http://humdingerb.github.io/quicklaunch/" -COPYRIGHT="2010-2015 Humdinger" -LICENSE="MIT" -REVISION="1" - -SOURCE_URI="git://github.com/humdingerb/quicklaunch.git#e07150c8aeefb3dff6f124cdd774ca2866df9a54" -ARCHITECTURES="x86_gcc2 x86 x86_64" - -PROVIDES=" - quicklaunch = $portVersion - app:QuickLaunch = $portVersion - " -REQUIRES=" - haiku - " - -BUILD_REQUIRES=" - haiku_devel - " -BUILD_PREREQUIRES=" - makefile_engine - cmd:g++ - cmd:make - " - -USER_SETTINGS_FILES="settings/QuickLaunch_settings" - -BUILD() -{ - make $jobArgs OBJ_DIR=objects - make bindcatalogs OBJ_DIR=objects -} - -INSTALL() -{ - quicklaunchDir=$appsDir/QuickLaunch - mkdir -p $quicklaunchDir - - cp -af objects/QuickLaunch $quicklaunchDir - cp -af ReadMe.html $quicklaunchDir - cp -r images $quicklaunchDir - - chmod +x Add\ to\ Deskbar.sh - cp -af Add\ to\ Deskbar.sh $quicklaunchDir - - addAppDeskbarSymlink $quicklaunchDir/QuickLaunch -} diff --git a/haiku-apps/quicklaunch/quicklaunch-0.9.12.recipe b/haiku-apps/quicklaunch/quicklaunch-0.9.12.recipe deleted file mode 100644 index d23fbb4bc..000000000 --- a/haiku-apps/quicklaunch/quicklaunch-0.9.12.recipe +++ /dev/null @@ -1,58 +0,0 @@ -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 \ -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. - -It's recommended to set a key combo to start QuickLaunch with Haiku's \ -Shortcuts preferences." -HOMEPAGE="http://humdingerb.github.io/quicklaunch/" -COPYRIGHT="2010-2015 Humdinger" -LICENSE="MIT" -REVISION="2" -SOURCE_URI="https://github.com/humdingerb/quicklaunch/archive/$portVersion.tar.gz" -CHECKSUM_SHA256="64c88b32631a90fe8c0e00bb8e5e8e644790b3637231c53e67c3b436ffcc07e1" - -ARCHITECTURES="x86_gcc2 x86 x86_64" - -PROVIDES=" - quicklaunch = $portVersion - app:QuickLaunch = $portVersion - " -REQUIRES=" - haiku - " - -BUILD_REQUIRES=" - haiku_devel - " -BUILD_PREREQUIRES=" - makefile_engine - cmd:g++ - cmd:make - " - -USER_SETTINGS_FILES="settings/QuickLaunch_settings" - -BUILD() -{ - make $jobArgs OBJ_DIR=objects - make bindcatalogs OBJ_DIR=objects -} - -INSTALL() -{ - quicklaunchDir=$appsDir/QuickLaunch - mkdir -p $quicklaunchDir - - cp -af objects/QuickLaunch $quicklaunchDir - cp -af ReadMe.html $quicklaunchDir - cp -r images $quicklaunchDir - - chmod +x Add\ to\ Deskbar.sh - cp -af Add\ to\ Deskbar.sh $quicklaunchDir - - addAppDeskbarSymlink $quicklaunchDir/QuickLaunch -} diff --git a/haiku-apps/quicklaunch/quicklaunch-0.9.6.recipe b/haiku-apps/quicklaunch/quicklaunch-0.9.6.recipe deleted file mode 100644 index fe982ee40..000000000 --- a/haiku-apps/quicklaunch/quicklaunch-0.9.6.recipe +++ /dev/null @@ -1,53 +0,0 @@ -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. Simply start to enter 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. Escape quits QuickLaunch. -" -HOMEPAGE="http://sourceforge.net/projects/quicklaunch-h/" -SOURCE_URI="git://git.code.sf.net/p/quicklaunch-h/code#0effdf6464be346374d1b9ea7f63f2af0a2cfbca" -LICENSE="MIT" -COPYRIGHT="2013 Humdinger" -REVISION="2" -ARCHITECTURES="x86_gcc2 x86" - -PROVIDES=" - quicklaunch = $portVersion - app:quicklaunch = $portVersion - " -REQUIRES=" - haiku - " -BUILD_REQUIRES=" - haiku_devel - " -BUILD_PREREQUIRES=" - makefile_engine - cmd:gcc - cmd:make - " - -USER_SETTINGS_FILES="settings/QuickLaunch_settings" - -BUILD() -{ - make $jobArgs -} - -INSTALL() -{ - quicklaunchDir=$appsDir/QuickLaunch - mkdir -p $quicklaunchDir - - ARCH=$(echo $buildArchitecture | sed 's/_/-/g') - cp -af objects.$ARCH-release/QuickLaunch $quicklaunchDir - cp -af ReadMe.html $quicklaunchDir - cp -r images $quicklaunchDir - - chmod +x Add\ to\ Deskbar.sh - cp -af Add\ to\ Deskbar.sh $quicklaunchDir - - addAppDeskbarSymlink $quicklaunchDir/QuickLaunch -} diff --git a/haiku-apps/quicklaunch/quicklaunch-0.9.7.recipe b/haiku-apps/quicklaunch/quicklaunch-0.9.7.recipe deleted file mode 100644 index 438d113c7..000000000 --- a/haiku-apps/quicklaunch/quicklaunch-0.9.7.recipe +++ /dev/null @@ -1,52 +0,0 @@ -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. Simply start to enter 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. Escape quits QuickLaunch. -" -HOMEPAGE="http://sourceforge.net/projects/quicklaunch-h/" -SOURCE_URI="git://git.code.sf.net/p/quicklaunch-h/code#4b403dc170130471f82660ceeb16ca78399bd143" -LICENSE="MIT" -COPYRIGHT="2014 Humdinger" -REVISION="3" -ARCHITECTURES="x86_gcc2 x86" - -PROVIDES=" - quicklaunch = $portVersion - app:QuickLaunch = $portVersion - " -REQUIRES=" - haiku - " -BUILD_REQUIRES=" - haiku_devel - " -BUILD_PREREQUIRES=" - makefile_engine - cmd:gcc - cmd:make - " - -USER_SETTINGS_FILES="settings/QuickLaunch_settings" - -BUILD() -{ - make $jobArgs OBJ_DIR=objects -} - -INSTALL() -{ - quicklaunchDir=$appsDir/QuickLaunch - mkdir -p $quicklaunchDir - - cp -af objects/QuickLaunch $quicklaunchDir - cp -af ReadMe.html $quicklaunchDir - cp -r images $quicklaunchDir - - chmod +x Add\ to\ Deskbar.sh - cp -af Add\ to\ Deskbar.sh $quicklaunchDir - - addAppDeskbarSymlink $quicklaunchDir/QuickLaunch -} diff --git a/haiku-apps/quicklaunch/quicklaunch-0.9.8.recipe b/haiku-apps/quicklaunch/quicklaunch-0.9.8.recipe deleted file mode 100644 index d9b0ef333..000000000 --- a/haiku-apps/quicklaunch/quicklaunch-0.9.8.recipe +++ /dev/null @@ -1,56 +0,0 @@ -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 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. - -It's recommended to set a key combo to start QuickLaunch with Haiku's \ -Shortcuts preferences. -" -HOMEPAGE="http://sourceforge.net/projects/quicklaunch-h/" -SOURCE_URI="git://git.code.sf.net/p/quicklaunch-h/code#b34dd3f1087111b3fc0645182b8719a29da8de22" -LICENSE="MIT" -COPYRIGHT="2014 Humdinger" -REVISION="1" -ARCHITECTURES="x86_gcc2 x86" - -PROVIDES=" - quicklaunch = $portVersion - app:QuickLaunch = $portVersion - " -REQUIRES=" - haiku - " -BUILD_REQUIRES=" - haiku_devel - " -BUILD_PREREQUIRES=" - makefile_engine - cmd:gcc - cmd:make - " - -USER_SETTINGS_FILES="settings/QuickLaunch_settings" - -BUILD() -{ - make $jobArgs OBJ_DIR=objects -} - -INSTALL() -{ - quicklaunchDir=$appsDir/QuickLaunch - mkdir -p $quicklaunchDir - - cp -af objects/QuickLaunch $quicklaunchDir - cp -af ReadMe.html $quicklaunchDir - cp -r images $quicklaunchDir - - chmod +x Add\ to\ Deskbar.sh - cp -af Add\ to\ Deskbar.sh $quicklaunchDir - - addAppDeskbarSymlink $quicklaunchDir/QuickLaunch -} diff --git a/haiku-apps/quicklaunch/quicklaunch-0.9.9.recipe b/haiku-apps/quicklaunch/quicklaunch-0.9.9.recipe deleted file mode 100644 index 071fe1b7f..000000000 --- a/haiku-apps/quicklaunch/quicklaunch-0.9.9.recipe +++ /dev/null @@ -1,56 +0,0 @@ -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 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. - -It's recommended to set a key combo to start QuickLaunch with Haiku's \ -Shortcuts preferences. -" -HOMEPAGE="http://sourceforge.net/projects/quicklaunch-h/" -SOURCE_URI="git://git.code.sf.net/p/quicklaunch-h/code#01ca6d2e81fd63fee7715a16d87043b7d3a64798" -LICENSE="MIT" -COPYRIGHT="2014 Humdinger" -REVISION="1" -ARCHITECTURES="x86_gcc2 x86" - -PROVIDES=" - quicklaunch = $portVersion - app:QuickLaunch = $portVersion - " -REQUIRES=" - haiku - " -BUILD_REQUIRES=" - haiku_devel - " -BUILD_PREREQUIRES=" - makefile_engine - cmd:gcc - cmd:make - " - -USER_SETTINGS_FILES="settings/QuickLaunch_settings" - -BUILD() -{ - make $jobArgs OBJ_DIR=objects -} - -INSTALL() -{ - quicklaunchDir=$appsDir/QuickLaunch - mkdir -p $quicklaunchDir - - cp -af objects/QuickLaunch $quicklaunchDir - cp -af ReadMe.html $quicklaunchDir - cp -r images $quicklaunchDir - - chmod +x Add\ to\ Deskbar.sh - cp -af Add\ to\ Deskbar.sh $quicklaunchDir - - addAppDeskbarSymlink $quicklaunchDir/QuickLaunch -} diff --git a/haiku-apps/quicklaunch/quicklaunch-1.0.recipe b/haiku-apps/quicklaunch/quicklaunch-1.0.recipe deleted file mode 100644 index f883a3947..000000000 --- a/haiku-apps/quicklaunch/quicklaunch-1.0.recipe +++ /dev/null @@ -1,55 +0,0 @@ -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 \ -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. - -It's recommended to set a key combo to start QuickLaunch with Haiku's \ -Shortcuts preferences." -HOMEPAGE="http://humdingerb.github.io/quicklaunch/" -COPYRIGHT="2010-2017 Humdinger" -LICENSE="MIT" -REVISION="1" -SOURCE_URI="https://github.com/humdingerb/quicklaunch/archive/v$portVersion.tar.gz" -CHECKSUM_SHA256="2661201cc131bffc2d303c0eb572a51cec74ef746504097bd1296607f0101258" - -ARCHITECTURES="x86_gcc2 x86 x86_64" - -PROVIDES=" - quicklaunch = $portVersion - app:QuickLaunch = $portVersion - " -REQUIRES=" - haiku - " - -BUILD_REQUIRES=" - haiku_devel - " -BUILD_PREREQUIRES=" - makefile_engine - cmd:g++ - cmd:make - " - -USER_SETTINGS_FILES="settings/QuickLaunch_settings" - -BUILD() -{ - make $jobArgs OBJ_DIR=objects - make bindcatalogs OBJ_DIR=objects -} - -INSTALL() -{ - quicklaunchDir=$appsDir/QuickLaunch - mkdir -p $quicklaunchDir - - cp -af objects/QuickLaunch $quicklaunchDir - cp -af ReadMe.html $quicklaunchDir - cp -r images $quicklaunchDir - - addAppDeskbarSymlink $quicklaunchDir/QuickLaunch -} diff --git a/haiku-apps/quicklaunch/quicklaunch-1.1.recipe b/haiku-apps/quicklaunch/quicklaunch-1.2.recipe similarity index 94% rename from haiku-apps/quicklaunch/quicklaunch-1.1.recipe rename to haiku-apps/quicklaunch/quicklaunch-1.2.recipe index 38ba0f2aa..94fa57890 100644 --- a/haiku-apps/quicklaunch/quicklaunch-1.1.recipe +++ b/haiku-apps/quicklaunch/quicklaunch-1.2.recipe @@ -13,7 +13,7 @@ COPYRIGHT="2010-2017 Humdinger" LICENSE="MIT" REVISION="1" SOURCE_URI="https://github.com/humdingerb/quicklaunch/archive/v$portVersion.tar.gz" -CHECKSUM_SHA256="123f01dd3d1143b3348544465e7228b93041ac56eb87254c3579adeb3324d951" +CHECKSUM_SHA256="a0bffd2de12e61de31e58a3fad7d9ac9fd2cf344d56656aa61eef5068d153d23" ARCHITECTURES="x86_gcc2 x86 x86_64"