LnLauncher: update to latest commit

This commit is contained in:
Sergei Reznikov
2015-08-18 15:40:33 +03:00
parent 3678241d3d
commit 8e094cc204

View File

@@ -8,42 +8,39 @@ the tiny handle.
Various localization files can be downloaded from the homepage, and if you \
want to add your own just mail it to me and I'll put it up with the rest!
The latest version, 1.1.2, was adapted for Haiku by Daniel Weber - thank you!
"
The latest version, 1.1.2, was adapted for Haiku by Daniel Weber - thank you!"
LICENSE="MIT"
COPYRIGHT="2000-2014 Mikael Eiman"
HOMEPAGE="http://einman.tv/LnLauncher"
REVISION="2"
COPYRIGHT="2000-2015 Mikael Eiman"
HOMEPAGE="http://eiman.tv/LnLauncher"
REVISION="3"
ARCHITECTURES="x86_gcc2"
SOURCE_URI="http://eiman.tv/LnLauncher/LnLauncher-1.1.2-haiku.zip"
CHECKSUM_SHA256="618e57837f00d9f03560382a3fe38f77770d625ccdc7ba5943d677ec63caa0f8"
SOURCE_DIR=""
SOURCE_URI="git+https://bitbucket.org/m_eiman/lnlauncher/commits/a19e978"
PROVIDES="
lnlauncher = $portVersion
app:LnLauncher
"
BUILD_PREREQUIRES="
BUILD_REQUIRES="
haiku_devel
makefile_engine
"
BUILD_PREREQUIRES="
cmd:gcc
cmd:jam
cmd:unzip
cmd:make
"
BUILD()
{
unzip source.zip
cd source
jam $jobArgs
make $jobArgs OBJ_DIR=objects
make OBJ_DIR=objects bindcatalogs
}
INSTALL()
{
mkdir -p $appsDir
mkdir -p $dataDir/user_launch
cp -r source/locale $dataDir
cp source/source/LnLauncher $appsDir
mkdir -p $appsDir $dataDir/user_launch
cp objects/LnLauncher $appsDir
addAppDeskbarSymlink $appsDir/LnLauncher LnLauncher