ArtPaint: Update to new release v2.5

This commit is contained in:
Humdinger
2023-02-26 18:02:47 +01:00
parent 223e3cd5a5
commit 8fa4a10dc0

View File

@@ -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()