From f0603d90c95872614bae0bfc21b8eab79e228266 Mon Sep 17 00:00:00 2001 From: Markus Volk Date: Thu, 12 Mar 2026 01:48:44 +0100 Subject: [PATCH] mypaint-brushes: add recipe for v2 This recipe is required to build the upcoming gimp-3.2.0 update Signed-off-by: Markus Volk Signed-off-by: Khem Raj --- .../recipes-gimp/mypaint/mypaint-brushes_2.0.2.bb | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 meta-gnome/recipes-gimp/mypaint/mypaint-brushes_2.0.2.bb diff --git a/meta-gnome/recipes-gimp/mypaint/mypaint-brushes_2.0.2.bb b/meta-gnome/recipes-gimp/mypaint/mypaint-brushes_2.0.2.bb new file mode 100644 index 0000000000..4e444938b1 --- /dev/null +++ b/meta-gnome/recipes-gimp/mypaint/mypaint-brushes_2.0.2.bb @@ -0,0 +1,10 @@ +SUMMARY = "MyPaint brushes" +LICENSE = "CC0-1.0" +LIC_FILES_CHKSUM = "file://COPYING;md5=65d3616852dbf7b1a6d4b53b00626032" + +inherit autotools allarch + +SRC_URI = "git://github.com/mypaint/mypaint-brushes.git;protocol=https;branch=master;tag=v${PV}" +SRCREV = "0df6d130152a94c3bd67709941978074a1303cc5" + +FILES:${PN} += "${datadir}/mypaint-data"