mypaint_brushes, bump to version 2.0.2 (#13836)

This commit is contained in:
Schrijvers Luc
2026-03-16 14:44:11 +01:00
committed by GitHub
parent e3c966fe6b
commit b1db75b730

View File

@@ -0,0 +1,36 @@
SUMMARY="Default MyPaint brushes"
DESCRIPTION="Brushes used by MyPaint and other software using libmypaint."
HOMEPAGE="https://github.com/mypaint/mypaint-brushes/"
COPYRIGHT="2020 MyPaint Team"
LICENSE="CC0-1.0"
REVISION="1"
SOURCE_URI="https://github.com/mypaint/mypaint-brushes/archive/v$portVersion.tar.gz"
CHECKSUM_SHA256="01032550dd817bb0f8e85d83a632ed2e50bc16e0735630839e6c508f02f800ac"
SOURCE_DIR="mypaint-brushes-$portVersion"
ARCHITECTURES="any"
PROVIDES="
mypaint_brushes = $portVersion
"
BUILD_REQUIRES="
"
BUILD_PREREQUIRES="
cmd:autoconf
cmd:automake
cmd:make
cmd:pkg_config$secondaryArchSuffix
"
BUILD()
{
autogen.sh
runConfigure ./configure
make
}
INSTALL()
{
make install
}