tuxpaint: fix USER_SETTINGS_FILES.

* bump revision.
This commit is contained in:
Jerome Duval
2018-08-06 15:54:09 +02:00
parent 2514e37629
commit 04fca3acd6

View File

@@ -7,20 +7,22 @@ It combines an easy-to-use interface, fun sound effects, and an \
encouraging cartoon mascot who guides children as they use the program.
"
HOMEPAGE="http://www.tuxpaint.org/"
SOURCE_URI="http://sourceforge.net/projects/tuxpaint/files/tuxpaint/0.9.22/tuxpaint-$portVersion.tar.gz"
CHECKSUM_SHA256="8abd932f8e36fad795bba0290c094c9c221e424c4b9aa8c763b7fb3459cb2be3"
COPYRIGHT="2002-2010 Bill Kendrick and others"
LICENSE="GNU GPL v2"
REVISION="3"
REVISION="4"
SOURCE_URI="http://sourceforge.net/projects/tuxpaint/files/tuxpaint/0.9.22/tuxpaint-$portVersion.tar.gz"
CHECKSUM_SHA256="8abd932f8e36fad795bba0290c094c9c221e424c4b9aa8c763b7fb3459cb2be3"
PATCHES="tuxpaint-$portVersion.patchset"
ARCHITECTURES="x86_gcc2 ?x86 x86_64"
PATCHES="tuxpaint-$portVersion.patchset"
USER_SETTINGS_FILES="
settings/TuxPaint directory
"
PROVIDES="
tuxpaint = $portVersion
"
REQUIRES="
haiku
lib:libfribidi
@@ -48,7 +50,6 @@ BUILD_REQUIRES="
devel:libSDL_ttf
devel:libz
"
BUILD_PREREQUIRES="
cmd:gcc
cmd:gperf
@@ -57,10 +58,6 @@ BUILD_PREREQUIRES="
cmd:pkg_config
"
USER_SETTING_FILES="
settings/TuxPaint directory
"
BUILD()
{
make $jobArgs FRIBIDI_LIB=-lfribidi PREFIX=$appsDir/TuxPaint