mirror of
https://github.com/yann64/haikuports.git
synced 2026-05-04 22:18:55 +02:00
Update Becasso and ArtPaint recipes
Becasso: * Upstreamed korli's patch. Now builds on all Haiku plattforms. * Update to latest commit. * Improved DESCRIPTION. * Update HOMEPAGE URL. * Renamed "BeCasso" everywhere to "Becasso" as that's the actual name of the app. * Include documentation and tutorial and the API docs. ArtPaint: * Update to latest commit. * Fix build. * Include the add-ons.
This commit is contained in:
@@ -8,10 +8,11 @@ HOMEPAGE="https://github.com/HaikuArchives/ArtPaint"
|
||||
COPYRIGHT="2003 Heikki Suhonen
|
||||
2009 Karsten Heimrich"
|
||||
LICENSE="MIT"
|
||||
REVISION="1"
|
||||
SOURCE_URI="https://github.com/HaikuArchives/ArtPaint/archive/3e4be5a29e2966b390d668b7e96ef3f7901fa001.tar.gz"
|
||||
CHECKSUM_SHA256="2990682bb932f4fbd8f156511171ae09d61038eddfa88fc7646af715f6fc83d8"
|
||||
SOURCE_DIR="ArtPaint-3e4be5a29e2966b390d668b7e96ef3f7901fa001"
|
||||
REVISION="2"
|
||||
srcGitRev="b4f5fcef7f49011b1974ffe899d4ec14d7d4c576"
|
||||
SOURCE_URI="https://github.com/HaikuArchives/ArtPaint/archive/$srcGitRev.tar.gz"
|
||||
CHECKSUM_SHA256="01482dbe4b90805565a0b2b3f256ae26853646411ea20304bafced7ad38ca5cd"
|
||||
SOURCE_DIR="ArtPaint-$srcGitRev"
|
||||
|
||||
ARCHITECTURES="x86_gcc2 ?x86 ?x86_64"
|
||||
|
||||
@@ -35,14 +36,13 @@ BUILD_PREREQUIRES="
|
||||
|
||||
BUILD()
|
||||
{
|
||||
cd artpaint
|
||||
make $jobArgs OBJ_DIR=objects
|
||||
./build.sh
|
||||
}
|
||||
|
||||
INSTALL()
|
||||
{
|
||||
cd artpaint
|
||||
mkdir -p $appsDir
|
||||
cp objects/ArtPaint $appsDir
|
||||
addAppDeskbarSymlink $appsDir/ArtPaint
|
||||
|
||||
mkdir -p $appsDir/ArtPaint
|
||||
cp -r dist/* $appsDir/ArtPaint
|
||||
addAppDeskbarSymlink $appsDir/ArtPaint/ArtPaint
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user