From bbb424d04a966d9cafa36ae5867c29bc1a51bd74 Mon Sep 17 00:00:00 2001 From: Humdinger Date: Mon, 25 Apr 2022 10:16:31 +0200 Subject: [PATCH] ArtPaint: update to v2.2.0 Remove old recipe. --- haiku-apps/artpaint/artpaint-2.1.0git.recipe | 50 ------------------- ...int-2.1.2.recipe => artpaint-2.2.0.recipe} | 13 +++-- 2 files changed, 6 insertions(+), 57 deletions(-) delete mode 100644 haiku-apps/artpaint/artpaint-2.1.0git.recipe rename haiku-apps/artpaint/{artpaint-2.1.2.recipe => artpaint-2.2.0.recipe} (79%) diff --git a/haiku-apps/artpaint/artpaint-2.1.0git.recipe b/haiku-apps/artpaint/artpaint-2.1.0git.recipe deleted file mode 100644 index 17701fbae..000000000 --- a/haiku-apps/artpaint/artpaint-2.1.0git.recipe +++ /dev/null @@ -1,50 +0,0 @@ -SUMMARY="A painting and image-processing program" -DESCRIPTION="ArtPaint is a program for painting and image-processing that \ -won a Be's Masters Award in 1998. - -The main features of ArtPaint include a comprehensive set of painting-tools \ -and real-time preview for many image-manipulating operations. -The key design principle has been to let the user see what they are doing \ -instead of just forcing them to type in some numbers and then hoping that \ -the result will not be too far from the expected." -HOMEPAGE="https://github.com/HaikuArchives/ArtPaint" -COPYRIGHT="2003 Heikki Suhonen - 2009 Karsten Heimrich" -LICENSE="MIT" -REVISION="7" -srcGitRev="c46ba255f043daaa962ee568aff2a0908b56ab89" -SOURCE_URI="https://github.com/HaikuArchives/ArtPaint/archive/$srcGitRev.tar.gz" -CHECKSUM_SHA256="0040f60f7e469d0a9e170cef9fda2c45ed340819f245309a3cb5cf7678b0180e" -SOURCE_DIR="ArtPaint-$srcGitRev" - -ARCHITECTURES="all ?x86" - -PROVIDES=" - artpaint = $portVersion - app:ArtPaint = $portVersion - " -REQUIRES=" - haiku - " - -BUILD_REQUIRES=" - haiku_devel - " -BUILD_PREREQUIRES=" - makefile_engine - cmd:gcc - cmd:ld - cmd:make - " - -BUILD() -{ - ./build.sh $jobArgs -} - -INSTALL() -{ - mkdir -p $appsDir/ArtPaint - cp -r dist/* $appsDir/ArtPaint - addAppDeskbarSymlink $appsDir/ArtPaint/ArtPaint -} diff --git a/haiku-apps/artpaint/artpaint-2.1.2.recipe b/haiku-apps/artpaint/artpaint-2.2.0.recipe similarity index 79% rename from haiku-apps/artpaint/artpaint-2.1.2.recipe rename to haiku-apps/artpaint/artpaint-2.2.0.recipe index 1621ca1fa..267b0778a 100644 --- a/haiku-apps/artpaint/artpaint-2.1.2.recipe +++ b/haiku-apps/artpaint/artpaint-2.2.0.recipe @@ -10,14 +10,14 @@ the result will not be too far from the expected." HOMEPAGE="https://github.com/HaikuArchives/ArtPaint" COPYRIGHT="2003 Heikki Suhonen 2009 Karsten Heimrich - 2013-2017 HaikuArchives team" + 2013-2022 HaikuArchives team" LICENSE="MIT" -REVISION="2" -SOURCE_URI="https://github.com/HaikuArchives/ArtPaint/archive/$portVersion.tar.gz" -CHECKSUM_SHA256="19533e2f6029eae6cb5197f5c119580829b30203abc6d05dac98a7d591366f0e" +REVISION="1" +SOURCE_URI="$HOMEPAGE/archive/$portVersion.tar.gz" +CHECKSUM_SHA256="981df0b4abf4217634bebde4f2f937430131c5743292642e0b994b4182d0c536" SOURCE_DIR="ArtPaint-$portVersion" -ARCHITECTURES="!all x86_gcc2 ?x86" +ARCHITECTURES="all" PROVIDES=" artpaint = $portVersion @@ -32,8 +32,7 @@ BUILD_REQUIRES=" " BUILD_PREREQUIRES=" makefile_engine - cmd:gcc - cmd:ld + cmd:g++ cmd:make "