diff options
| author | Markus Volk <f_l_k@t-online.de> | 2026-03-12 01:48:44 +0100 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2026-03-17 13:25:23 -0700 |
| commit | f0603d90c95872614bae0bfc21b8eab79e228266 (patch) | |
| tree | 29f9a4c5adac04f433575186593fe6734868e9f2 /meta-gnome | |
| parent | ceb6cf32d02e3a320e52211454aa1e2a0862132d (diff) | |
| download | meta-openembedded-f0603d90c95872614bae0bfc21b8eab79e228266.tar.gz | |
mypaint-brushes: add recipe for v2
This recipe is required to build the upcoming gimp-3.2.0 update
Signed-off-by: Markus Volk <f_l_k@t-online.de>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-gnome')
| -rw-r--r-- | meta-gnome/recipes-gimp/mypaint/mypaint-brushes_2.0.2.bb | 10 |
1 files changed, 10 insertions, 0 deletions
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 @@ | |||
| 1 | SUMMARY = "MyPaint brushes" | ||
| 2 | LICENSE = "CC0-1.0" | ||
| 3 | LIC_FILES_CHKSUM = "file://COPYING;md5=65d3616852dbf7b1a6d4b53b00626032" | ||
| 4 | |||
| 5 | inherit autotools allarch | ||
| 6 | |||
| 7 | SRC_URI = "git://github.com/mypaint/mypaint-brushes.git;protocol=https;branch=master;tag=v${PV}" | ||
| 8 | SRCREV = "0df6d130152a94c3bd67709941978074a1303cc5" | ||
| 9 | |||
| 10 | FILES:${PN} += "${datadir}/mypaint-data" | ||
