mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-22 19:50:05 +02:00
New recipe for QuickLaunch v1.2
Removed all the old recipes.
This commit is contained in:
@@ -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
|
||||
}
|
||||
@@ -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
|
||||
}
|
||||
@@ -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
|
||||
}
|
||||
@@ -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
|
||||
}
|
||||
@@ -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
|
||||
}
|
||||
@@ -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
|
||||
}
|
||||
@@ -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
|
||||
}
|
||||
@@ -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
|
||||
}
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user