diff options
author | Andreas Müller <schnitzeltony@gmail.com> | 2020-02-09 16:10:51 +0100 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2020-02-09 22:31:31 -0800 |
commit | c8734f7d5a6c552b9981513dfe08b8541650e24d (patch) | |
tree | 09103f19dc3630dbac464ffe3517e94c2a8221cf /meta-gnome/recipes-gimp/mypaint | |
parent | e4e8bb8b9e78c87612a84d96bd78b3a692c4b300 (diff) | |
download | meta-openembedded-c8734f7d5a6c552b9981513dfe08b8541650e24d.tar.gz |
mypaint-brushes: initial add 1.3.0
* it is a (r)dependency for upcoming gimp 2.10.14
* there are 2.x versions available but these are not what gimp requires
Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-gnome/recipes-gimp/mypaint')
-rw-r--r-- | meta-gnome/recipes-gimp/mypaint/mypaint-brushes-1.0_git.bb | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/meta-gnome/recipes-gimp/mypaint/mypaint-brushes-1.0_git.bb b/meta-gnome/recipes-gimp/mypaint/mypaint-brushes-1.0_git.bb new file mode 100644 index 000000000..d4d08fe8d --- /dev/null +++ b/meta-gnome/recipes-gimp/mypaint/mypaint-brushes-1.0_git.bb | |||
@@ -0,0 +1,12 @@ | |||
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=v1.3.x" | ||
8 | SRCREV = "be9fdf9ef6c54e29c7499992f04e29114857b3fc" | ||
9 | PV = "1.3.0+git${SRCPV}" | ||
10 | S = "${WORKDIR}/git" | ||
11 | |||
12 | FILES_${PN} += "${datadir}/mypaint-data" | ||