[oe-commits] [meta-openembedded] 09/14: mypaint-brushes: initial add 1.3.0

git at git.openembedded.org git at git.openembedded.org
Sun Feb 9 18:49:43 UTC 2020


This is an automated email from the git hooks/post-receive script.

khem pushed a commit to branch master-next
in repository meta-openembedded.

commit d3f9381ecb6d8ef55097dbfecef415b0cfd218c1
Author: Andreas Müller <schnitzeltony at gmail.com>
AuthorDate: Sun Feb 9 16:10:51 2020 +0100

    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 at gmail.com>
    Signed-off-by: Khem Raj <raj.khem at gmail.com>
---
 meta-gnome/recipes-gimp/mypaint/mypaint-brushes-1.0_git.bb | 12 ++++++++++++
 1 file changed, 12 insertions(+)

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 0000000..d4d08fe
--- /dev/null
+++ b/meta-gnome/recipes-gimp/mypaint/mypaint-brushes-1.0_git.bb
@@ -0,0 +1,12 @@
+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=v1.3.x"
+SRCREV = "be9fdf9ef6c54e29c7499992f04e29114857b3fc"
+PV = "1.3.0+git${SRCPV}"
+S = "${WORKDIR}/git"
+
+FILES_${PN} += "${datadir}/mypaint-data"

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list