mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-23 12:10:06 +02:00
Updated ArtPaint
This commit is contained in:
@@ -1,6 +1,9 @@
|
||||
SUMMARY="An award winning painting and image-processing program"
|
||||
DESCRIPTION="The main features of ArtPaint include a comprehensive set of \
|
||||
painting-tools and real-time preview for many image-manipulating operations. \
|
||||
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."
|
||||
@@ -8,10 +11,10 @@ HOMEPAGE="https://github.com/HaikuArchives/ArtPaint"
|
||||
COPYRIGHT="2003 Heikki Suhonen
|
||||
2009 Karsten Heimrich"
|
||||
LICENSE="MIT"
|
||||
REVISION="4"
|
||||
srcGitRev="8ae0869fe928b72f3994f88946a172402bf5a160"
|
||||
REVISION="5"
|
||||
srcGitRev="c46ba255f043daaa962ee568aff2a0908b56ab89"
|
||||
SOURCE_URI="https://github.com/HaikuArchives/ArtPaint/archive/$srcGitRev.tar.gz"
|
||||
CHECKSUM_SHA256="c6db1adc1b08d666e365b2ce171635d0176652876a60e33266a72644cd98c16a"
|
||||
CHECKSUM_SHA256="fd0404ca5159e120c5e56562bb5fd9ef52982d057ed5b9da2b955ed35ec42df1"
|
||||
SOURCE_DIR="ArtPaint-$srcGitRev"
|
||||
|
||||
ARCHITECTURES="x86_gcc2 ?x86 x86_64"
|
||||
@@ -41,7 +44,6 @@ BUILD()
|
||||
|
||||
INSTALL()
|
||||
{
|
||||
|
||||
mkdir -p $appsDir/ArtPaint
|
||||
cp -r dist/* $appsDir/ArtPaint
|
||||
addAppDeskbarSymlink $appsDir/ArtPaint/ArtPaint
|
||||
|
||||
Reference in New Issue
Block a user