diff options
| author | Martin Jansa <Martin.Jansa@gmail.com> | 2021-07-29 17:04:53 +0200 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2021-08-03 10:21:25 -0700 |
| commit | c61dc077bbd81260e4f167fa2251643ba0ba6974 (patch) | |
| tree | 66c3243f8f64ae60f66f70a16e8128c247254a65 /meta-gnome/recipes-gimp | |
| parent | c5f7cfb8db54cfa4257797db5bd87828dea43296 (diff) | |
| download | meta-openembedded-c61dc077bbd81260e4f167fa2251643ba0ba6974.tar.gz | |
Convert to new override syntax
This is the result of automated script (0.9.1) conversion:
oe-core/scripts/contrib/convert-overrides.py .
converting the metadata to use ":" as the override character instead of "_".
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-gnome/recipes-gimp')
| -rw-r--r-- | meta-gnome/recipes-gimp/babl/babl_0.1.88.bb | 4 | ||||
| -rw-r--r-- | meta-gnome/recipes-gimp/gegl/gegl_0.4.30.bb | 4 | ||||
| -rw-r--r-- | meta-gnome/recipes-gimp/gimp/gimp_2.10.24.bb | 10 | ||||
| -rw-r--r-- | meta-gnome/recipes-gimp/mypaint/libmypaint_git.bb | 2 | ||||
| -rw-r--r-- | meta-gnome/recipes-gimp/mypaint/mypaint-brushes-1.0_git.bb | 2 |
5 files changed, 11 insertions, 11 deletions
diff --git a/meta-gnome/recipes-gimp/babl/babl_0.1.88.bb b/meta-gnome/recipes-gimp/babl/babl_0.1.88.bb index e35044c414..8a09fdf0e5 100644 --- a/meta-gnome/recipes-gimp/babl/babl_0.1.88.bb +++ b/meta-gnome/recipes-gimp/babl/babl_0.1.88.bb | |||
| @@ -11,8 +11,8 @@ inherit setuptools3 gnomebase gobject-introspection vala | |||
| 11 | DEPENDS += "lcms" | 11 | DEPENDS += "lcms" |
| 12 | 12 | ||
| 13 | # https://bugs.llvm.org/show_bug.cgi?id=45555 | 13 | # https://bugs.llvm.org/show_bug.cgi?id=45555 |
| 14 | CFLAGS_append_toolchain-clang_mipsarch = " -ffp-exception-behavior=ignore " | 14 | CFLAGS:append:toolchain-clang:mipsarch = " -ffp-exception-behavior=ignore " |
| 15 | CFLAGS_append_toolchain-clang_riscv64 = " -ffp-exception-behavior=ignore " | 15 | CFLAGS:append:toolchain-clang:riscv64 = " -ffp-exception-behavior=ignore " |
| 16 | 16 | ||
| 17 | SRC_URI = "https://download.gimp.org/pub/${BPN}/0.1/${BP}.tar.xz" | 17 | SRC_URI = "https://download.gimp.org/pub/${BPN}/0.1/${BP}.tar.xz" |
| 18 | SRC_URI[sha256sum] = "4f0d7f4aaa0bb2e725f349adf7b351a957d9fb26d555d9895a7af816b4167039" | 18 | SRC_URI[sha256sum] = "4f0d7f4aaa0bb2e725f349adf7b351a957d9fb26d555d9895a7af816b4167039" |
diff --git a/meta-gnome/recipes-gimp/gegl/gegl_0.4.30.bb b/meta-gnome/recipes-gimp/gegl/gegl_0.4.30.bb index 1fc8832257..80faa52aed 100644 --- a/meta-gnome/recipes-gimp/gegl/gegl_0.4.30.bb +++ b/meta-gnome/recipes-gimp/gegl/gegl_0.4.30.bb | |||
| @@ -28,7 +28,7 @@ SRC_URI = " \ | |||
| 28 | SRC_URI[sha256sum] = "c112782cf4096969e23217ccdfabe42284e35d5435ff0c43d40e4c70faeca8dd" | 28 | SRC_URI[sha256sum] = "c112782cf4096969e23217ccdfabe42284e35d5435ff0c43d40e4c70faeca8dd" |
| 29 | 29 | ||
| 30 | PACKAGECONFIG ??= "gexiv2 jpeg libpng libraw librsvg pango poppler sdl2" | 30 | PACKAGECONFIG ??= "gexiv2 jpeg libpng libraw librsvg pango poppler sdl2" |
| 31 | PACKAGECONFIG_class-native = "libpng librsvg" | 31 | PACKAGECONFIG:class-native = "libpng librsvg" |
| 32 | 32 | ||
| 33 | PACKAGECONFIG[jasper] = "-Djasper=enabled,-Djasper=disabled,jasper" | 33 | PACKAGECONFIG[jasper] = "-Djasper=enabled,-Djasper=disabled,jasper" |
| 34 | PACKAGECONFIG[gexiv2] = "-Dgexiv2=enabled,-Dgexiv2=disabled,gexiv2" | 34 | PACKAGECONFIG[gexiv2] = "-Dgexiv2=enabled,-Dgexiv2=disabled,gexiv2" |
| @@ -47,7 +47,7 @@ PACKAGECONFIG[tiff] = "-Dlibtiff=enabled,-Dlibtiff=disabled,tiff" | |||
| 47 | PACKAGECONFIG[webp] = "-Dwebp=enabled,-Dwebp=disabled,webp" | 47 | PACKAGECONFIG[webp] = "-Dwebp=enabled,-Dwebp=disabled,webp" |
| 48 | 48 | ||
| 49 | # There are a couple of non-symlink .so files installed into libdir, which need to go into main package | 49 | # There are a couple of non-symlink .so files installed into libdir, which need to go into main package |
| 50 | FILES_${PN} += " \ | 50 | FILES:${PN} += " \ |
| 51 | ${libdir}/*.so \ | 51 | ${libdir}/*.so \ |
| 52 | ${libdir}/gegl-${SHPV}/*.json \ | 52 | ${libdir}/gegl-${SHPV}/*.json \ |
| 53 | ${libdir}/gegl-${SHPV}/*.so \ | 53 | ${libdir}/gegl-${SHPV}/*.so \ |
diff --git a/meta-gnome/recipes-gimp/gimp/gimp_2.10.24.bb b/meta-gnome/recipes-gimp/gimp/gimp_2.10.24.bb index be05354da2..dbb576a10b 100644 --- a/meta-gnome/recipes-gimp/gimp/gimp_2.10.24.bb +++ b/meta-gnome/recipes-gimp/gimp/gimp_2.10.24.bb | |||
| @@ -35,7 +35,7 @@ DEPENDS = " \ | |||
| 35 | libmng \ | 35 | libmng \ |
| 36 | ${@bb.utils.contains('DISTRO_FEATURES', 'x11', 'libxmu libxpm', '', d)} \ | 36 | ${@bb.utils.contains('DISTRO_FEATURES', 'x11', 'libxmu libxpm', '', d)} \ |
| 37 | " | 37 | " |
| 38 | DEPENDS_append_libc-musl = " libexecinfo" | 38 | DEPENDS:append:libc-musl = " libexecinfo" |
| 39 | 39 | ||
| 40 | inherit features_check gnomebase gtk-icon-cache gtk-doc mime-xdg | 40 | inherit features_check gnomebase gtk-icon-cache gtk-doc mime-xdg |
| 41 | 41 | ||
| @@ -51,17 +51,17 @@ EXTRA_OECONF = "--disable-python \ | |||
| 51 | --disable-check-update \ | 51 | --disable-check-update \ |
| 52 | --without-wmf" | 52 | --without-wmf" |
| 53 | 53 | ||
| 54 | do_configure_append() { | 54 | do_configure:append() { |
| 55 | find ${B} -name Makefile | xargs sed -i s:'-I$(includedir)':'-I.':g | 55 | find ${B} -name Makefile | xargs sed -i s:'-I$(includedir)':'-I.':g |
| 56 | find ${B} -name Makefile | xargs sed -i s:'-I/usr/include':'-I${STAGING_INCDIR}':g | 56 | find ${B} -name Makefile | xargs sed -i s:'-I/usr/include':'-I${STAGING_INCDIR}':g |
| 57 | } | 57 | } |
| 58 | 58 | ||
| 59 | do_compile_prepend() { | 59 | do_compile:prepend() { |
| 60 | # Let native babl/gegl find their plugins | 60 | # Let native babl/gegl find their plugins |
| 61 | export BABL_PATH=`find ${STAGING_LIBDIR_NATIVE} -maxdepth 1 -name 'babl-*'` | 61 | export BABL_PATH=`find ${STAGING_LIBDIR_NATIVE} -maxdepth 1 -name 'babl-*'` |
| 62 | export GEGL_PATH=`find ${STAGING_LIBDIR_NATIVE} -maxdepth 1 -name 'gegl-*'` | 62 | export GEGL_PATH=`find ${STAGING_LIBDIR_NATIVE} -maxdepth 1 -name 'gegl-*'` |
| 63 | } | 63 | } |
| 64 | 64 | ||
| 65 | FILES_${PN} += "${datadir}/metainfo" | 65 | FILES:${PN} += "${datadir}/metainfo" |
| 66 | 66 | ||
| 67 | RDEPENDS_${PN} += "mypaint-brushes-1.0" | 67 | RDEPENDS:${PN} += "mypaint-brushes-1.0" |
diff --git a/meta-gnome/recipes-gimp/mypaint/libmypaint_git.bb b/meta-gnome/recipes-gimp/mypaint/libmypaint_git.bb index e711a2a7fa..e123ef5fcc 100644 --- a/meta-gnome/recipes-gimp/mypaint/libmypaint_git.bb +++ b/meta-gnome/recipes-gimp/mypaint/libmypaint_git.bb | |||
| @@ -19,7 +19,7 @@ SRCREV = "2768251dacce3939136c839aeca413f4aa4241d0" | |||
| 19 | PV = "1.6.1" | 19 | PV = "1.6.1" |
| 20 | S = "${WORKDIR}/git" | 20 | S = "${WORKDIR}/git" |
| 21 | 21 | ||
| 22 | do_configure_append() { | 22 | do_configure:append() { |
| 23 | # autogen uses python2 so generate headers ourselves | 23 | # autogen uses python2 so generate headers ourselves |
| 24 | cd ${S} | 24 | cd ${S} |
| 25 | python3 generate.py mypaint-brush-settings-gen.h brushsettings-gen.h | 25 | python3 generate.py mypaint-brush-settings-gen.h brushsettings-gen.h |
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 index 4ecc2fef8b..ca3912da88 100644 --- a/meta-gnome/recipes-gimp/mypaint/mypaint-brushes-1.0_git.bb +++ b/meta-gnome/recipes-gimp/mypaint/mypaint-brushes-1.0_git.bb | |||
| @@ -9,4 +9,4 @@ SRCREV = "8a0124ac0675103eae8fa41fad533851768ae1ce" | |||
| 9 | PV = "1.3.1" | 9 | PV = "1.3.1" |
| 10 | S = "${WORKDIR}/git" | 10 | S = "${WORKDIR}/git" |
| 11 | 11 | ||
| 12 | FILES_${PN} += "${datadir}/mypaint-data" | 12 | FILES:${PN} += "${datadir}/mypaint-data" |
