diff --git a/haiku-apps/artpaint/artpaint-2.4.recipe b/haiku-apps/artpaint/artpaint-2.5.recipe similarity index 64% rename from haiku-apps/artpaint/artpaint-2.4.recipe rename to haiku-apps/artpaint/artpaint-2.5.recipe index 6b0b2ad8e..0dd222e53 100644 --- a/haiku-apps/artpaint/artpaint-2.4.recipe +++ b/haiku-apps/artpaint/artpaint-2.5.recipe @@ -1,18 +1,18 @@ -SUMMARY="A painting and image editing program" -DESCRIPTION="ArtPaint is a program for painting and image-processing that \ +SUMMARY="A native painting and image editing program" +DESCRIPTION="ArtPaint is a program for painting and image processing that \ won a Be's Masters Award in 1998. Since then - after a rather long hiatus - \ -ArtPaint development is active again on Haiku. +ArtPaint development is very active again on Haiku. -The main features of ArtPaint include a comprehensive set of painting-tools \ -and real-time preview for many image-manipulating add-ons." +ArtPaint features a comprehensive set of painting tools, dozens of add-ons and \ +supports layers and custom brush settings." HOMEPAGE="https://github.com/HaikuArchives/ArtPaint" COPYRIGHT="2003 Heikki Suhonen 2009 Karsten Heimrich - 2013-2022 HaikuArchives team" + 2013-2023 HaikuArchives team" LICENSE="MIT" REVISION="1" SOURCE_URI="$HOMEPAGE/archive/$portVersion.tar.gz" -CHECKSUM_SHA256="ff3f35a72f5bf1960a1b96d22652534dedb0a3c3d9971dd504c6cfce0e1b3209" +CHECKSUM_SHA256="764e071278cc73e2daefb1227172df97a37033396c553092fb098bf4a22b16b4" SOURCE_DIR="ArtPaint-$portVersion" ARCHITECTURES="all !x86_gcc2" @@ -38,7 +38,7 @@ BUILD_PREREQUIRES=" BUILD() { - ./build.sh + ./build.sh all } INSTALL()