| Message ID | 20260311082649.97159-1-f_l_k@t-online.de |
|---|---|
| State | New |
| Headers | show |
| Series | [meta-gnome] mypaint-brushes: add recipe for v2 | expand |
On Wed, Mar 11, 2026 at 9:27 PM Markus Volk via lists.openembedded.org <f_l_k=t-online.de@lists.openembedded.org> wrote: > > This recipe is required to build the upcoming gimp-3.2.0 update > > Signed-off-by: Markus Volk <f_l_k@t-online.de> > --- > .../recipes-gimp/mypaint/mypaint-brushes_2.0.2.bb | 11 +++++++++++ > 1 file changed, 11 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..b3ad94b4d7 > --- /dev/null > +++ b/meta-gnome/recipes-gimp/mypaint/mypaint-brushes_2.0.2.bb > @@ -0,0 +1,11 @@ > +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" can please include tag=v${PV} in the SRC_URI as well > +SRCREV = "0df6d130152a94c3bd67709941978074a1303cc5" > +PV = "2.0.2" setting PV is not needed here > + > +FILES:${PN} += "${datadir}/mypaint-data" > -- > 2.53.0 > > > -=-=-=-=-=-=-=-=-=-=-=- > Links: You receive all messages sent to this group. > View/Reply Online (#125068): https://lists.openembedded.org/g/openembedded-devel/message/125068 > Mute This Topic: https://lists.openembedded.org/mt/118256689/3619737 > Group Owner: openembedded-devel+owner@lists.openembedded.org > Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub [ankur.tyagi85@gmail.com] > -=-=-=-=-=-=-=-=-=-=-=- >
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..b3ad94b4d7 --- /dev/null +++ b/meta-gnome/recipes-gimp/mypaint/mypaint-brushes_2.0.2.bb @@ -0,0 +1,11 @@ +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" +SRCREV = "0df6d130152a94c3bd67709941978074a1303cc5" +PV = "2.0.2" + +FILES:${PN} += "${datadir}/mypaint-data"
This recipe is required to build the upcoming gimp-3.2.0 update Signed-off-by: Markus Volk <f_l_k@t-online.de> --- .../recipes-gimp/mypaint/mypaint-brushes_2.0.2.bb | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 meta-gnome/recipes-gimp/mypaint/mypaint-brushes_2.0.2.bb