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 | |
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')
84 files changed, 202 insertions, 202 deletions
diff --git a/meta-gnome/classes/gnome-help.bbclass b/meta-gnome/classes/gnome-help.bbclass index 9c4771ddc0..750670ae24 100644 --- a/meta-gnome/classes/gnome-help.bbclass +++ b/meta-gnome/classes/gnome-help.bbclass | |||
@@ -10,11 +10,11 @@ | |||
10 | # pack all help files to ${PN}-help-<lingua> | 10 | # pack all help files to ${PN}-help-<lingua> |
11 | 11 | ||
12 | # Dummy to get yelp build & PACKAGE_NO_HELP_SPLIT set 1 | 12 | # Dummy to get yelp build & PACKAGE_NO_HELP_SPLIT set 1 |
13 | PACKAGES_append = " ${PN}-help" | 13 | PACKAGES:append = " ${PN}-help" |
14 | FILES_${PN}-help = "${datadir}/help" | 14 | FILES:${PN}-help = "${datadir}/help" |
15 | RRECOMMENDS_${PN}-help = "${@bb.utils.contains('DISTRO_FEATURES','helpfiles','yelp','',d)}" | 15 | RRECOMMENDS:${PN}-help = "${@bb.utils.contains('DISTRO_FEATURES','helpfiles','yelp','',d)}" |
16 | 16 | ||
17 | do_install_append() { | 17 | do_install:append() { |
18 | if ${@bb.utils.contains('DISTRO_FEATURES','helpfiles','false','true',d)}; then | 18 | if ${@bb.utils.contains('DISTRO_FEATURES','helpfiles','false','true',d)}; then |
19 | rm -rf ${D}${datadir}/help/* | 19 | rm -rf ${D}${datadir}/help/* |
20 | fi | 20 | fi |
@@ -53,15 +53,15 @@ python gnome_do_split_help() { | |||
53 | ln = legitimize_package_name(l) | 53 | ln = legitimize_package_name(l) |
54 | pkg = pn + '-help-' + ln | 54 | pkg = pn + '-help-' + ln |
55 | packages.append(pkg) | 55 | packages.append(pkg) |
56 | d.setVar('FILES_' + pkg, os.path.join(datadir, 'help', l)) | 56 | d.setVar('FILES:' + pkg, os.path.join(datadir, 'help', l)) |
57 | d.setVar('RRECOMMENDS_' + pkg, '%syelp' % mlprefix) | 57 | d.setVar('RRECOMMENDS:' + pkg, '%syelp' % mlprefix) |
58 | d.setVar('SUMMARY_' + pkg, '%s - %s help' % (summary, l)) | 58 | d.setVar('SUMMARY:' + pkg, '%s - %s help' % (summary, l)) |
59 | d.setVar('DESCRIPTION_' + pkg, '%s This package contains language help files for the %s locale.' % (description, l)) | 59 | d.setVar('DESCRIPTION:' + pkg, '%s This package contains language help files for the %s locale.' % (description, l)) |
60 | if locale_section: | 60 | if locale_section: |
61 | d.setVar('SECTION_' + pkg, locale_section) | 61 | d.setVar('SECTION:' + pkg, locale_section) |
62 | 62 | ||
63 | d.setVar('PACKAGES', ' '.join(packages)) | 63 | d.setVar('PACKAGES', ' '.join(packages)) |
64 | } | 64 | } |
65 | 65 | ||
66 | PACKAGESPLITFUNCS_prepend = "gnome_do_split_help " | 66 | PACKAGESPLITFUNCS:prepend = "gnome_do_split_help " |
67 | 67 | ||
diff --git a/meta-gnome/conf/layer.conf b/meta-gnome/conf/layer.conf index ba2d599482..06030e7bc4 100644 --- a/meta-gnome/conf/layer.conf +++ b/meta-gnome/conf/layer.conf | |||
@@ -9,7 +9,7 @@ BBFILE_PATTERN_gnome-layer := "^${LAYERDIR}/" | |||
9 | BBFILE_PRIORITY_gnome-layer = "7" | 9 | BBFILE_PRIORITY_gnome-layer = "7" |
10 | 10 | ||
11 | # auto-pack gnome help files | 11 | # auto-pack gnome help files |
12 | IMAGE_LINGUAS_COMPLEMENTARY_append = " ${@bb.utils.contains('DISTRO_FEATURES','helpfiles','*-help-%s','',d)}" | 12 | IMAGE_LINGUAS_COMPLEMENTARY:append = " ${@bb.utils.contains('DISTRO_FEATURES','helpfiles','*-help-%s','',d)}" |
13 | 13 | ||
14 | # This should only be incremented on significant changes that will | 14 | # This should only be incremented on significant changes that will |
15 | # cause compatibility issues with other layers | 15 | # cause compatibility issues with other layers |
diff --git a/meta-gnome/recipes-connectivity/libnma/libnma_1.8.30.bb b/meta-gnome/recipes-connectivity/libnma/libnma_1.8.30.bb index c0a7dd63d8..fffd2b7df6 100644 --- a/meta-gnome/recipes-connectivity/libnma/libnma_1.8.30.bb +++ b/meta-gnome/recipes-connectivity/libnma/libnma_1.8.30.bb | |||
@@ -20,8 +20,8 @@ PACKAGECONFIG[mobile_broadband_provider_info] = "-Dmobile_broadband_provider_inf | |||
20 | 20 | ||
21 | # go introspection is not supported for mipsn32/riscv32, but vapi needs it | 21 | # go introspection is not supported for mipsn32/riscv32, but vapi needs it |
22 | # | 22 | # |
23 | EXTRA_OEMESON_append_mipsarchn32 = " -Dvapi=false" | 23 | EXTRA_OEMESON:append:mipsarchn32 = " -Dvapi=false" |
24 | EXTRA_OEMESON_append_riscv32 = " -Dvapi=false" | 24 | EXTRA_OEMESON:append:riscv32 = " -Dvapi=false" |
25 | EXTRA_OEMESON_append_powerpc64le = " -Dvapi=false" | 25 | EXTRA_OEMESON:append:powerpc64le = " -Dvapi=false" |
26 | 26 | ||
27 | GTKDOC_MESON_OPTION = "gtk_doc" | 27 | GTKDOC_MESON_OPTION = "gtk_doc" |
diff --git a/meta-gnome/recipes-connectivity/network-manager-applet/network-manager-applet_1.22.0.bb b/meta-gnome/recipes-connectivity/network-manager-applet/network-manager-applet_1.22.0.bb index 936f761230..28d95d4428 100644 --- a/meta-gnome/recipes-connectivity/network-manager-applet/network-manager-applet_1.22.0.bb +++ b/meta-gnome/recipes-connectivity/network-manager-applet/network-manager-applet_1.22.0.bb | |||
@@ -20,9 +20,9 @@ PACKAGECONFIG ??= "" | |||
20 | PACKAGECONFIG[modemmanager] = "-Dwwan=true, -Dwwan=false, modemmanager" | 20 | PACKAGECONFIG[modemmanager] = "-Dwwan=true, -Dwwan=false, modemmanager" |
21 | PACKAGECONFIG[selinux] = "-Dselinux=true, -Dselinux=false, libselinux" | 21 | PACKAGECONFIG[selinux] = "-Dselinux=true, -Dselinux=false, libselinux" |
22 | 22 | ||
23 | RDEPENDS_${PN} =+ "networkmanager" | 23 | RDEPENDS:${PN} =+ "networkmanager" |
24 | 24 | ||
25 | FILES_${PN} += " \ | 25 | FILES:${PN} += " \ |
26 | ${datadir}/nm-applet/ \ | 26 | ${datadir}/nm-applet/ \ |
27 | ${datadir}/libnma/wifi.ui \ | 27 | ${datadir}/libnma/wifi.ui \ |
28 | ${datadir}/metainfo \ | 28 | ${datadir}/metainfo \ |
diff --git a/meta-gnome/recipes-extended/gparted/gparted_1.3.0.bb b/meta-gnome/recipes-extended/gparted/gparted_1.3.0.bb index 4eb383bbf2..9cca071758 100644 --- a/meta-gnome/recipes-extended/gparted/gparted_1.3.0.bb +++ b/meta-gnome/recipes-extended/gparted/gparted_1.3.0.bb | |||
@@ -22,15 +22,15 @@ DEPENDS += " \ | |||
22 | parted \ | 22 | parted \ |
23 | " | 23 | " |
24 | 24 | ||
25 | FILES_${PN} += " \ | 25 | FILES:${PN} += " \ |
26 | ${datadir}/appdata \ | 26 | ${datadir}/appdata \ |
27 | ${datadir}/icons \ | 27 | ${datadir}/icons \ |
28 | " | 28 | " |
29 | 29 | ||
30 | PACKAGES += "${PN}-polkit" | 30 | PACKAGES += "${PN}-polkit" |
31 | FILES_${PN}-polkit = "${datadir}/polkit-1" | 31 | FILES:${PN}-polkit = "${datadir}/polkit-1" |
32 | 32 | ||
33 | RDEPENDS_${PN} = " \ | 33 | RDEPENDS:${PN} = " \ |
34 | ${@bb.utils.contains('DISTRO_FEATURES', 'polkit', '${PN}-polkit', '', d)} \ | 34 | ${@bb.utils.contains('DISTRO_FEATURES', 'polkit', '${PN}-polkit', '', d)} \ |
35 | dosfstools \ | 35 | dosfstools \ |
36 | mtools \ | 36 | mtools \ |
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" |
diff --git a/meta-gnome/recipes-gnome/dconf/dconf-editor_3.38.3.bb b/meta-gnome/recipes-gnome/dconf/dconf-editor_3.38.3.bb index 5b68467a18..97e994c1fa 100644 --- a/meta-gnome/recipes-gnome/dconf/dconf-editor_3.38.3.bb +++ b/meta-gnome/recipes-gnome/dconf/dconf-editor_3.38.3.bb | |||
@@ -10,7 +10,7 @@ inherit gnomebase vala gettext gsettings bash-completion | |||
10 | 10 | ||
11 | SRC_URI[archive.sha256sum] = "571af4c7dad4f049b53e6cd728b79addf08c27ddab6bc57b396d211866ee79e3" | 11 | SRC_URI[archive.sha256sum] = "571af4c7dad4f049b53e6cd728b79addf08c27ddab6bc57b396d211866ee79e3" |
12 | 12 | ||
13 | FILES_${PN} += " \ | 13 | FILES:${PN} += " \ |
14 | ${datadir}/dbus-1 \ | 14 | ${datadir}/dbus-1 \ |
15 | ${datadir}/metainfo \ | 15 | ${datadir}/metainfo \ |
16 | " | 16 | " |
diff --git a/meta-gnome/recipes-gnome/dconf/dconf_0.40.0.bb b/meta-gnome/recipes-gnome/dconf/dconf_0.40.0.bb index b1604e8dfb..5613556aa7 100644 --- a/meta-gnome/recipes-gnome/dconf/dconf_0.40.0.bb +++ b/meta-gnome/recipes-gnome/dconf/dconf_0.40.0.bb | |||
@@ -14,9 +14,9 @@ inherit gnomebase bash-completion vala | |||
14 | # I/O error : Attempt to load network entity http://docbook.sourceforge.net/release/xsl/current/manpages/docbook.xsl | 14 | # I/O error : Attempt to load network entity http://docbook.sourceforge.net/release/xsl/current/manpages/docbook.xsl |
15 | EXTRA_OEMESON = "-Dman=false" | 15 | EXTRA_OEMESON = "-Dman=false" |
16 | # no bash-completion for native | 16 | # no bash-completion for native |
17 | EXTRA_OEMESON_append_class-native = " -Dbash_completion=false" | 17 | EXTRA_OEMESON:append:class-native = " -Dbash_completion=false" |
18 | 18 | ||
19 | FILES_${PN} += " \ | 19 | FILES:${PN} += " \ |
20 | ${datadir}/dbus-1 \ | 20 | ${datadir}/dbus-1 \ |
21 | ${systemd_user_unitdir} \ | 21 | ${systemd_user_unitdir} \ |
22 | ${libdir}/gio/modules/*.so \ | 22 | ${libdir}/gio/modules/*.so \ |
diff --git a/meta-gnome/recipes-gnome/evince/evince_40.4.bb b/meta-gnome/recipes-gnome/evince/evince_40.4.bb index 59999b749f..ed4fb63720 100644 --- a/meta-gnome/recipes-gnome/evince/evince_40.4.bb +++ b/meta-gnome/recipes-gnome/evince/evince_40.4.bb | |||
@@ -32,7 +32,7 @@ EXTRA_OEMESON = " \ | |||
32 | -Dsystemduserunitdir=no \ | 32 | -Dsystemduserunitdir=no \ |
33 | " | 33 | " |
34 | 34 | ||
35 | do_compile_prepend() { | 35 | do_compile:prepend() { |
36 | export GIR_EXTRA_LIBS_PATH="${B}/libdocument/.libs" | 36 | export GIR_EXTRA_LIBS_PATH="${B}/libdocument/.libs" |
37 | } | 37 | } |
38 | 38 | ||
@@ -40,15 +40,15 @@ PACKAGECONFIG ??= "" | |||
40 | PACKAGECONFIG[nautilus] = "-Dnautilus=true,-Dnautilus=false,nautilus" | 40 | PACKAGECONFIG[nautilus] = "-Dnautilus=true,-Dnautilus=false,nautilus" |
41 | PACKAGECONFIG[browser-plugin] = "-Dbrowser_plugin=true,-Dbrowser_plugin=false" | 41 | PACKAGECONFIG[browser-plugin] = "-Dbrowser_plugin=true,-Dbrowser_plugin=false" |
42 | 42 | ||
43 | RDEPENDS_${PN} += "glib-2.0-utils" | 43 | RDEPENDS:${PN} += "glib-2.0-utils" |
44 | RRECOMMMENDS_${PN} = "adwaita-icon-theme" | 44 | RRECOMMMENDS_${PN} = "adwaita-icon-theme" |
45 | 45 | ||
46 | PACKAGES =+ "${PN}-nautilus-extension" | 46 | PACKAGES =+ "${PN}-nautilus-extension" |
47 | PACKAGES =+ "${PN}-browser-plugin" | 47 | PACKAGES =+ "${PN}-browser-plugin" |
48 | 48 | ||
49 | FILES_${PN} += "${datadir}/dbus-1 \ | 49 | FILES:${PN} += "${datadir}/dbus-1 \ |
50 | ${datadir}/metainfo \ | 50 | ${datadir}/metainfo \ |
51 | ${datadir}/thumbnailers \ | 51 | ${datadir}/thumbnailers \ |
52 | " | 52 | " |
53 | FILES_${PN}-nautilus-extension = "${libdir}/nautilus/*/*so" | 53 | FILES:${PN}-nautilus-extension = "${libdir}/nautilus/*/*so" |
54 | FILES_${PN}-browser-plugin = "${libdir}/mozilla/*/*so" | 54 | FILES:${PN}-browser-plugin = "${libdir}/mozilla/*/*so" |
diff --git a/meta-gnome/recipes-gnome/evolution-data-server/evolution-data-server.bb b/meta-gnome/recipes-gnome/evolution-data-server/evolution-data-server.bb index 7f267b4972..571d4301ec 100644 --- a/meta-gnome/recipes-gnome/evolution-data-server/evolution-data-server.bb +++ b/meta-gnome/recipes-gnome/evolution-data-server/evolution-data-server.bb | |||
@@ -19,7 +19,7 @@ SRC_URI += " \ | |||
19 | " | 19 | " |
20 | 20 | ||
21 | LKSTRFTIME = "HAVE_LKSTRFTIME=ON" | 21 | LKSTRFTIME = "HAVE_LKSTRFTIME=ON" |
22 | LKSTRFTIME_libc-musl = "HAVE_LKSTRFTIME=OFF" | 22 | LKSTRFTIME:libc-musl = "HAVE_LKSTRFTIME=OFF" |
23 | 23 | ||
24 | # For arm qemu-arm runs at 100% CPU load and never returns - so disable introspection for now | 24 | # For arm qemu-arm runs at 100% CPU load and never returns - so disable introspection for now |
25 | GI_DATA_ENABLED="False" | 25 | GI_DATA_ENABLED="False" |
@@ -46,7 +46,7 @@ PACKAGECONFIG[openldap] = "-DWITH_OPENLDAP=ON,-DWITH_OPENLDAP=OFF,openldap" | |||
46 | # -ldb needs this on some platforms | 46 | # -ldb needs this on some platforms |
47 | LDFLAGS += "-lpthread -lgmodule-2.0 -lgthread-2.0" | 47 | LDFLAGS += "-lpthread -lgmodule-2.0 -lgthread-2.0" |
48 | 48 | ||
49 | do_configure_append () { | 49 | do_configure:append () { |
50 | cp ${WORKDIR}/iconv-detect.h ${S}/src | 50 | cp ${WORKDIR}/iconv-detect.h ${S}/src |
51 | 51 | ||
52 | # fix native perl shebang | 52 | # fix native perl shebang |
@@ -57,14 +57,14 @@ do_configure_append () { | |||
57 | -e 's: ${bindir}/g-ir-scanner-wrapper: ${STAGING_BINDIR}/g-ir-scanner-wrapper:g' | 57 | -e 's: ${bindir}/g-ir-scanner-wrapper: ${STAGING_BINDIR}/g-ir-scanner-wrapper:g' |
58 | } | 58 | } |
59 | 59 | ||
60 | do_compile_prepend() { | 60 | do_compile:prepend() { |
61 | export GIR_EXTRA_LIBS_PATH="${B}/camel/.libs:${B}/libedataserver/.libs" | 61 | export GIR_EXTRA_LIBS_PATH="${B}/camel/.libs:${B}/libedataserver/.libs" |
62 | } | 62 | } |
63 | 63 | ||
64 | FILES_${PN} =+ " \ | 64 | FILES:${PN} =+ " \ |
65 | ${datadir}/dbus-1 \ | 65 | ${datadir}/dbus-1 \ |
66 | ${datadir}/evolution-data-server-*/ui/ \ | 66 | ${datadir}/evolution-data-server-*/ui/ \ |
67 | ${systemd_user_unitdir} \ | 67 | ${systemd_user_unitdir} \ |
68 | " | 68 | " |
69 | 69 | ||
70 | RDEPENDS_${PN} += "perl" | 70 | RDEPENDS:${PN} += "perl" |
diff --git a/meta-gnome/recipes-gnome/faenza-icon-theme/faenza-icon-theme_1.3.bb b/meta-gnome/recipes-gnome/faenza-icon-theme/faenza-icon-theme_1.3.bb index 561b094a98..55fdba5e38 100644 --- a/meta-gnome/recipes-gnome/faenza-icon-theme/faenza-icon-theme_1.3.bb +++ b/meta-gnome/recipes-gnome/faenza-icon-theme/faenza-icon-theme_1.3.bb | |||
@@ -23,4 +23,4 @@ do_install() { | |||
23 | chown -R root:root ${D}${datadir} | 23 | chown -R root:root ${D}${datadir} |
24 | } | 24 | } |
25 | 25 | ||
26 | FILES_${PN} += "${datadir}/icons ${datadir}/themes" | 26 | FILES:${PN} += "${datadir}/icons ${datadir}/themes" |
diff --git a/meta-gnome/recipes-gnome/file-roller/file-roller_3.40.0.bb b/meta-gnome/recipes-gnome/file-roller/file-roller_3.40.0.bb index e4aeea26f0..ccc82aec45 100644 --- a/meta-gnome/recipes-gnome/file-roller/file-roller_3.40.0.bb +++ b/meta-gnome/recipes-gnome/file-roller/file-roller_3.40.0.bb | |||
@@ -20,7 +20,7 @@ PACKAGECONFIG ??= "${@bb.utils.contains('DISTRO_FEATURES', 'x11', 'packagekit', | |||
20 | PACKAGECONFIG[nautilus] = "-Dnautilus-actions=enabled,-Dnautilus-actions=disabled,nautilus" | 20 | PACKAGECONFIG[nautilus] = "-Dnautilus-actions=enabled,-Dnautilus-actions=disabled,nautilus" |
21 | PACKAGECONFIG[packagekit] = "-Dpackagekit=true,-Dpackagekit=false," | 21 | PACKAGECONFIG[packagekit] = "-Dpackagekit=true,-Dpackagekit=false," |
22 | 22 | ||
23 | FILES_${PN} += " \ | 23 | FILES:${PN} += " \ |
24 | ${datadir}/dbus-1 \ | 24 | ${datadir}/dbus-1 \ |
25 | ${datadir}/metainfo \ | 25 | ${datadir}/metainfo \ |
26 | ${libdir}/nautilus \ | 26 | ${libdir}/nautilus \ |
diff --git a/meta-gnome/recipes-gnome/gdm/gdm_3.36.3.bb b/meta-gnome/recipes-gnome/gdm/gdm_3.36.3.bb index fb0b77bf48..74e2bd677f 100644 --- a/meta-gnome/recipes-gnome/gdm/gdm_3.36.3.bb +++ b/meta-gnome/recipes-gnome/gdm/gdm_3.36.3.bb | |||
@@ -23,33 +23,33 @@ EXTRA_OECONF = " \ | |||
23 | --with-pam-mod-dir=${base_libdir}/security \ | 23 | --with-pam-mod-dir=${base_libdir}/security \ |
24 | " | 24 | " |
25 | 25 | ||
26 | do_install_append() { | 26 | do_install:append() { |
27 | rm -rf ${D}/run ${D}${localstatedir}/run | 27 | rm -rf ${D}/run ${D}${localstatedir}/run |
28 | } | 28 | } |
29 | 29 | ||
30 | USERADD_PACKAGES = "${PN}" | 30 | USERADD_PACKAGES = "${PN}" |
31 | USERADD_PARAM_${PN} = "--system --no-create-home --home ${localstatedir}/lib/gdm --user-group gdm" | 31 | USERADD_PARAM:${PN} = "--system --no-create-home --home ${localstatedir}/lib/gdm --user-group gdm" |
32 | 32 | ||
33 | SYSTEMD_SERVICE_${PN} = "${BPN}.service" | 33 | SYSTEMD_SERVICE:${PN} = "${BPN}.service" |
34 | 34 | ||
35 | # Some gnome components - as gnome-panel and gnome-shell (!!) - require gdm | 35 | # Some gnome components - as gnome-panel and gnome-shell (!!) - require gdm |
36 | # components. To allow gnome-images using different display-manager, split them | 36 | # components. To allow gnome-images using different display-manager, split them |
37 | # out into a seperate package. | 37 | # out into a seperate package. |
38 | PACKAGE_BEFORE_PN = "${PN}-base" | 38 | PACKAGE_BEFORE_PN = "${PN}-base" |
39 | FILES_${PN}-base = " \ | 39 | FILES:${PN}-base = " \ |
40 | ${datadir}/glib-2.0 \ | 40 | ${datadir}/glib-2.0 \ |
41 | ${datadir}/gnome-session \ | 41 | ${datadir}/gnome-session \ |
42 | ${libdir}/lib*${SOLIBS} \ | 42 | ${libdir}/lib*${SOLIBS} \ |
43 | ${libdir}/girepository-1.0 \ | 43 | ${libdir}/girepository-1.0 \ |
44 | " | 44 | " |
45 | 45 | ||
46 | CONFFILES_${PN} += "${sysconfdir}/gdm/custom.conf" | 46 | CONFFILES:${PN} += "${sysconfdir}/gdm/custom.conf" |
47 | FILES_${PN} += " \ | 47 | FILES:${PN} += " \ |
48 | ${datadir}/dconf \ | 48 | ${datadir}/dconf \ |
49 | ${base_libdir}/security/pam_gdm.so \ | 49 | ${base_libdir}/security/pam_gdm.so \ |
50 | ${localstatedir} \ | 50 | ${localstatedir} \ |
51 | ${systemd_unitdir} \ | 51 | ${systemd_unitdir} \ |
52 | " | 52 | " |
53 | 53 | ||
54 | RDEPENDS_${PN} += "${PN}-base" | 54 | RDEPENDS:${PN} += "${PN}-base" |
55 | 55 | ||
diff --git a/meta-gnome/recipes-gnome/gedit/gedit_40.1.bb b/meta-gnome/recipes-gnome/gedit/gedit_40.1.bb index ee94cdd2a8..035f5d1a83 100644 --- a/meta-gnome/recipes-gnome/gedit/gedit_40.1.bb +++ b/meta-gnome/recipes-gnome/gedit/gedit_40.1.bb | |||
@@ -27,20 +27,20 @@ SRC_URI[archive.sha256sum] = "55e394a82cb65678b1ab49526cf5bd43f00d8fba21476a4849 | |||
27 | 27 | ||
28 | # gobject-introspection is mandatory and cannot be configured | 28 | # gobject-introspection is mandatory and cannot be configured |
29 | REQUIRED_DISTRO_FEATURES = "gobject-introspection-data" | 29 | REQUIRED_DISTRO_FEATURES = "gobject-introspection-data" |
30 | UNKNOWN_CONFIGURE_WHITELIST_append = " introspection" | 30 | UNKNOWN_CONFIGURE_WHITELIST:append = " introspection" |
31 | 31 | ||
32 | GTKDOC_MESON_OPTION = "gtk_doc" | 32 | GTKDOC_MESON_OPTION = "gtk_doc" |
33 | 33 | ||
34 | PACKAGES += "${PN}-python" | 34 | PACKAGES += "${PN}-python" |
35 | 35 | ||
36 | FILES_${PN} += " \ | 36 | FILES:${PN} += " \ |
37 | ${datadir}/dbus-1 \ | 37 | ${datadir}/dbus-1 \ |
38 | ${datadir}/metainfo \ | 38 | ${datadir}/metainfo \ |
39 | " | 39 | " |
40 | 40 | ||
41 | FILES_${PN}-python += " \ | 41 | FILES:${PN}-python += " \ |
42 | ${PYTHON_SITEPACKAGES_DIR} \ | 42 | ${PYTHON_SITEPACKAGES_DIR} \ |
43 | " | 43 | " |
44 | 44 | ||
45 | RDEPENDS_${PN} += "gsettings-desktop-schemas" | 45 | RDEPENDS:${PN} += "gsettings-desktop-schemas" |
46 | RRECOMMENDS_${PN} += "source-code-pro-fonts" | 46 | RRECOMMENDS:${PN} += "source-code-pro-fonts" |
diff --git a/meta-gnome/recipes-gnome/gfbgraph/gfbgraph_0.2.4.bb b/meta-gnome/recipes-gnome/gfbgraph/gfbgraph_0.2.4.bb index 0414b0c7cf..1c5d90f6c7 100644 --- a/meta-gnome/recipes-gnome/gfbgraph/gfbgraph_0.2.4.bb +++ b/meta-gnome/recipes-gnome/gfbgraph/gfbgraph_0.2.4.bb | |||
@@ -15,7 +15,7 @@ inherit gnomebase gtk-doc gobject-introspection | |||
15 | SRC_URI[archive.md5sum] = "c38af63e49f8fe8baad99537956b69ba" | 15 | SRC_URI[archive.md5sum] = "c38af63e49f8fe8baad99537956b69ba" |
16 | SRC_URI[archive.sha256sum] = "6065391f35e7335588cc6b0cc4c1abbce7341488573a654551264cb9793b9379" | 16 | SRC_URI[archive.sha256sum] = "6065391f35e7335588cc6b0cc4c1abbce7341488573a654551264cb9793b9379" |
17 | 17 | ||
18 | do_install_append() { | 18 | do_install:append() { |
19 | # they install all the autotools files (NEWS AUTHORS..) to /usr/doc which | 19 | # they install all the autotools files (NEWS AUTHORS..) to /usr/doc which |
20 | # is not a standard path exactly | 20 | # is not a standard path exactly |
21 | rm -rf ${D}${prefix}/doc | 21 | rm -rf ${D}${prefix}/doc |
diff --git a/meta-gnome/recipes-gnome/ghex/ghex_3.18.4.bb b/meta-gnome/recipes-gnome/ghex/ghex_3.18.4.bb index cf33ebdfea..438f8113a6 100644 --- a/meta-gnome/recipes-gnome/ghex/ghex_3.18.4.bb +++ b/meta-gnome/recipes-gnome/ghex/ghex_3.18.4.bb | |||
@@ -14,4 +14,4 @@ inherit gnomebase gsettings gtk-icon-cache gnome-help gettext upstream-version-i | |||
14 | SRC_URI[archive.md5sum] = "7e6ed808766bc18285bdc6999bdf0f15" | 14 | SRC_URI[archive.md5sum] = "7e6ed808766bc18285bdc6999bdf0f15" |
15 | SRC_URI[archive.sha256sum] = "c2d9c191ff5bce836618779865bee4059db81a3a0dff38bda3cc7a9e729637c0" | 15 | SRC_URI[archive.sha256sum] = "c2d9c191ff5bce836618779865bee4059db81a3a0dff38bda3cc7a9e729637c0" |
16 | 16 | ||
17 | FILES_${PN} += "${datadir}/metainfo" | 17 | FILES:${PN} += "${datadir}/metainfo" |
diff --git a/meta-gnome/recipes-gnome/gjs/gjs_1.58.8.bb b/meta-gnome/recipes-gnome/gjs/gjs_1.58.8.bb index 678ba9c4c8..75138125f7 100644 --- a/meta-gnome/recipes-gnome/gjs/gjs_1.58.8.bb +++ b/meta-gnome/recipes-gnome/gjs/gjs_1.58.8.bb | |||
@@ -18,21 +18,21 @@ SRC_URI += "file://0001-Disable-tests-on-host.patch \ | |||
18 | 18 | ||
19 | # gobject-introspection is mandatory and cannot be configured | 19 | # gobject-introspection is mandatory and cannot be configured |
20 | REQUIRED_DISTRO_FEATURES = "gobject-introspection-data" | 20 | REQUIRED_DISTRO_FEATURES = "gobject-introspection-data" |
21 | UNKNOWN_CONFIGURE_WHITELIST_append = " --enable-introspection --disable-introspection" | 21 | UNKNOWN_CONFIGURE_WHITELIST:append = " --enable-introspection --disable-introspection" |
22 | 22 | ||
23 | EXTRA_OECONF = " \ | 23 | EXTRA_OECONF = " \ |
24 | --without-dbus-tests \ | 24 | --without-dbus-tests \ |
25 | --disable-installed-tests \ | 25 | --disable-installed-tests \ |
26 | " | 26 | " |
27 | 27 | ||
28 | do_configure_prepend() { | 28 | do_configure:prepend() { |
29 | # make configure find gobject-introspection test code. Although we set | 29 | # make configure find gobject-introspection test code. Although we set |
30 | # --disable-installed-tests gjs builds them | 30 | # --disable-installed-tests gjs builds them |
31 | sed -i 's|:$GI_DATADIR|:${STAGING_DIR_NATIVE}$GI_DATADIR|g' ${S}/configure.ac | 31 | sed -i 's|:$GI_DATADIR|:${STAGING_DIR_NATIVE}$GI_DATADIR|g' ${S}/configure.ac |
32 | } | 32 | } |
33 | 33 | ||
34 | FILES_${PN} += "${datadir}/gjs-1.0/lsan" | 34 | FILES:${PN} += "${datadir}/gjs-1.0/lsan" |
35 | 35 | ||
36 | PACKAGES =+ "${PN}-valgrind" | 36 | PACKAGES =+ "${PN}-valgrind" |
37 | FILES_${PN}-valgrind = "${datadir}/gjs-1.0/valgrind" | 37 | FILES:${PN}-valgrind = "${datadir}/gjs-1.0/valgrind" |
38 | RSEPENDS_${PN}-valgrind += "valgrind" | 38 | RSEPENDS_${PN}-valgrind += "valgrind" |
diff --git a/meta-gnome/recipes-gnome/gnome-autoar/gnome-autoar_0.3.3.bb b/meta-gnome/recipes-gnome/gnome-autoar/gnome-autoar_0.3.3.bb index 5d7a9a6575..3e7b254a8f 100644 --- a/meta-gnome/recipes-gnome/gnome-autoar/gnome-autoar_0.3.3.bb +++ b/meta-gnome/recipes-gnome/gnome-autoar/gnome-autoar_0.3.3.bb | |||
@@ -11,6 +11,6 @@ inherit gnomebase gobject-introspection gtk-doc vala | |||
11 | 11 | ||
12 | SRC_URI[archive.sha256sum] = "272400f73a375a7e88fdf1e12591bfb8f3f03edf01780cadcd74f70b613e5c04" | 12 | SRC_URI[archive.sha256sum] = "272400f73a375a7e88fdf1e12591bfb8f3f03edf01780cadcd74f70b613e5c04" |
13 | 13 | ||
14 | do_compile_prepend() { | 14 | do_compile:prepend() { |
15 | export GIR_EXTRA_LIBS_PATH="${B}/gnome-autoar/.libs" | 15 | export GIR_EXTRA_LIBS_PATH="${B}/gnome-autoar/.libs" |
16 | } | 16 | } |
diff --git a/meta-gnome/recipes-gnome/gnome-backgrounds/gnome-backgrounds_3.38.0.bb b/meta-gnome/recipes-gnome/gnome-backgrounds/gnome-backgrounds_3.38.0.bb index 2cb5222efa..aa490127e2 100644 --- a/meta-gnome/recipes-gnome/gnome-backgrounds/gnome-backgrounds_3.38.0.bb +++ b/meta-gnome/recipes-gnome/gnome-backgrounds/gnome-backgrounds_3.38.0.bb | |||
@@ -10,7 +10,7 @@ inherit gnomebase allarch gettext upstream-version-is-even allarch | |||
10 | 10 | ||
11 | SRC_URI[archive.sha256sum] = "f7712a873a80c9a9fcf3952611effeb2d9aed23a3e8abfcda8afb15c427d1ee3" | 11 | SRC_URI[archive.sha256sum] = "f7712a873a80c9a9fcf3952611effeb2d9aed23a3e8abfcda8afb15c427d1ee3" |
12 | 12 | ||
13 | FILES_${PN} += " \ | 13 | FILES:${PN} += " \ |
14 | ${datadir}/backgrounds \ | 14 | ${datadir}/backgrounds \ |
15 | ${datadir}/gnome-background-properties \ | 15 | ${datadir}/gnome-background-properties \ |
16 | " | 16 | " |
diff --git a/meta-gnome/recipes-gnome/gnome-bluetooth/gnome-bluetooth_3.34.5.bb b/meta-gnome/recipes-gnome/gnome-bluetooth/gnome-bluetooth_3.34.5.bb index 31d3bf6eb7..e3806f64fa 100644 --- a/meta-gnome/recipes-gnome/gnome-bluetooth/gnome-bluetooth_3.34.5.bb +++ b/meta-gnome/recipes-gnome/gnome-bluetooth/gnome-bluetooth_3.34.5.bb | |||
@@ -21,4 +21,4 @@ EXTRA_OEMESON = "-Dicon_update=false" | |||
21 | SRC_URI[archive.md5sum] = "d83faa54abaf64bb40b5313bc233e74e" | 21 | SRC_URI[archive.md5sum] = "d83faa54abaf64bb40b5313bc233e74e" |
22 | SRC_URI[archive.sha256sum] = "6c949e52c8becc2054daacd604901f66ce5cf709a5fa91c4bb7cacc939b53ea9" | 22 | SRC_URI[archive.sha256sum] = "6c949e52c8becc2054daacd604901f66ce5cf709a5fa91c4bb7cacc939b53ea9" |
23 | 23 | ||
24 | RDEPENDS_${PN} += "bluez5" | 24 | RDEPENDS:${PN} += "bluez5" |
diff --git a/meta-gnome/recipes-gnome/gnome-calculator/gnome-calculator_40.1.bb b/meta-gnome/recipes-gnome/gnome-calculator/gnome-calculator_40.1.bb index ef96632bdd..8c0183cf10 100644 --- a/meta-gnome/recipes-gnome/gnome-calculator/gnome-calculator_40.1.bb +++ b/meta-gnome/recipes-gnome/gnome-calculator/gnome-calculator_40.1.bb | |||
@@ -29,7 +29,7 @@ REQUIRED_DISTRO_FEATURES = "x11" | |||
29 | 29 | ||
30 | SRC_URI[archive.sha256sum] = "7fe6c561f7b1f485ac106219772e45cc135c983bfa4278dd2d3fd83b57ff6af6" | 30 | SRC_URI[archive.sha256sum] = "7fe6c561f7b1f485ac106219772e45cc135c983bfa4278dd2d3fd83b57ff6af6" |
31 | 31 | ||
32 | FILES_${PN} += " \ | 32 | FILES:${PN} += " \ |
33 | ${datadir}/dbus-1 \ | 33 | ${datadir}/dbus-1 \ |
34 | ${datadir}/metainfo \ | 34 | ${datadir}/metainfo \ |
35 | ${datadir}/gnome-shell \ | 35 | ${datadir}/gnome-shell \ |
diff --git a/meta-gnome/recipes-gnome/gnome-calendar/gnome-calendar_3.38.1.bb b/meta-gnome/recipes-gnome/gnome-calendar/gnome-calendar_3.38.1.bb index 67e251e16d..e703ec6406 100644 --- a/meta-gnome/recipes-gnome/gnome-calendar/gnome-calendar_3.38.1.bb +++ b/meta-gnome/recipes-gnome/gnome-calendar/gnome-calendar_3.38.1.bb | |||
@@ -25,7 +25,7 @@ REQUIRED_DISTRO_FEATURES = "x11" | |||
25 | SRC_URI += "file://8be361b6ce8f0f8053e1609decbdbdc164ec8448.patch" | 25 | SRC_URI += "file://8be361b6ce8f0f8053e1609decbdbdc164ec8448.patch" |
26 | SRC_URI[archive.sha256sum] = "7280880a082d631624d02a102dd547ceb59498da368311f3e49a06cff897f512" | 26 | SRC_URI[archive.sha256sum] = "7280880a082d631624d02a102dd547ceb59498da368311f3e49a06cff897f512" |
27 | 27 | ||
28 | FILES_${PN} += " \ | 28 | FILES:${PN} += " \ |
29 | ${datadir}/gnome-shell \ | 29 | ${datadir}/gnome-shell \ |
30 | ${datadir}/metainfo \ | 30 | ${datadir}/metainfo \ |
31 | ${datadir}/dbus-1 \ | 31 | ${datadir}/dbus-1 \ |
diff --git a/meta-gnome/recipes-gnome/gnome-control-center/gnome-control-center_3.36.4.bb b/meta-gnome/recipes-gnome/gnome-control-center/gnome-control-center_3.36.4.bb index 86b8304b6c..f0800774ba 100644 --- a/meta-gnome/recipes-gnome/gnome-control-center/gnome-control-center_3.36.4.bb +++ b/meta-gnome/recipes-gnome/gnome-control-center/gnome-control-center_3.36.4.bb | |||
@@ -44,12 +44,12 @@ EXTRA_OEMESON = " \ | |||
44 | -Dcheese=false \ | 44 | -Dcheese=false \ |
45 | " | 45 | " |
46 | 46 | ||
47 | FILES_${PN} += " \ | 47 | FILES:${PN} += " \ |
48 | ${datadir}/dbus-1 \ | 48 | ${datadir}/dbus-1 \ |
49 | ${datadir}/gnome-shell \ | 49 | ${datadir}/gnome-shell \ |
50 | ${datadir}/metainfo \ | 50 | ${datadir}/metainfo \ |
51 | " | 51 | " |
52 | 52 | ||
53 | FILES_${PN}-dev += "${datadir}/gettext" | 53 | FILES:${PN}-dev += "${datadir}/gettext" |
54 | 54 | ||
55 | RDEPENDS_${PN} += "gsettings-desktop-schemas" | 55 | RDEPENDS:${PN} += "gsettings-desktop-schemas" |
diff --git a/meta-gnome/recipes-gnome/gnome-desktop/gnome-desktop3_3.38.8.bb b/meta-gnome/recipes-gnome/gnome-desktop/gnome-desktop3_3.38.8.bb index 6d2574015f..61de652f8d 100644 --- a/meta-gnome/recipes-gnome/gnome-desktop/gnome-desktop3_3.38.8.bb +++ b/meta-gnome/recipes-gnome/gnome-desktop/gnome-desktop3_3.38.8.bb | |||
@@ -14,7 +14,7 @@ inherit gnomebase itstool pkgconfig upstream-version-is-even gobject-introspecti | |||
14 | 14 | ||
15 | # gobject-introspection is mandatory and cannot be configured | 15 | # gobject-introspection is mandatory and cannot be configured |
16 | REQUIRED_DISTRO_FEATURES = "gobject-introspection-data" | 16 | REQUIRED_DISTRO_FEATURES = "gobject-introspection-data" |
17 | UNKNOWN_CONFIGURE_WHITELIST_append = " introspection" | 17 | UNKNOWN_CONFIGURE_WHITELIST:append = " introspection" |
18 | 18 | ||
19 | SRC_URI[archive.sha256sum] = "04dc3b37c2b7d98df972670ac2a5a33ec7dc278e6814c3d23d099ae6789dcae8" | 19 | SRC_URI[archive.sha256sum] = "04dc3b37c2b7d98df972670ac2a5a33ec7dc278e6814c3d23d099ae6789dcae8" |
20 | 20 | ||
@@ -32,6 +32,6 @@ GTKDOC_MESON_OPTION = "gtk_doc" | |||
32 | EXTRA_OEMESON = "-Ddesktop_docs=false" | 32 | EXTRA_OEMESON = "-Ddesktop_docs=false" |
33 | 33 | ||
34 | PACKAGES =+ "libgnome-desktop3" | 34 | PACKAGES =+ "libgnome-desktop3" |
35 | FILES_libgnome-desktop3 = "${libdir}/lib*${SOLIBS} ${datadir}/libgnome-desktop*/pnp.ids ${datadir}/gnome/*xml" | 35 | FILES:libgnome-desktop3 = "${libdir}/lib*${SOLIBS} ${datadir}/libgnome-desktop*/pnp.ids ${datadir}/gnome/*xml" |
36 | 36 | ||
37 | RRECOMMENDS_libgnome-desktop3 += "gsettings-desktop-schemas" | 37 | RRECOMMENDS:libgnome-desktop3 += "gsettings-desktop-schemas" |
diff --git a/meta-gnome/recipes-gnome/gnome-disk-utility/gnome-disk-utility_40.1.bb b/meta-gnome/recipes-gnome/gnome-disk-utility/gnome-disk-utility_40.1.bb index 869f820fa8..883e1c1782 100644 --- a/meta-gnome/recipes-gnome/gnome-disk-utility/gnome-disk-utility_40.1.bb +++ b/meta-gnome/recipes-gnome/gnome-disk-utility/gnome-disk-utility_40.1.bb | |||
@@ -28,7 +28,7 @@ PACKAGECONFIG[systemd] = "-Dlogind=libsystemd,-Dlogind=none,systemd" | |||
28 | 28 | ||
29 | SRC_URI[archive.sha256sum] = "2a4b99ac11ca23394b28c5584b9e96284e8c5a4da65cf06207de54f42b1ff141" | 29 | SRC_URI[archive.sha256sum] = "2a4b99ac11ca23394b28c5584b9e96284e8c5a4da65cf06207de54f42b1ff141" |
30 | 30 | ||
31 | FILES_${PN} += " \ | 31 | FILES:${PN} += " \ |
32 | ${datadir}/metainfo \ | 32 | ${datadir}/metainfo \ |
33 | ${datadir}/dbus-1 \ | 33 | ${datadir}/dbus-1 \ |
34 | " | 34 | " |
diff --git a/meta-gnome/recipes-gnome/gnome-flashback/gnome-flashback_3.40.0.bb b/meta-gnome/recipes-gnome/gnome-flashback/gnome-flashback_3.40.0.bb index e6d946cb30..9c599bbd8f 100644 --- a/meta-gnome/recipes-gnome/gnome-flashback/gnome-flashback_3.40.0.bb +++ b/meta-gnome/recipes-gnome/gnome-flashback/gnome-flashback_3.40.0.bb | |||
@@ -20,12 +20,12 @@ DEPENDS += " \ | |||
20 | 20 | ||
21 | SRC_URI[archive.sha256sum] = "e03f33100f1982019c2e59bbdcd664549ec5caa0ef2d99e2c0e1272cea08bb3b" | 21 | SRC_URI[archive.sha256sum] = "e03f33100f1982019c2e59bbdcd664549ec5caa0ef2d99e2c0e1272cea08bb3b" |
22 | 22 | ||
23 | do_install_append() { | 23 | do_install:append() { |
24 | # no oe-layer has compiz -> remove dead session | 24 | # no oe-layer has compiz -> remove dead session |
25 | rm -f ${D}${datadir}/xsessions/gnome-flashback-compiz.desktop | 25 | rm -f ${D}${datadir}/xsessions/gnome-flashback-compiz.desktop |
26 | } | 26 | } |
27 | 27 | ||
28 | FILES_${PN} += " \ | 28 | FILES:${PN} += " \ |
29 | ${datadir}/desktop-directories \ | 29 | ${datadir}/desktop-directories \ |
30 | ${datadir}/gnome-panel \ | 30 | ${datadir}/gnome-panel \ |
31 | ${datadir}/gnome-session \ | 31 | ${datadir}/gnome-session \ |
@@ -34,4 +34,4 @@ FILES_${PN} += " \ | |||
34 | ${systemd_user_unitdir} \ | 34 | ${systemd_user_unitdir} \ |
35 | " | 35 | " |
36 | 36 | ||
37 | RDEPENDS_${PN} += "metacity" | 37 | RDEPENDS:${PN} += "metacity" |
diff --git a/meta-gnome/recipes-gnome/gnome-font-viewer/gnome-font-viewer_40.0.bb b/meta-gnome/recipes-gnome/gnome-font-viewer/gnome-font-viewer_40.0.bb index a2f0af6790..d8e61950ca 100644 --- a/meta-gnome/recipes-gnome/gnome-font-viewer/gnome-font-viewer_40.0.bb +++ b/meta-gnome/recipes-gnome/gnome-font-viewer/gnome-font-viewer_40.0.bb | |||
@@ -18,7 +18,7 @@ REQUIRED_DISTRO_FEATURES = "x11" | |||
18 | 18 | ||
19 | SRC_URI[archive.sha256sum] = "d2cc7686946690dc274a5d0c72841d358d0ccd42d3f34993c698bdf13588fe42" | 19 | SRC_URI[archive.sha256sum] = "d2cc7686946690dc274a5d0c72841d358d0ccd42d3f34993c698bdf13588fe42" |
20 | 20 | ||
21 | FILES_${PN} += " \ | 21 | FILES:${PN} += " \ |
22 | ${datadir}/dbus-1 \ | 22 | ${datadir}/dbus-1 \ |
23 | ${datadir}/metainfo \ | 23 | ${datadir}/metainfo \ |
24 | ${datadir}/thumbnailers \ | 24 | ${datadir}/thumbnailers \ |
diff --git a/meta-gnome/recipes-gnome/gnome-keyring/gnome-keyring_40.0.bb b/meta-gnome/recipes-gnome/gnome-keyring/gnome-keyring_40.0.bb index fce28bd865..5bc5f2e0fb 100644 --- a/meta-gnome/recipes-gnome/gnome-keyring/gnome-keyring_40.0.bb +++ b/meta-gnome/recipes-gnome/gnome-keyring/gnome-keyring_40.0.bb | |||
@@ -35,7 +35,7 @@ EXTRA_OECONF = " \ | |||
35 | ${@bb.utils.contains('DISTRO_FEATURES', 'pam', '--enable-pam --with-pam-dir=${base_libdir}/security', '--disable-pam', d)} \ | 35 | ${@bb.utils.contains('DISTRO_FEATURES', 'pam', '--enable-pam --with-pam-dir=${base_libdir}/security', '--disable-pam', d)} \ |
36 | " | 36 | " |
37 | 37 | ||
38 | FILES_${PN} += " \ | 38 | FILES:${PN} += " \ |
39 | ${datadir}/dbus-1/services \ | 39 | ${datadir}/dbus-1/services \ |
40 | ${datadir}/p11-kit \ | 40 | ${datadir}/p11-kit \ |
41 | ${datadir}/xdg-desktop-portal \ | 41 | ${datadir}/xdg-desktop-portal \ |
@@ -43,7 +43,7 @@ FILES_${PN} += " \ | |||
43 | ${libdir}/pkcs11/gnome-keyring-pkcs11.so \ | 43 | ${libdir}/pkcs11/gnome-keyring-pkcs11.so \ |
44 | " | 44 | " |
45 | # fix | gnome-keyring-daemon: insufficient process capabilities, unsecure memory might get used | 45 | # fix | gnome-keyring-daemon: insufficient process capabilities, unsecure memory might get used |
46 | pkg_postinst_${PN} () { | 46 | pkg_postinst:${PN} () { |
47 | setcap cap_ipc_lock+ep $D/${bindir}/gnome-keyring-daemon | 47 | setcap cap_ipc_lock+ep $D/${bindir}/gnome-keyring-daemon |
48 | } | 48 | } |
49 | PACKAGE_WRITE_DEPS += "libcap-native" | 49 | PACKAGE_WRITE_DEPS += "libcap-native" |
diff --git a/meta-gnome/recipes-gnome/gnome-menus/gnome-menus3_3.36.0.bb b/meta-gnome/recipes-gnome/gnome-menus/gnome-menus3_3.36.0.bb index 845b314788..2255ff00db 100644 --- a/meta-gnome/recipes-gnome/gnome-menus/gnome-menus3_3.36.0.bb +++ b/meta-gnome/recipes-gnome/gnome-menus/gnome-menus3_3.36.0.bb | |||
@@ -15,4 +15,4 @@ BPN = "gnome-menus" | |||
15 | SRC_URI[archive.md5sum] = "a8fd71fcf31a87fc799d80396a526829" | 15 | SRC_URI[archive.md5sum] = "a8fd71fcf31a87fc799d80396a526829" |
16 | SRC_URI[archive.sha256sum] = "d9348f38bde956fc32753b28c1cde19c175bfdbf1f4d5b06003b3aa09153bb1f" | 16 | SRC_URI[archive.sha256sum] = "d9348f38bde956fc32753b28c1cde19c175bfdbf1f4d5b06003b3aa09153bb1f" |
17 | 17 | ||
18 | FILES_${PN} += "${datadir}/desktop-directories/" | 18 | FILES:${PN} += "${datadir}/desktop-directories/" |
diff --git a/meta-gnome/recipes-gnome/gnome-online-accounts/gnome-online-accounts_3.40.0.bb b/meta-gnome/recipes-gnome/gnome-online-accounts/gnome-online-accounts_3.40.0.bb index 4b79fe2aa5..c7e8eecb1f 100644 --- a/meta-gnome/recipes-gnome/gnome-online-accounts/gnome-online-accounts_3.40.0.bb +++ b/meta-gnome/recipes-gnome/gnome-online-accounts/gnome-online-accounts_3.40.0.bb | |||
@@ -25,10 +25,10 @@ PACKAGECONFIG[other] = " \ | |||
25 | --disable-facebook --disable-foursquare --disable-exchange --disable-flickr --disable-google --disable-imap-smtp --disable-owncloud --disable-windows-live, \ | 25 | --disable-facebook --disable-foursquare --disable-exchange --disable-flickr --disable-google --disable-imap-smtp --disable-owncloud --disable-windows-live, \ |
26 | " | 26 | " |
27 | 27 | ||
28 | FILES_${PN} += " \ | 28 | FILES:${PN} += " \ |
29 | ${datadir}/dbus-1 \ | 29 | ${datadir}/dbus-1 \ |
30 | ${libdir}/goa-1.0/web-extensions/*.so \ | 30 | ${libdir}/goa-1.0/web-extensions/*.so \ |
31 | " | 31 | " |
32 | 32 | ||
33 | # looked into pkg-config file: it is not a bug - they mean it | 33 | # looked into pkg-config file: it is not a bug - they mean it |
34 | FILES_${PN}-dev += "${libdir}/goa-1.0/include" | 34 | FILES:${PN}-dev += "${libdir}/goa-1.0/include" |
diff --git a/meta-gnome/recipes-gnome/gnome-panel/gnome-panel_3.36.1.bb b/meta-gnome/recipes-gnome/gnome-panel/gnome-panel_3.36.1.bb index 8fe4e1311b..9a7c377a3b 100644 --- a/meta-gnome/recipes-gnome/gnome-panel/gnome-panel_3.36.1.bb +++ b/meta-gnome/recipes-gnome/gnome-panel/gnome-panel_3.36.1.bb | |||
@@ -22,4 +22,4 @@ SRC_URI[archive.sha256sum] = "1e21b726dd397523ae79d29eb538bcae09e3427e23ccd63f28 | |||
22 | 22 | ||
23 | PACKAGECONFIG[eds] = "--enable-eds,--disable-eds,evolution-data-server" | 23 | PACKAGECONFIG[eds] = "--enable-eds,--disable-eds,evolution-data-server" |
24 | 24 | ||
25 | RDEPENDS_${PN} += "gdm-base" | 25 | RDEPENDS:${PN} += "gdm-base" |
diff --git a/meta-gnome/recipes-gnome/gnome-photos/gnome-photos_40.0.bb b/meta-gnome/recipes-gnome/gnome-photos/gnome-photos_40.0.bb index 6b69c08eb9..fb1b7d30ba 100644 --- a/meta-gnome/recipes-gnome/gnome-photos/gnome-photos_40.0.bb +++ b/meta-gnome/recipes-gnome/gnome-photos/gnome-photos_40.0.bb | |||
@@ -32,15 +32,15 @@ REQUIRED_DISTRO_FEATURES = "x11" | |||
32 | 32 | ||
33 | SRC_URI[archive.sha256sum] = "e02d73e138af8b2868b5cad7faa1bdd278aeade3b6c3c92836511a4e6f3af1af" | 33 | SRC_URI[archive.sha256sum] = "e02d73e138af8b2868b5cad7faa1bdd278aeade3b6c3c92836511a4e6f3af1af" |
34 | 34 | ||
35 | do_install_append() { | 35 | do_install:append() { |
36 | # make gnome-photos available on all desktops | 36 | # make gnome-photos available on all desktops |
37 | sed -i 's:OnlyShowIn=:#OnlyShowIn=:g' ${D}${datadir}/applications/org.gnome.Photos.desktop | 37 | sed -i 's:OnlyShowIn=:#OnlyShowIn=:g' ${D}${datadir}/applications/org.gnome.Photos.desktop |
38 | } | 38 | } |
39 | 39 | ||
40 | FILES_${PN} += " \ | 40 | FILES:${PN} += " \ |
41 | ${datadir}/dbus-1 \ | 41 | ${datadir}/dbus-1 \ |
42 | ${datadir}/metainfo \ | 42 | ${datadir}/metainfo \ |
43 | ${datadir}/gnome-shell \ | 43 | ${datadir}/gnome-shell \ |
44 | " | 44 | " |
45 | 45 | ||
46 | RRECOMMENDS_${PN} = "grilo-plugins" | 46 | RRECOMMENDS:${PN} = "grilo-plugins" |
diff --git a/meta-gnome/recipes-gnome/gnome-session/gnome-session_3.36.0.bb b/meta-gnome/recipes-gnome/gnome-session/gnome-session_3.36.0.bb index 29a2e1ee2f..3fdcfd81a4 100644 --- a/meta-gnome/recipes-gnome/gnome-session/gnome-session_3.36.0.bb +++ b/meta-gnome/recipes-gnome/gnome-session/gnome-session_3.36.0.bb | |||
@@ -30,10 +30,10 @@ PACKAGECONFIG ??= "${@bb.utils.contains('DISTRO_FEATURES', 'systemd', 'systemd', | |||
30 | PACKAGECONFIG[consolekit] = "-Dconsolekit=true, -Dconsolekit=false, consolekit" | 30 | PACKAGECONFIG[consolekit] = "-Dconsolekit=true, -Dconsolekit=false, consolekit" |
31 | PACKAGECONFIG[systemd] = "-Dsystemd=true -Dsystemd_journal=true, -Dsystemd=false -Dsystemd_journal=false, systemd" | 31 | PACKAGECONFIG[systemd] = "-Dsystemd=true -Dsystemd_journal=true, -Dsystemd=false -Dsystemd_journal=false, systemd" |
32 | 32 | ||
33 | FILES_${PN} += " \ | 33 | FILES:${PN} += " \ |
34 | ${datadir}/xsessions \ | 34 | ${datadir}/xsessions \ |
35 | ${datadir}/wayland-sessions \ | 35 | ${datadir}/wayland-sessions \ |
36 | ${systemd_user_unitdir} \ | 36 | ${systemd_user_unitdir} \ |
37 | " | 37 | " |
38 | 38 | ||
39 | RDEPENDS_${PN} += "gnome-shell gnome-settings-daemon gsettings-desktop-schemas" | 39 | RDEPENDS:${PN} += "gnome-shell gnome-settings-daemon gsettings-desktop-schemas" |
diff --git a/meta-gnome/recipes-gnome/gnome-settings-daemon/gnome-settings-daemon_3.36.1.bb b/meta-gnome/recipes-gnome/gnome-settings-daemon/gnome-settings-daemon_3.36.1.bb index a532ae7494..171e46eddb 100644 --- a/meta-gnome/recipes-gnome/gnome-settings-daemon/gnome-settings-daemon_3.36.1.bb +++ b/meta-gnome/recipes-gnome/gnome-settings-daemon/gnome-settings-daemon_3.36.1.bb | |||
@@ -42,7 +42,7 @@ PACKAGECONFIG[nm] = "-Dnetwork_manager=true,-Dnetwork_manager=false,networkmanag | |||
42 | PACKAGECONFIG[smartcard] = "-Dsmartcard=true,-Dsmartcard=false,nss" | 42 | PACKAGECONFIG[smartcard] = "-Dsmartcard=true,-Dsmartcard=false,nss" |
43 | PACKAGECONFIG[wayland] = "-Dwayland=true,-Dwayland=false,wayland" | 43 | PACKAGECONFIG[wayland] = "-Dwayland=true,-Dwayland=false,wayland" |
44 | 44 | ||
45 | FILES_${PN} += " \ | 45 | FILES:${PN} += " \ |
46 | ${systemd_user_unitdir} \ | 46 | ${systemd_user_unitdir} \ |
47 | ${libdir}/gnome-settings-daemon-3.0/libgsd.so \ | 47 | ${libdir}/gnome-settings-daemon-3.0/libgsd.so \ |
48 | " | 48 | " |
diff --git a/meta-gnome/recipes-gnome/gnome-shell/gnome-shell-extensions_3.34.2.bb b/meta-gnome/recipes-gnome/gnome-shell/gnome-shell-extensions_3.34.2.bb index 52e50705e8..f74a85381b 100644 --- a/meta-gnome/recipes-gnome/gnome-shell/gnome-shell-extensions_3.34.2.bb +++ b/meta-gnome/recipes-gnome/gnome-shell/gnome-shell-extensions_3.34.2.bb | |||
@@ -20,9 +20,9 @@ EXTRA_OEMESON += " \ | |||
20 | -Dclassic_mode=true \ | 20 | -Dclassic_mode=true \ |
21 | " | 21 | " |
22 | 22 | ||
23 | RDEPENDS_${PN} += "gnome-shell" | 23 | RDEPENDS:${PN} += "gnome-shell" |
24 | 24 | ||
25 | FILES_${PN} += " \ | 25 | FILES:${PN} += " \ |
26 | ${datadir}/gnome-shell \ | 26 | ${datadir}/gnome-shell \ |
27 | ${datadir}/gnome-session \ | 27 | ${datadir}/gnome-session \ |
28 | ${datadir}/xsessions \ | 28 | ${datadir}/xsessions \ |
diff --git a/meta-gnome/recipes-gnome/gnome-shell/gnome-shell_3.34.5.bb b/meta-gnome/recipes-gnome/gnome-shell/gnome-shell_3.34.5.bb index 77b9015d46..b1aa519a05 100644 --- a/meta-gnome/recipes-gnome/gnome-shell/gnome-shell_3.34.5.bb +++ b/meta-gnome/recipes-gnome/gnome-shell/gnome-shell_3.34.5.bb | |||
@@ -28,7 +28,7 @@ GTKDOC_MESON_OPTION = "gtk_doc" | |||
28 | 28 | ||
29 | # gobject-introspection is mandatory and cannot be configured | 29 | # gobject-introspection is mandatory and cannot be configured |
30 | REQUIRED_DISTRO_FEATURES += "gobject-introspection-data" | 30 | REQUIRED_DISTRO_FEATURES += "gobject-introspection-data" |
31 | UNKNOWN_CONFIGURE_WHITELIST_append = " introspection" | 31 | UNKNOWN_CONFIGURE_WHITELIST:append = " introspection" |
32 | 32 | ||
33 | SRC_URI[archive.md5sum] = "4bd27c8a91d30fde78cb69b94677cf1f" | 33 | SRC_URI[archive.md5sum] = "4bd27c8a91d30fde78cb69b94677cf1f" |
34 | SRC_URI[archive.sha256sum] = "d296f318a74a6d7883358a6ce1c4d8808b7903dbbb4f9c61ab4230f18e6d7550" | 34 | SRC_URI[archive.sha256sum] = "d296f318a74a6d7883358a6ce1c4d8808b7903dbbb4f9c61ab4230f18e6d7550" |
@@ -42,7 +42,7 @@ EXTRA_OEMESON = " \ | |||
42 | -Dman=false \ | 42 | -Dman=false \ |
43 | " | 43 | " |
44 | 44 | ||
45 | do_install_append() { | 45 | do_install:append() { |
46 | # fix shebangs | 46 | # fix shebangs |
47 | for tool in `find ${D}${bindir} -name '*-tool'`; do | 47 | for tool in `find ${D}${bindir} -name '*-tool'`; do |
48 | sed -i 's:#!${PYTHON}:#!${bindir}/${PYTHON_PN}:' $tool | 48 | sed -i 's:#!${PYTHON}:#!${bindir}/${PYTHON_PN}:' $tool |
@@ -51,16 +51,16 @@ do_install_append() { | |||
51 | 51 | ||
52 | GSETTINGS_PACKAGE = "${PN}-gsettings" | 52 | GSETTINGS_PACKAGE = "${PN}-gsettings" |
53 | 53 | ||
54 | FILES_${PN} += " \ | 54 | FILES:${PN} += " \ |
55 | ${datadir}/dbus-1 \ | 55 | ${datadir}/dbus-1 \ |
56 | ${datadir}/gnome-control-center \ | 56 | ${datadir}/gnome-control-center \ |
57 | ${datadir}/xdg-desktop-portal \ | 57 | ${datadir}/xdg-desktop-portal \ |
58 | ${systemd_user_unitdir} \ | 58 | ${systemd_user_unitdir} \ |
59 | " | 59 | " |
60 | 60 | ||
61 | RDEPENDS_${PN} += "gsettings-desktop-schemas gdm-base librsvg-gtk ${PN}-gsettings" | 61 | RDEPENDS:${PN} += "gsettings-desktop-schemas gdm-base librsvg-gtk ${PN}-gsettings" |
62 | 62 | ||
63 | PACKAGES =+ "${PN}-tools ${PN}-gsettings" | 63 | PACKAGES =+ "${PN}-tools ${PN}-gsettings" |
64 | FILES_${PN}-tools = "${bindir}/*-tool" | 64 | FILES:${PN}-tools = "${bindir}/*-tool" |
65 | RDEPENDS_${PN}-tools = "python3-core" | 65 | RDEPENDS:${PN}-tools = "python3-core" |
66 | 66 | ||
diff --git a/meta-gnome/recipes-gnome/gnome-system-monitor/gnome-system-monitor_40.1.bb b/meta-gnome/recipes-gnome/gnome-system-monitor/gnome-system-monitor_40.1.bb index ecc5a09a03..01f0619732 100644 --- a/meta-gnome/recipes-gnome/gnome-system-monitor/gnome-system-monitor_40.1.bb +++ b/meta-gnome/recipes-gnome/gnome-system-monitor/gnome-system-monitor_40.1.bb | |||
@@ -27,9 +27,9 @@ SRC_URI[archive.sha256sum] = "fdb30f4367907aab86d7c2bb76a7b773ba850b765c9666a39f | |||
27 | PACKAGECONFIG ??= "${@bb.utils.filter('DISTRO_FEATURES', 'systemd', d)}" | 27 | PACKAGECONFIG ??= "${@bb.utils.filter('DISTRO_FEATURES', 'systemd', d)}" |
28 | PACKAGECONFIG[systemd] = "-Dsystemd=true, -Dsystemd=false, systemd" | 28 | PACKAGECONFIG[systemd] = "-Dsystemd=true, -Dsystemd=false, systemd" |
29 | 29 | ||
30 | RRECOMMENDS_${PN} = "adwaita-icon-theme" | 30 | RRECOMMENDS:${PN} = "adwaita-icon-theme" |
31 | 31 | ||
32 | FILES_${PN} += " \ | 32 | FILES:${PN} += " \ |
33 | ${datadir}/dbus-1 \ | 33 | ${datadir}/dbus-1 \ |
34 | ${datadir}/metainfo \ | 34 | ${datadir}/metainfo \ |
35 | " | 35 | " |
diff --git a/meta-gnome/recipes-gnome/gnome-terminal/gnome-terminal_3.40.2.bb b/meta-gnome/recipes-gnome/gnome-terminal/gnome-terminal_3.40.2.bb index 62534a94a7..88fb5d7435 100644 --- a/meta-gnome/recipes-gnome/gnome-terminal/gnome-terminal_3.40.2.bb +++ b/meta-gnome/recipes-gnome/gnome-terminal/gnome-terminal_3.40.2.bb | |||
@@ -28,10 +28,10 @@ EXTRA_OECONF += " \ | |||
28 | --without-nautilus-extension \ | 28 | --without-nautilus-extension \ |
29 | " | 29 | " |
30 | 30 | ||
31 | FILES_${PN} += " \ | 31 | FILES:${PN} += " \ |
32 | ${datadir}/metainfo \ | 32 | ${datadir}/metainfo \ |
33 | ${datadir}/dbus-1 \ | 33 | ${datadir}/dbus-1 \ |
34 | ${systemd_user_unitdir} \ | 34 | ${systemd_user_unitdir} \ |
35 | " | 35 | " |
36 | 36 | ||
37 | RRECOMMENDS_${PN} += "vte-prompt gsettings-desktop-schemas" | 37 | RRECOMMENDS:${PN} += "vte-prompt gsettings-desktop-schemas" |
diff --git a/meta-gnome/recipes-gnome/gnome-tweaks/gnome-tweaks_3.34.0.bb b/meta-gnome/recipes-gnome/gnome-tweaks/gnome-tweaks_3.34.0.bb index af4c8c6418..0fa0b31704 100644 --- a/meta-gnome/recipes-gnome/gnome-tweaks/gnome-tweaks_3.34.0.bb +++ b/meta-gnome/recipes-gnome/gnome-tweaks/gnome-tweaks_3.34.0.bb | |||
@@ -16,7 +16,7 @@ REQUIRED_DISTRO_FEATURES = "x11 polkit systemd pam" | |||
16 | 16 | ||
17 | # gobject-introspection is mandatory and cannot be configured | 17 | # gobject-introspection is mandatory and cannot be configured |
18 | REQUIRED_DISTRO_FEATURES += "gobject-introspection-data" | 18 | REQUIRED_DISTRO_FEATURES += "gobject-introspection-data" |
19 | UNKNOWN_CONFIGURE_WHITELIST_append = " introspection" | 19 | UNKNOWN_CONFIGURE_WHITELIST:append = " introspection" |
20 | 20 | ||
21 | SRC_URI[archive.md5sum] = "a625d8b167c5549c68e1c6ac7a87d369" | 21 | SRC_URI[archive.md5sum] = "a625d8b167c5549c68e1c6ac7a87d369" |
22 | SRC_URI[archive.sha256sum] = "003326fab46e6faad9485924bca503f0c583e3b4553d6f673406eda396205250" | 22 | SRC_URI[archive.sha256sum] = "003326fab46e6faad9485924bca503f0c583e3b4553d6f673406eda396205250" |
@@ -24,9 +24,9 @@ SRC_URI += "file://0001-Make-python-path-configurable.patch" | |||
24 | 24 | ||
25 | EXTRA_OEMESON = "-Dpython_site_dir=${PYTHON_SITEPACKAGES_DIR}" | 25 | EXTRA_OEMESON = "-Dpython_site_dir=${PYTHON_SITEPACKAGES_DIR}" |
26 | 26 | ||
27 | FILES_${PN} += " \ | 27 | FILES:${PN} += " \ |
28 | ${datadir}/metainfo \ | 28 | ${datadir}/metainfo \ |
29 | ${PYTHON_SITEPACKAGES_DIR} \ | 29 | ${PYTHON_SITEPACKAGES_DIR} \ |
30 | " | 30 | " |
31 | 31 | ||
32 | RDEPENDS_${PN} += "gnome-shell python3-core python3-logging libhandy" | 32 | RDEPENDS:${PN} += "gnome-shell python3-core python3-logging libhandy" |
diff --git a/meta-gnome/recipes-gnome/graphene/graphene_1.10.6.bb b/meta-gnome/recipes-gnome/graphene/graphene_1.10.6.bb index 2e0d502684..77579ffac4 100644 --- a/meta-gnome/recipes-gnome/graphene/graphene_1.10.6.bb +++ b/meta-gnome/recipes-gnome/graphene/graphene_1.10.6.bb | |||
@@ -18,4 +18,4 @@ GTKDOC_MESON_OPTION = "gtk_doc" | |||
18 | 18 | ||
19 | EXTRA_OEMESON = "-Dinstalled_tests=false" | 19 | EXTRA_OEMESON = "-Dinstalled_tests=false" |
20 | 20 | ||
21 | FILES_${PN} += "${libdir}/graphene-1.0" | 21 | FILES:${PN} += "${libdir}/graphene-1.0" |
diff --git a/meta-gnome/recipes-gnome/grilo/grilo-plugins_0.3.13.bb b/meta-gnome/recipes-gnome/grilo/grilo-plugins_0.3.13.bb index 4ead998c79..27323748ad 100644 --- a/meta-gnome/recipes-gnome/grilo/grilo-plugins_0.3.13.bb +++ b/meta-gnome/recipes-gnome/grilo/grilo-plugins_0.3.13.bb | |||
@@ -19,4 +19,4 @@ inherit gnomebase gnome-help vala | |||
19 | SRC_URI += "file://0001-Avoid-running-trackertestutils.patch" | 19 | SRC_URI += "file://0001-Avoid-running-trackertestutils.patch" |
20 | SRC_URI[archive.sha256sum] = "1c4305d67364a930543836cc1982f30e946973b8ff6af3efe31d87709ab520f8" | 20 | SRC_URI[archive.sha256sum] = "1c4305d67364a930543836cc1982f30e946973b8ff6af3efe31d87709ab520f8" |
21 | 21 | ||
22 | FILES_${PN} += "${libdir}/grilo-0.3" | 22 | FILES:${PN} += "${libdir}/grilo-0.3" |
diff --git a/meta-gnome/recipes-gnome/gthumb/gthumb_3.10.3.bb b/meta-gnome/recipes-gnome/gthumb/gthumb_3.10.3.bb index 00b1873455..bae13e1a0d 100644 --- a/meta-gnome/recipes-gnome/gthumb/gthumb_3.10.3.bb +++ b/meta-gnome/recipes-gnome/gthumb/gthumb_3.10.3.bb | |||
@@ -28,4 +28,4 @@ inherit features_check gnomebase gnome-help gsettings itstool mime-xdg | |||
28 | 28 | ||
29 | SRC_URI[archive.sha256sum] = "dab73f77cc2963ebe90112972c301441d228af3003cfef3f8b7300a6d5d3c212" | 29 | SRC_URI[archive.sha256sum] = "dab73f77cc2963ebe90112972c301441d228af3003cfef3f8b7300a6d5d3c212" |
30 | 30 | ||
31 | FILES_${PN} += "${datadir}/metainfo" | 31 | FILES:${PN} += "${datadir}/metainfo" |
diff --git a/meta-gnome/recipes-gnome/gtksourceview/gtksourceview-classic-light_1.0.bb b/meta-gnome/recipes-gnome/gtksourceview/gtksourceview-classic-light_1.0.bb index bcc3106d96..64d5b868f7 100644 --- a/meta-gnome/recipes-gnome/gtksourceview/gtksourceview-classic-light_1.0.bb +++ b/meta-gnome/recipes-gnome/gtksourceview/gtksourceview-classic-light_1.0.bb | |||
@@ -15,7 +15,7 @@ do_install() { | |||
15 | install -m 0644 ${WORKDIR}/classic-light.xml ${D}${datadir}/gtksourceview-4/styles/ | 15 | install -m 0644 ${WORKDIR}/classic-light.xml ${D}${datadir}/gtksourceview-4/styles/ |
16 | } | 16 | } |
17 | 17 | ||
18 | FILES_${PN} = " \ | 18 | FILES:${PN} = " \ |
19 | ${datadir}/gtksourceview-3.0/styles \ | 19 | ${datadir}/gtksourceview-3.0/styles \ |
20 | ${datadir}/gtksourceview-4/styles \ | 20 | ${datadir}/gtksourceview-4/styles \ |
21 | " | 21 | " |
diff --git a/meta-gnome/recipes-gnome/gtksourceview/gtksourceview3_3.24.11.bb b/meta-gnome/recipes-gnome/gtksourceview/gtksourceview3_3.24.11.bb index 13f81b4c90..9f88513f7d 100644 --- a/meta-gnome/recipes-gnome/gtksourceview/gtksourceview3_3.24.11.bb +++ b/meta-gnome/recipes-gnome/gtksourceview/gtksourceview3_3.24.11.bb | |||
@@ -18,4 +18,4 @@ SRC_URI = "http://ftp.gnome.org/pub/gnome/sources/gtksourceview/3.24/${PNAME}-${ | |||
18 | SRC_URI[md5sum] = "b748da426a7d64e1304f0c532b0f2a67" | 18 | SRC_URI[md5sum] = "b748da426a7d64e1304f0c532b0f2a67" |
19 | SRC_URI[sha256sum] = "691b074a37b2a307f7f48edc5b8c7afa7301709be56378ccf9cc9735909077fd" | 19 | SRC_URI[sha256sum] = "691b074a37b2a307f7f48edc5b8c7afa7301709be56378ccf9cc9735909077fd" |
20 | 20 | ||
21 | FILES_${PN} += " ${datadir}/gtksourceview-3.0" | 21 | FILES:${PN} += " ${datadir}/gtksourceview-3.0" |
diff --git a/meta-gnome/recipes-gnome/gtksourceview/gtksourceview4_4.8.1.bb b/meta-gnome/recipes-gnome/gtksourceview/gtksourceview4_4.8.1.bb index bc04a3037a..10b60be598 100644 --- a/meta-gnome/recipes-gnome/gtksourceview/gtksourceview4_4.8.1.bb +++ b/meta-gnome/recipes-gnome/gtksourceview/gtksourceview4_4.8.1.bb | |||
@@ -34,4 +34,4 @@ meson_do_compile() { | |||
34 | ninja ${PARALLEL_MAKE} | 34 | ninja ${PARALLEL_MAKE} |
35 | } | 35 | } |
36 | 36 | ||
37 | FILES_${PN} += "${datadir}/gtksourceview-4" | 37 | FILES:${PN} += "${datadir}/gtksourceview-4" |
diff --git a/meta-gnome/recipes-gnome/gvfs/gvfs_1.48.1.bb b/meta-gnome/recipes-gnome/gvfs/gvfs_1.48.1.bb index 39f681f4e5..18abac29cc 100644 --- a/meta-gnome/recipes-gnome/gvfs/gvfs_1.48.1.bb +++ b/meta-gnome/recipes-gnome/gvfs/gvfs_1.48.1.bb | |||
@@ -8,7 +8,7 @@ inherit gnomebase gsettings bash-completion gettext upstream-version-is-even fea | |||
8 | DEPENDS += "libsecret glib-2.0 glib-2.0-native libgudev shadow-native \ | 8 | DEPENDS += "libsecret glib-2.0 glib-2.0-native libgudev shadow-native \ |
9 | gsettings-desktop-schemas dbus" | 9 | gsettings-desktop-schemas dbus" |
10 | 10 | ||
11 | RDEPENDS_${PN} += "gsettings-desktop-schemas" | 11 | RDEPENDS:${PN} += "gsettings-desktop-schemas" |
12 | 12 | ||
13 | SRC_URI = "https://download.gnome.org/sources/${BPN}/${@gnome_verdir("${PV}")}/${BPN}-${PV}.tar.xz;name=archive" | 13 | SRC_URI = "https://download.gnome.org/sources/${BPN}/${@gnome_verdir("${PV}")}/${BPN}-${PV}.tar.xz;name=archive" |
14 | SRC_URI[archive.sha256sum] = "b2ea4f271aad2711f16b43c03151e2ec5a9874ff1a21142ef6d6406486a19dc2" | 14 | SRC_URI[archive.sha256sum] = "b2ea4f271aad2711f16b43c03151e2ec5a9874ff1a21142ef6d6406486a19dc2" |
@@ -25,7 +25,7 @@ EXTRA_OEMESON = " \ | |||
25 | 25 | ||
26 | PACKAGES =+ "gvfsd-ftp gvfsd-sftp gvfsd-trash" | 26 | PACKAGES =+ "gvfsd-ftp gvfsd-sftp gvfsd-trash" |
27 | 27 | ||
28 | FILES_${PN} += " \ | 28 | FILES:${PN} += " \ |
29 | ${datadir}/glib-2.0 \ | 29 | ${datadir}/glib-2.0 \ |
30 | ${datadir}/GConf \ | 30 | ${datadir}/GConf \ |
31 | ${datadir}/dbus-1/services \ | 31 | ${datadir}/dbus-1/services \ |
@@ -34,14 +34,14 @@ FILES_${PN} += " \ | |||
34 | ${systemd_user_unitdir} \ | 34 | ${systemd_user_unitdir} \ |
35 | " | 35 | " |
36 | 36 | ||
37 | FILES_${PN}-dbg += "${libdir}/gio/modules/.debug/*" | 37 | FILES:${PN}-dbg += "${libdir}/gio/modules/.debug/*" |
38 | FILES_${PN}-dev += "${libdir}/gio/modules/*.la" | 38 | FILES:${PN}-dev += "${libdir}/gio/modules/*.la" |
39 | 39 | ||
40 | FILES_gvfsd-ftp = "${libexecdir}/gvfsd-ftp ${datadir}/gvfs/mounts/ftp.mount" | 40 | FILES:gvfsd-ftp = "${libexecdir}/gvfsd-ftp ${datadir}/gvfs/mounts/ftp.mount" |
41 | FILES_gvfsd-sftp = "${libexecdir}/gvfsd-sftp ${datadir}/gvfs/mounts/sftp.mount" | 41 | FILES:gvfsd-sftp = "${libexecdir}/gvfsd-sftp ${datadir}/gvfs/mounts/sftp.mount" |
42 | FILES_gvfsd-trash = "${libexecdir}/gvfsd-trash ${datadir}/gvfs/mounts/trash.mount" | 42 | FILES:gvfsd-trash = "${libexecdir}/gvfsd-trash ${datadir}/gvfs/mounts/trash.mount" |
43 | 43 | ||
44 | RRECOMMENDS_gvfsd-ftp += "openssh-sftp openssh-ssh" | 44 | RRECOMMENDS:gvfsd-ftp += "openssh-sftp openssh-ssh" |
45 | 45 | ||
46 | PACKAGECONFIG ?= "libgphoto2 \ | 46 | PACKAGECONFIG ?= "libgphoto2 \ |
47 | ${@bb.utils.filter('DISTRO_FEATURES', 'systemd', d)} \ | 47 | ${@bb.utils.filter('DISTRO_FEATURES', 'systemd', d)} \ |
@@ -69,9 +69,9 @@ PACKAGECONFIG[fuse] = "-Dfuse=true, -Dfuse=false, fuse3" | |||
69 | PACKAGECONFIG[cdda] = "-Dcdda=true, -Dcdda=false, libcdio-paranoia" | 69 | PACKAGECONFIG[cdda] = "-Dcdda=true, -Dcdda=false, libcdio-paranoia" |
70 | 70 | ||
71 | USERADD_PACKAGES = "${PN}" | 71 | USERADD_PACKAGES = "${PN}" |
72 | USERADD_PARAM_${PN} = "--system --no-create-home --user-group --home-dir ${sysconfdir}/${BPN}-1 polkitd" | 72 | USERADD_PARAM:${PN} = "--system --no-create-home --user-group --home-dir ${sysconfdir}/${BPN}-1 polkitd" |
73 | 73 | ||
74 | do_install_append() { | 74 | do_install:append() { |
75 | if ${@bb.utils.contains('DISTRO_FEATURES', 'polkit', 'true', 'false', d)}; then | 75 | if ${@bb.utils.contains('DISTRO_FEATURES', 'polkit', 'true', 'false', d)}; then |
76 | # Fix up permissions on polkit rules.d to work with rpm4 constraints | 76 | # Fix up permissions on polkit rules.d to work with rpm4 constraints |
77 | chmod 700 ${D}/${datadir}/polkit-1/rules.d | 77 | chmod 700 ${D}/${datadir}/polkit-1/rules.d |
diff --git a/meta-gnome/recipes-gnome/libgdata/libgdata_0.18.1.bb b/meta-gnome/recipes-gnome/libgdata/libgdata_0.18.1.bb index a65ed051c7..aaefcecb7b 100644 --- a/meta-gnome/recipes-gnome/libgdata/libgdata_0.18.1.bb +++ b/meta-gnome/recipes-gnome/libgdata/libgdata_0.18.1.bb | |||
@@ -17,7 +17,7 @@ inherit gnomebase pkgconfig gettext gtk-doc vala gobject-introspection manpages | |||
17 | # gcr | 17 | # gcr |
18 | REQUIRED_DISTRO_FEATURES = "x11" | 18 | REQUIRED_DISTRO_FEATURES = "x11" |
19 | 19 | ||
20 | do_compile_prepend() { | 20 | do_compile:prepend() { |
21 | export GIR_EXTRA_LIBS_PATH="${B}/gdata/.libs" | 21 | export GIR_EXTRA_LIBS_PATH="${B}/gdata/.libs" |
22 | } | 22 | } |
23 | 23 | ||
diff --git a/meta-gnome/recipes-gnome/libgsf/libgsf_1.14.47.bb b/meta-gnome/recipes-gnome/libgsf/libgsf_1.14.47.bb index 6d82b35eb9..8748a027c6 100644 --- a/meta-gnome/recipes-gnome/libgsf/libgsf_1.14.47.bb +++ b/meta-gnome/recipes-gnome/libgsf/libgsf_1.14.47.bb | |||
@@ -20,4 +20,4 @@ EXTRA_OECONF = "\ | |||
20 | --with-bz2 \ | 20 | --with-bz2 \ |
21 | " | 21 | " |
22 | 22 | ||
23 | FILES_${PN} += "${datadir}/thumbnailers" | 23 | FILES:${PN} += "${datadir}/thumbnailers" |
diff --git a/meta-gnome/recipes-gnome/libgtkstylus/libgtkstylus_0.5.bb b/meta-gnome/recipes-gnome/libgtkstylus/libgtkstylus_0.5.bb index a990bfcfd9..2a6e185111 100644 --- a/meta-gnome/recipes-gnome/libgtkstylus/libgtkstylus_0.5.bb +++ b/meta-gnome/recipes-gnome/libgtkstylus/libgtkstylus_0.5.bb | |||
@@ -14,7 +14,7 @@ SRC_URI = "http://burtonini.com/temp/${BP}.tar.gz \ | |||
14 | SRC_URI[md5sum] = "fa1c82cd9fd2fafd7ff10d78eb5781c5" | 14 | SRC_URI[md5sum] = "fa1c82cd9fd2fafd7ff10d78eb5781c5" |
15 | SRC_URI[sha256sum] = "383e0a22a537f653b8d41688277560f95678a042967198085ec7caa1a5cc2f4c" | 15 | SRC_URI[sha256sum] = "383e0a22a537f653b8d41688277560f95678a042967198085ec7caa1a5cc2f4c" |
16 | 16 | ||
17 | do_install_append() { | 17 | do_install:append() { |
18 | install -d ${D}/${sysconfdir}/X11/Xsession.d | 18 | install -d ${D}/${sysconfdir}/X11/Xsession.d |
19 | install -m 755 ${WORKDIR}/gtkstylus.sh ${D}/${sysconfdir}/X11/Xsession.d/45gtkstylus | 19 | install -m 755 ${WORKDIR}/gtkstylus.sh ${D}/${sysconfdir}/X11/Xsession.d/45gtkstylus |
20 | } | 20 | } |
@@ -22,8 +22,8 @@ do_install_append() { | |||
22 | # Horrible but rpm falls over if you use '*' | 22 | # Horrible but rpm falls over if you use '*' |
23 | GTKVER = "2.10.0" | 23 | GTKVER = "2.10.0" |
24 | 24 | ||
25 | FILES_${PN} = "${sysconfdir} \ | 25 | FILES:${PN} = "${sysconfdir} \ |
26 | ${libdir}/gtk-2.0/${GTKVER}/modules/libgtkstylus.so.*" | 26 | ${libdir}/gtk-2.0/${GTKVER}/modules/libgtkstylus.so.*" |
27 | FILES_${PN}-dbg += "${libdir}/gtk-2.0/${GTKVER}/modules/.debug" | 27 | FILES:${PN}-dbg += "${libdir}/gtk-2.0/${GTKVER}/modules/.debug" |
28 | FILES_${PN}-dev += "${libdir}/gtk-2.0/${GTKVER}/modules/libgtkstylus.so" | 28 | FILES:${PN}-dev += "${libdir}/gtk-2.0/${GTKVER}/modules/libgtkstylus.so" |
29 | FILES_${PN}-staticdev += "${libdir}/gtk-2.0/${GTKVER}/modules/libgtkstylus.*a" | 29 | FILES:${PN}-staticdev += "${libdir}/gtk-2.0/${GTKVER}/modules/libgtkstylus.*a" |
diff --git a/meta-gnome/recipes-gnome/libgweather/libgweather_3.36.2.bb b/meta-gnome/recipes-gnome/libgweather/libgweather_3.36.2.bb index c2cb2f19be..69fe9552f0 100644 --- a/meta-gnome/recipes-gnome/libgweather/libgweather_3.36.2.bb +++ b/meta-gnome/recipes-gnome/libgweather/libgweather_3.36.2.bb | |||
@@ -12,7 +12,7 @@ SRC_URI[archive.sha256sum] = "ee1201a8fc25c14e940d3b26db49a34947c8aebf67dee01ee6 | |||
12 | 12 | ||
13 | # gobject-introspection is mandatory and cannot be configured | 13 | # gobject-introspection is mandatory and cannot be configured |
14 | REQUIRED_DISTRO_FEATURES = "gobject-introspection-data" | 14 | REQUIRED_DISTRO_FEATURES = "gobject-introspection-data" |
15 | UNKNOWN_CONFIGURE_WHITELIST_append = " introspection" | 15 | UNKNOWN_CONFIGURE_WHITELIST:append = " introspection" |
16 | 16 | ||
17 | GTKDOC_MESON_OPTION = "gtk_doc" | 17 | GTKDOC_MESON_OPTION = "gtk_doc" |
18 | 18 | ||
diff --git a/meta-gnome/recipes-gnome/libtimezonemap/libtimezonemap_0.4.6.bb b/meta-gnome/recipes-gnome/libtimezonemap/libtimezonemap_0.4.6.bb index a0874521ef..c74e1d4388 100644 --- a/meta-gnome/recipes-gnome/libtimezonemap/libtimezonemap_0.4.6.bb +++ b/meta-gnome/recipes-gnome/libtimezonemap/libtimezonemap_0.4.6.bb | |||
@@ -16,6 +16,6 @@ inherit features_check autotools pkgconfig gobject-introspection | |||
16 | 16 | ||
17 | REQUIRED_DISTRO_FEATURES = "x11" | 17 | REQUIRED_DISTRO_FEATURES = "x11" |
18 | 18 | ||
19 | do_configure_prepend() { | 19 | do_configure:prepend() { |
20 | (cd ${S}; NOCONFIGURE="yes" . ${S}/autogen.sh) | 20 | (cd ${S}; NOCONFIGURE="yes" . ${S}/autogen.sh) |
21 | } | 21 | } |
diff --git a/meta-gnome/recipes-gnome/libwnck/libwnck_2.31.0.bb b/meta-gnome/recipes-gnome/libwnck/libwnck_2.31.0.bb index 9eb041c27f..d1f36a94d2 100644 --- a/meta-gnome/recipes-gnome/libwnck/libwnck_2.31.0.bb +++ b/meta-gnome/recipes-gnome/libwnck/libwnck_2.31.0.bb | |||
@@ -14,7 +14,7 @@ REQUIRED_DISTRO_FEATURES = "x11" | |||
14 | SRC_URI[archive.md5sum] = "f03e1139296e2a3a92e3b65a3080cd32" | 14 | SRC_URI[archive.md5sum] = "f03e1139296e2a3a92e3b65a3080cd32" |
15 | SRC_URI[archive.sha256sum] = "83f732d20781fc88b22cdc6aaf2d4f388db6d3d4ff28d1a8fd45be9fb7743a9e" | 15 | SRC_URI[archive.sha256sum] = "83f732d20781fc88b22cdc6aaf2d4f388db6d3d4ff28d1a8fd45be9fb7743a9e" |
16 | 16 | ||
17 | do_install_append() { | 17 | do_install:append() { |
18 | # to avoid conflicts with libwnck3 remove cmdline tools | 18 | # to avoid conflicts with libwnck3 remove cmdline tools |
19 | # if the tools are requrired add libwnck3 to your image | 19 | # if the tools are requrired add libwnck3 to your image |
20 | rm ${D}${bindir}/wnckprop | 20 | rm ${D}${bindir}/wnckprop |
diff --git a/meta-gnome/recipes-gnome/libxklavier/libxklavier_5.4.bb b/meta-gnome/recipes-gnome/libxklavier/libxklavier_5.4.bb index 3cef0d2e50..e47d74b7b8 100644 --- a/meta-gnome/recipes-gnome/libxklavier/libxklavier_5.4.bb +++ b/meta-gnome/recipes-gnome/libxklavier/libxklavier_5.4.bb | |||
@@ -8,7 +8,7 @@ inherit autotools pkgconfig gettext gobject-introspection features_check | |||
8 | 8 | ||
9 | REQUIRED_DISTRO_FEATURES = "x11" | 9 | REQUIRED_DISTRO_FEATURES = "x11" |
10 | 10 | ||
11 | RDEPENDS_${PN} += "iso-codes xkbcomp" | 11 | RDEPENDS:${PN} += "iso-codes xkbcomp" |
12 | 12 | ||
13 | SRC_URI = " \ | 13 | SRC_URI = " \ |
14 | http://pkgs.fedoraproject.org/repo/pkgs/${BPN}/${BPN}-${PV}.tar.bz2/13af74dcb6011ecedf1e3ed122bd31fa/${BPN}-${PV}.tar.bz2 \ | 14 | http://pkgs.fedoraproject.org/repo/pkgs/${BPN}/${BPN}-${PV}.tar.bz2/13af74dcb6011ecedf1e3ed122bd31fa/${BPN}-${PV}.tar.bz2 \ |
@@ -18,16 +18,16 @@ SRC_URI = " \ | |||
18 | SRC_URI[md5sum] = "13af74dcb6011ecedf1e3ed122bd31fa" | 18 | SRC_URI[md5sum] = "13af74dcb6011ecedf1e3ed122bd31fa" |
19 | SRC_URI[sha256sum] = "17a34194df5cbcd3b7bfd0f561d95d1f723aa1c87fca56bc2c209514460a9320" | 19 | SRC_URI[sha256sum] = "17a34194df5cbcd3b7bfd0f561d95d1f723aa1c87fca56bc2c209514460a9320" |
20 | 20 | ||
21 | FILES_${PN} += "${datadir}/*" | 21 | FILES:${PN} += "${datadir}/*" |
22 | 22 | ||
23 | EXTRA_OECONF = "--with-xkb-bin-base=${bindir}" | 23 | EXTRA_OECONF = "--with-xkb-bin-base=${bindir}" |
24 | 24 | ||
25 | do_configure_append() { | 25 | do_configure:append() { |
26 | find ${B} -name Makefile | xargs sed -i s:'-I$(includedir)':'-I.':g | 26 | find ${B} -name Makefile | xargs sed -i s:'-I$(includedir)':'-I.':g |
27 | find ${B} -name Makefile | xargs sed -i s:'-I/usr/include':'-I${STAGING_INCDIR}':g | 27 | find ${B} -name Makefile | xargs sed -i s:'-I/usr/include':'-I${STAGING_INCDIR}':g |
28 | } | 28 | } |
29 | 29 | ||
30 | do_compile_append() { | 30 | do_compile:append() { |
31 | sed -i -e s:${STAGING_DIR_TARGET}::g \ | 31 | sed -i -e s:${STAGING_DIR_TARGET}::g \ |
32 | -e s:/${TARGET_SYS}::g \ | 32 | -e s:/${TARGET_SYS}::g \ |
33 | libxklavier.pc | 33 | libxklavier.pc |
diff --git a/meta-gnome/recipes-gnome/metacity/metacity_3.40.0.bb b/meta-gnome/recipes-gnome/metacity/metacity_3.40.0.bb index 5865ca73de..a5c7047407 100644 --- a/meta-gnome/recipes-gnome/metacity/metacity_3.40.0.bb +++ b/meta-gnome/recipes-gnome/metacity/metacity_3.40.0.bb | |||
@@ -30,10 +30,10 @@ PACKAGECONFIG[xinerama] = "--enable-xinerama,--disable-xinerama,libxinerama" | |||
30 | # enable as neccessary until new warnings are dealt with | 30 | # enable as neccessary until new warnings are dealt with |
31 | PACKAGECONFIG[werror] = "--enable-Werror,--disable-Werror,," | 31 | PACKAGECONFIG[werror] = "--enable-Werror,--disable-Werror,," |
32 | 32 | ||
33 | FILES_${PN} += " \ | 33 | FILES:${PN} += " \ |
34 | ${datadir}/themes \ | 34 | ${datadir}/themes \ |
35 | ${datadir}/gnome-control-center \ | 35 | ${datadir}/gnome-control-center \ |
36 | ${datadir}/gnome\ | 36 | ${datadir}/gnome\ |
37 | " | 37 | " |
38 | 38 | ||
39 | RDEPENDS_${PN} += "gsettings-desktop-schemas" | 39 | RDEPENDS:${PN} += "gsettings-desktop-schemas" |
diff --git a/meta-gnome/recipes-gnome/mutter/mutter_3.34.6.bb b/meta-gnome/recipes-gnome/mutter/mutter_3.34.6.bb index c7f91f0db6..72e776719e 100644 --- a/meta-gnome/recipes-gnome/mutter/mutter_3.34.6.bb +++ b/meta-gnome/recipes-gnome/mutter/mutter_3.34.6.bb | |||
@@ -63,7 +63,7 @@ PACKAGECONFIG[wayland-eglstream] = "-Dwayland_eglstream=true,-Dwayland_eglstream | |||
63 | # yes they changed from mutter-4 -> mutter-5 recently so be perpared | 63 | # yes they changed from mutter-4 -> mutter-5 recently so be perpared |
64 | MUTTER_API_NAME = "mutter-5" | 64 | MUTTER_API_NAME = "mutter-5" |
65 | 65 | ||
66 | do_install_append() { | 66 | do_install:append() { |
67 | # Add gir links in standard paths. That makes dependents life much easier | 67 | # Add gir links in standard paths. That makes dependents life much easier |
68 | # to find them | 68 | # to find them |
69 | install -d ${D}${datadir}/gir-1.0 | 69 | install -d ${D}${datadir}/gir-1.0 |
@@ -75,23 +75,23 @@ do_install_append() { | |||
75 | 75 | ||
76 | PACKAGES =+ "${PN}-tests" | 76 | PACKAGES =+ "${PN}-tests" |
77 | 77 | ||
78 | FILES_${PN} += " \ | 78 | FILES:${PN} += " \ |
79 | ${datadir}/gnome-control-center \ | 79 | ${datadir}/gnome-control-center \ |
80 | ${libdir}/${MUTTER_API_NAME}/lib*${SOLIBS} \ | 80 | ${libdir}/${MUTTER_API_NAME}/lib*${SOLIBS} \ |
81 | ${libdir}/${MUTTER_API_NAME}/*.typelib \ | 81 | ${libdir}/${MUTTER_API_NAME}/*.typelib \ |
82 | ${libdir}/${MUTTER_API_NAME}/plugins \ | 82 | ${libdir}/${MUTTER_API_NAME}/plugins \ |
83 | " | 83 | " |
84 | 84 | ||
85 | FILES_${PN}-tests += " \ | 85 | FILES:${PN}-tests += " \ |
86 | ${datadir}/installed-tests \ | 86 | ${datadir}/installed-tests \ |
87 | ${datadir}/${MUTTER_API_NAME}/tests \ | 87 | ${datadir}/${MUTTER_API_NAME}/tests \ |
88 | ${libexecdir}/installed-tests/${MUTTER_API_NAME} \ | 88 | ${libexecdir}/installed-tests/${MUTTER_API_NAME} \ |
89 | " | 89 | " |
90 | 90 | ||
91 | FILES_${PN}-dev += " \ | 91 | FILES:${PN}-dev += " \ |
92 | ${libdir}/${MUTTER_API_NAME}/*.gir \ | 92 | ${libdir}/${MUTTER_API_NAME}/*.gir \ |
93 | ${libdir}/${MUTTER_API_NAME}/lib*.so \ | 93 | ${libdir}/${MUTTER_API_NAME}/lib*.so \ |
94 | " | 94 | " |
95 | 95 | ||
96 | RDEPENDS_${PN} += "zenity" | 96 | RDEPENDS:${PN} += "zenity" |
97 | 97 | ||
diff --git a/meta-gnome/recipes-gnome/nautilus/nautilus_40.2.bb b/meta-gnome/recipes-gnome/nautilus/nautilus_40.2.bb index ee58df2b37..3e6a5ba711 100644 --- a/meta-gnome/recipes-gnome/nautilus/nautilus_40.2.bb +++ b/meta-gnome/recipes-gnome/nautilus/nautilus_40.2.bb | |||
@@ -33,7 +33,7 @@ EXTRA_OEMESON += " \ | |||
33 | PACKAGECONFIG = "extensions" | 33 | PACKAGECONFIG = "extensions" |
34 | PACKAGECONFIG[extensions] = "-Dextensions=true,-Dextensions=false, gexiv2 gstreamer1.0-plugins-base" | 34 | PACKAGECONFIG[extensions] = "-Dextensions=true,-Dextensions=false, gexiv2 gstreamer1.0-plugins-base" |
35 | 35 | ||
36 | FILES_${PN} += " \ | 36 | FILES:${PN} += " \ |
37 | ${datadir}/dbus-1 \ | 37 | ${datadir}/dbus-1 \ |
38 | ${datadir}/metainfo \ | 38 | ${datadir}/metainfo \ |
39 | ${datadir}/gnome-shell \ | 39 | ${datadir}/gnome-shell \ |
@@ -42,4 +42,4 @@ FILES_${PN} += " \ | |||
42 | 42 | ||
43 | # mandatory - not checked during configuration: | 43 | # mandatory - not checked during configuration: |
44 | # | (org.gnome.Nautilus:863): GLib-GIO-ERROR **: 21:03:52.326: Settings schema 'org.freedesktop.Tracker.Miner.Files' is not installed | 44 | # | (org.gnome.Nautilus:863): GLib-GIO-ERROR **: 21:03:52.326: Settings schema 'org.freedesktop.Tracker.Miner.Files' is not installed |
45 | RDEPENDS_${PN} += "tracker-miners" | 45 | RDEPENDS:${PN} += "tracker-miners" |
diff --git a/meta-gnome/recipes-gnome/rest/rest_0.8.1.bb b/meta-gnome/recipes-gnome/rest/rest_0.8.1.bb index e875f7a7d0..47e3f8dbbf 100644 --- a/meta-gnome/recipes-gnome/rest/rest_0.8.1.bb +++ b/meta-gnome/recipes-gnome/rest/rest_0.8.1.bb | |||
@@ -22,12 +22,12 @@ SRC_URI[archive.sha256sum] = "0513aad38e5d3cedd4ae3c551634e3be1b9baaa79775e53b2d | |||
22 | # [1] https://gitlab.gnome.org/GNOME/librest/commit/8f904a8e2bb38a7bf72245cdf2f1ecad17e9a720 | 22 | # [1] https://gitlab.gnome.org/GNOME/librest/commit/8f904a8e2bb38a7bf72245cdf2f1ecad17e9a720 |
23 | EXTRA_OECONF = "--without-gnome" | 23 | EXTRA_OECONF = "--without-gnome" |
24 | 24 | ||
25 | do_configure_prepend() { | 25 | do_configure:prepend() { |
26 | # rest expects introspection.m4 at custom location (see aclocal.m4). | 26 | # rest expects introspection.m4 at custom location (see aclocal.m4). |
27 | cp -f ${STAGING_DIR_TARGET}/${datadir}/aclocal/introspection.m4 ${S}/build | 27 | cp -f ${STAGING_DIR_TARGET}/${datadir}/aclocal/introspection.m4 ${S}/build |
28 | } | 28 | } |
29 | 29 | ||
30 | do_compile_prepend() { | 30 | do_compile:prepend() { |
31 | export GIR_EXTRA_LIBS_PATH="${B}/rest/.libs" | 31 | export GIR_EXTRA_LIBS_PATH="${B}/rest/.libs" |
32 | } | 32 | } |
33 | 33 | ||
diff --git a/meta-gnome/recipes-gnome/sysprof/sysprof_3.36.0.bb b/meta-gnome/recipes-gnome/sysprof/sysprof_3.36.0.bb index e9fa25c63b..1f8351fc39 100644 --- a/meta-gnome/recipes-gnome/sysprof/sysprof_3.36.0.bb +++ b/meta-gnome/recipes-gnome/sysprof/sysprof_3.36.0.bb | |||
@@ -33,9 +33,9 @@ EXTRA_OEMESON += "-Dsystemdunitdir=${systemd_unitdir}/system" | |||
33 | SOLIBS = ".so" | 33 | SOLIBS = ".so" |
34 | FILES_SOLIBSDEV = "" | 34 | FILES_SOLIBSDEV = "" |
35 | 35 | ||
36 | SYSTEMD_SERVICE_${PN} = "${@bb.utils.contains('PACKAGECONFIG', 'sysprofd', 'sysprof2.service sysprof3.service', '', d)}" | 36 | SYSTEMD_SERVICE:${PN} = "${@bb.utils.contains('PACKAGECONFIG', 'sysprofd', 'sysprof2.service sysprof3.service', '', d)}" |
37 | 37 | ||
38 | FILES_${PN} += " \ | 38 | FILES:${PN} += " \ |
39 | ${datadir}/dbus-1/system-services \ | 39 | ${datadir}/dbus-1/system-services \ |
40 | ${datadir}/dbus-1/system.d \ | 40 | ${datadir}/dbus-1/system.d \ |
41 | ${datadir}/dbus-1/interfaces \ | 41 | ${datadir}/dbus-1/interfaces \ |
diff --git a/meta-gnome/recipes-gnome/tepl/tepl_6.00.0.bb b/meta-gnome/recipes-gnome/tepl/tepl_6.00.0.bb index dd0242f4c5..755cb964c3 100644 --- a/meta-gnome/recipes-gnome/tepl/tepl_6.00.0.bb +++ b/meta-gnome/recipes-gnome/tepl/tepl_6.00.0.bb | |||
@@ -19,6 +19,6 @@ SRC_URI[archive.sha256sum] = "a86397a895dca9c0de7a5ccb063bda8f7ef691cccb950ce2cf | |||
19 | 19 | ||
20 | # gobject-introspection is mandatory and cannot be configured | 20 | # gobject-introspection is mandatory and cannot be configured |
21 | REQUIRED_DISTRO_FEATURES = "gobject-introspection-data" | 21 | REQUIRED_DISTRO_FEATURES = "gobject-introspection-data" |
22 | UNKNOWN_CONFIGURE_WHITELIST_append = " introspection" | 22 | UNKNOWN_CONFIGURE_WHITELIST:append = " introspection" |
23 | 23 | ||
24 | GTKDOC_MESON_OPTION = "gtk_doc" | 24 | GTKDOC_MESON_OPTION = "gtk_doc" |
diff --git a/meta-gnome/recipes-gnome/tracker/tracker-miners_3.1.1.bb b/meta-gnome/recipes-gnome/tracker/tracker-miners_3.1.1.bb index 7287ec23dd..c2de723ac9 100644 --- a/meta-gnome/recipes-gnome/tracker/tracker-miners_3.1.1.bb +++ b/meta-gnome/recipes-gnome/tracker/tracker-miners_3.1.1.bb | |||
@@ -20,7 +20,7 @@ SRC_URI += "file://0001-meson.build-Just-warn-if-we-build-without-libseccomp.pat | |||
20 | 20 | ||
21 | # gobject-introspection is mandatory and cannot be configured | 21 | # gobject-introspection is mandatory and cannot be configured |
22 | REQUIRED_DISTRO_FEATURES = "gobject-introspection-data" | 22 | REQUIRED_DISTRO_FEATURES = "gobject-introspection-data" |
23 | UNKNOWN_CONFIGURE_WHITELIST_append = " introspection" | 23 | UNKNOWN_CONFIGURE_WHITELIST:append = " introspection" |
24 | 24 | ||
25 | PACKAGECONFIG ??= " \ | 25 | PACKAGECONFIG ??= " \ |
26 | ${@bb.utils.contains("LICENSE_FLAGS_WHITELIST", "commercial", "ffmpeg", "", d)} \ | 26 | ${@bb.utils.contains("LICENSE_FLAGS_WHITELIST", "commercial", "ffmpeg", "", d)} \ |
@@ -65,7 +65,7 @@ EXTRA_OEMESON += " \ | |||
65 | -Dsystemd_user_services_dir=${systemd_user_unitdir} \ | 65 | -Dsystemd_user_services_dir=${systemd_user_unitdir} \ |
66 | " | 66 | " |
67 | 67 | ||
68 | FILES_${PN} += " \ | 68 | FILES:${PN} += " \ |
69 | ${datadir}/dbus-1 \ | 69 | ${datadir}/dbus-1 \ |
70 | ${datadir}/tracker3-miners \ | 70 | ${datadir}/tracker3-miners \ |
71 | ${libdir}/tracker-miners-3.0 \ | 71 | ${libdir}/tracker-miners-3.0 \ |
diff --git a/meta-gnome/recipes-gnome/tracker/tracker_3.1.1.bb b/meta-gnome/recipes-gnome/tracker/tracker_3.1.1.bb index 7d9fe9b8e1..b16a5a2ea8 100644 --- a/meta-gnome/recipes-gnome/tracker/tracker_3.1.1.bb +++ b/meta-gnome/recipes-gnome/tracker/tracker_3.1.1.bb | |||
@@ -25,14 +25,14 @@ SRC_URI[archive.sha256sum] = "4376e2e98454066f44f7a242e45b99b3bfe4c03b67fab19abb | |||
25 | 25 | ||
26 | # gobject-introspection is mandatory and cannot be configured | 26 | # gobject-introspection is mandatory and cannot be configured |
27 | REQUIRED_DISTRO_FEATURES = "gobject-introspection-data" | 27 | REQUIRED_DISTRO_FEATURES = "gobject-introspection-data" |
28 | UNKNOWN_CONFIGURE_WHITELIST_append = " introspection" | 28 | UNKNOWN_CONFIGURE_WHITELIST:append = " introspection" |
29 | 29 | ||
30 | # text search is not an option anymore and requires sqlite3 build with | 30 | # text search is not an option anymore and requires sqlite3 build with |
31 | # PACKAGECONFIG[fts5] set (default) | 31 | # PACKAGECONFIG[fts5] set (default) |
32 | 32 | ||
33 | # set required cross property sqlite3_has_fts5 | 33 | # set required cross property sqlite3_has_fts5 |
34 | do_write_config[vardeps] += "PACKAGECONFIG" | 34 | do_write_config[vardeps] += "PACKAGECONFIG" |
35 | do_write_config_append() { | 35 | do_write_config:append() { |
36 | echo "[properties]" > ${WORKDIR}/meson-tracker.cross | 36 | echo "[properties]" > ${WORKDIR}/meson-tracker.cross |
37 | echo "sqlite3_has_fts5 = 'true'" >> ${WORKDIR}/meson-tracker.cross | 37 | echo "sqlite3_has_fts5 = 'true'" >> ${WORKDIR}/meson-tracker.cross |
38 | } | 38 | } |
@@ -44,7 +44,7 @@ EXTRA_OEMESON = " \ | |||
44 | -Dsystemd_user_services_dir=${systemd_user_unitdir} \ | 44 | -Dsystemd_user_services_dir=${systemd_user_unitdir} \ |
45 | " | 45 | " |
46 | 46 | ||
47 | FILES_${PN} += " \ | 47 | FILES:${PN} += " \ |
48 | ${datadir}/dbus-1 \ | 48 | ${datadir}/dbus-1 \ |
49 | ${datadir}/tracker3 \ | 49 | ${datadir}/tracker3 \ |
50 | ${libdir}/tracker-3.0 \ | 50 | ${libdir}/tracker-3.0 \ |
diff --git a/meta-gnome/recipes-gnome/yelp/yelp-tools_40.0.bb b/meta-gnome/recipes-gnome/yelp/yelp-tools_40.0.bb index f58c9ee4d6..0e7f499bc0 100644 --- a/meta-gnome/recipes-gnome/yelp/yelp-tools_40.0.bb +++ b/meta-gnome/recipes-gnome/yelp/yelp-tools_40.0.bb | |||
@@ -18,6 +18,6 @@ DEPENDS += " \ | |||
18 | 18 | ||
19 | SRC_URI[archive.sha256sum] = "664bacf2f3dd65ef00a43f79487351ab64a6c4c629c56ac0ceb1723c2eb66aae" | 19 | SRC_URI[archive.sha256sum] = "664bacf2f3dd65ef00a43f79487351ab64a6c4c629c56ac0ceb1723c2eb66aae" |
20 | 20 | ||
21 | RDEPENDS_${PN} += "python3-core yelp-xsl" | 21 | RDEPENDS:${PN} += "python3-core yelp-xsl" |
22 | 22 | ||
23 | BBCLASSEXTEND = "native" | 23 | BBCLASSEXTEND = "native" |
diff --git a/meta-gnome/recipes-gnome/yelp/yelp-xsl_40.2.bb b/meta-gnome/recipes-gnome/yelp/yelp-xsl_40.2.bb index 99b6667605..9ac88c1fe3 100644 --- a/meta-gnome/recipes-gnome/yelp/yelp-xsl_40.2.bb +++ b/meta-gnome/recipes-gnome/yelp/yelp-xsl_40.2.bb | |||
@@ -12,9 +12,9 @@ DEPENDS += "libxml2" | |||
12 | 12 | ||
13 | SRC_URI[archive.sha256sum] = "919c552f846aaec741fe51d5af416b469bcdb25c77effc3b5a15a4b4b7ff814e" | 13 | SRC_URI[archive.sha256sum] = "919c552f846aaec741fe51d5af416b469bcdb25c77effc3b5a15a4b4b7ff814e" |
14 | 14 | ||
15 | RDEPENDS_${PN}_append_class-target = " libxml2 itstool" | 15 | RDEPENDS:${PN}:append:class-target = " libxml2 itstool" |
16 | 16 | ||
17 | # ensure our native consumers are forced to inherit itstool | 17 | # ensure our native consumers are forced to inherit itstool |
18 | RDEPENDS_${PN}_append_class-native = " libxml2-native" | 18 | RDEPENDS:${PN}:append:class-native = " libxml2-native" |
19 | 19 | ||
20 | BBCLASSEXTEND = "native" | 20 | BBCLASSEXTEND = "native" |
diff --git a/meta-gnome/recipes-gnome/yelp/yelp_40.3.bb b/meta-gnome/recipes-gnome/yelp/yelp_40.3.bb index 3ea497845e..c179a618ba 100644 --- a/meta-gnome/recipes-gnome/yelp/yelp_40.3.bb +++ b/meta-gnome/recipes-gnome/yelp/yelp_40.3.bb | |||
@@ -22,13 +22,13 @@ DEPENDS += " \ | |||
22 | yelp-xsl \ | 22 | yelp-xsl \ |
23 | " | 23 | " |
24 | 24 | ||
25 | do_configure_prepend() { | 25 | do_configure:prepend() { |
26 | export ITSTOOL=${STAGING_BINDIR_NATIVE}/itstool | 26 | export ITSTOOL=${STAGING_BINDIR_NATIVE}/itstool |
27 | } | 27 | } |
28 | 28 | ||
29 | FILES_${PN} += " \ | 29 | FILES:${PN} += " \ |
30 | ${datadir}/metainfo \ | 30 | ${datadir}/metainfo \ |
31 | ${datadir}/yelp-xsl \ | 31 | ${datadir}/yelp-xsl \ |
32 | " | 32 | " |
33 | 33 | ||
34 | RDEPENDS_${PN} += "yelp-xsl" | 34 | RDEPENDS:${PN} += "yelp-xsl" |
diff --git a/meta-gnome/recipes-gnome/zenity/zenity_3.32.0.bb b/meta-gnome/recipes-gnome/zenity/zenity_3.32.0.bb index c6883ae449..f5f1f998ff 100644 --- a/meta-gnome/recipes-gnome/zenity/zenity_3.32.0.bb +++ b/meta-gnome/recipes-gnome/zenity/zenity_3.32.0.bb | |||
@@ -16,7 +16,7 @@ REQUIRED_DISTRO_FEATURES = "x11" | |||
16 | SRC_URI[archive.md5sum] = "ba2b2a13248773b4ec0fd323d95e6d5a" | 16 | SRC_URI[archive.md5sum] = "ba2b2a13248773b4ec0fd323d95e6d5a" |
17 | SRC_URI[archive.sha256sum] = "e786e733569c97372c3ef1776e71be7e7599ebe87e11e8ad67dcc2e63a82cd95" | 17 | SRC_URI[archive.sha256sum] = "e786e733569c97372c3ef1776e71be7e7599ebe87e11e8ad67dcc2e63a82cd95" |
18 | 18 | ||
19 | do_install_append() { | 19 | do_install:append() { |
20 | # Remove gdialog compatibility helper - we don't want to pull in perl | 20 | # Remove gdialog compatibility helper - we don't want to pull in perl |
21 | rm ${D}${bindir}/gdialog | 21 | rm ${D}${bindir}/gdialog |
22 | } | 22 | } |
diff --git a/meta-gnome/recipes-graphics/clutter/clutter-1.0.inc b/meta-gnome/recipes-graphics/clutter/clutter-1.0.inc index 80472178be..b91bc30488 100644 --- a/meta-gnome/recipes-graphics/clutter/clutter-1.0.inc +++ b/meta-gnome/recipes-graphics/clutter/clutter-1.0.inc | |||
@@ -41,9 +41,9 @@ PACKAGECONFIG ??= "egl gdk \ | |||
41 | ${@bb.utils.filter('DISTRO_FEATURES', 'wayland', d)} \ | 41 | ${@bb.utils.filter('DISTRO_FEATURES', 'wayland', d)} \ |
42 | ${@bb.utils.contains('DISTRO_FEATURES', 'x11', 'glx x11', '', d)}" | 42 | ${@bb.utils.contains('DISTRO_FEATURES', 'x11', 'glx x11', '', d)}" |
43 | 43 | ||
44 | FILES_${PN}-examples = "${libdir}/clutter/examples" | 44 | FILES:${PN}-examples = "${libdir}/clutter/examples" |
45 | 45 | ||
46 | do_configure_prepend() { | 46 | do_configure:prepend() { |
47 | # see https://bugzilla.gnome.org/show_bug.cgi?id=661128 for this | 47 | # see https://bugzilla.gnome.org/show_bug.cgi?id=661128 for this |
48 | touch -t 200001010000 ${S}/po/clutter-1.0.pot | 48 | touch -t 200001010000 ${S}/po/clutter-1.0.pot |
49 | } | 49 | } |
diff --git a/meta-gnome/recipes-graphics/clutter/clutter-gst-3.0.inc b/meta-gnome/recipes-graphics/clutter/clutter-gst-3.0.inc index 73315c97ec..8c6d0b3a07 100644 --- a/meta-gnome/recipes-graphics/clutter/clutter-gst-3.0.inc +++ b/meta-gnome/recipes-graphics/clutter/clutter-gst-3.0.inc | |||
@@ -15,9 +15,9 @@ export GST_PLUGIN_SCANNER_1_0="${S}/gst-plugin-scanner-dummy" | |||
15 | SRC_URI += "file://0001-Install-example-binary-needed-for-core-image-clutter.patch" | 15 | SRC_URI += "file://0001-Install-example-binary-needed-for-core-image-clutter.patch" |
16 | 16 | ||
17 | DEPENDS = "gstreamer1.0-plugins-base gstreamer1.0-plugins-bad clutter-1.0 libgudev" | 17 | DEPENDS = "gstreamer1.0-plugins-base gstreamer1.0-plugins-bad clutter-1.0 libgudev" |
18 | RDEPENDS_${PN} += "gstreamer1.0-meta-base" | 18 | RDEPENDS:${PN} += "gstreamer1.0-meta-base" |
19 | PACKAGES =+ "${PN}-examples" | 19 | PACKAGES =+ "${PN}-examples" |
20 | 20 | ||
21 | FILES_${PN} += "${libdir}/gstreamer-1.0/lib*.so" | 21 | FILES:${PN} += "${libdir}/gstreamer-1.0/lib*.so" |
22 | FILES_${PN}-dev += "${libdir}/gstreamer-1.0/*.la" | 22 | FILES:${PN}-dev += "${libdir}/gstreamer-1.0/*.la" |
23 | FILES_${PN}-examples = "${bindir}/video-player ${bindir}/video-sink" | 23 | FILES:${PN}-examples = "${bindir}/video-player ${bindir}/video-sink" |
diff --git a/meta-gnome/recipes-graphics/cogl/cogl-1.0.inc b/meta-gnome/recipes-graphics/cogl/cogl-1.0.inc index d581ad1c04..3da361b3ff 100644 --- a/meta-gnome/recipes-graphics/cogl/cogl-1.0.inc +++ b/meta-gnome/recipes-graphics/cogl/cogl-1.0.inc | |||
@@ -35,7 +35,7 @@ EXTRA_OECONF += "--enable-examples-install \ | |||
35 | --disable-gles1 \ | 35 | --disable-gles1 \ |
36 | --disable-cairo \ | 36 | --disable-cairo \ |
37 | " | 37 | " |
38 | DEBUG_OPTIMIZATION_append = " -Wno-error=maybe-uninitialized" | 38 | DEBUG_OPTIMIZATION:append = " -Wno-error=maybe-uninitialized" |
39 | 39 | ||
40 | # OpenGL/GLX | 40 | # OpenGL/GLX |
41 | PACKAGECONFIG[glx] = "--enable-gl --enable-glx,--disable-gl --disable-glx,${EDEPENDS_GL} ${EDEPENDS_X11},${ERDEPENDS_GL}" | 41 | PACKAGECONFIG[glx] = "--enable-gl --enable-glx,--disable-gl --disable-glx,${EDEPENDS_GL} ${EDEPENDS_X11},${ERDEPENDS_GL}" |
@@ -62,23 +62,23 @@ PACKAGECONFIG ??= "cogl-pango gles2 \ | |||
62 | ${@bb.utils.contains('DISTRO_FEATURES', 'x11', 'glx egl-x11', '', d)} \ | 62 | ${@bb.utils.contains('DISTRO_FEATURES', 'x11', 'glx egl-x11', '', d)} \ |
63 | " | 63 | " |
64 | 64 | ||
65 | do_compile_prepend() { | 65 | do_compile:prepend() { |
66 | export GIR_EXTRA_LIBS_PATH="${B}/cogl/.libs" | 66 | export GIR_EXTRA_LIBS_PATH="${B}/cogl/.libs" |
67 | } | 67 | } |
68 | 68 | ||
69 | FILES_${PN} = "" | 69 | FILES:${PN} = "" |
70 | FILES_${PN}-examples = "${bindir}/* ${datadir}/cogl/examples-data/*" | 70 | FILES:${PN}-examples = "${bindir}/* ${datadir}/cogl/examples-data/*" |
71 | FILES_libcogl = "${libdir}/libcogl${SOLIBS} ${libdir}/girepository-1.0/Cogl-*.typelib" | 71 | FILES:libcogl = "${libdir}/libcogl${SOLIBS} ${libdir}/girepository-1.0/Cogl-*.typelib" |
72 | FILES_libcogl-gles2 = "${libdir}/libcogl-gles2${SOLIBS}" | 72 | FILES:libcogl-gles2 = "${libdir}/libcogl-gles2${SOLIBS}" |
73 | FILES_libcogl-pango = "${libdir}/libcogl-pango${SOLIBS} ${libdir}/girepository-1.0/CoglPango*.typelib" | 73 | FILES:libcogl-pango = "${libdir}/libcogl-pango${SOLIBS} ${libdir}/girepository-1.0/CoglPango*.typelib" |
74 | 74 | ||
75 | FILES_libcogl-path = "${libdir}/libcogl-path${SOLIBS}" | 75 | FILES:libcogl-path = "${libdir}/libcogl-path${SOLIBS}" |
76 | 76 | ||
77 | # For backwards compatibility after Debian-renaming | 77 | # For backwards compatibility after Debian-renaming |
78 | RPROVIDES_libcogl = "cogl-1.0" | 78 | RPROVIDES:libcogl = "cogl-1.0" |
79 | RCONFLICTS_libcogl = "cogl-1.0" | 79 | RCONFLICTS:libcogl = "cogl-1.0" |
80 | RREPLACES_libcogl = "cogl-1.0" | 80 | RREPLACES:libcogl = "cogl-1.0" |
81 | 81 | ||
82 | RDEPENDS_${PN}-dev = "libcogl" | 82 | RDEPENDS:${PN}-dev = "libcogl" |
83 | 83 | ||
84 | COMPATIBLE_HOST_armv4 = 'null' | 84 | COMPATIBLE_HOST:armv4 = 'null' |
diff --git a/meta-gnome/recipes-graphics/packagegroups/packagegroup-core-clutter.bb b/meta-gnome/recipes-graphics/packagegroups/packagegroup-core-clutter.bb index 2e7b47dd40..ee528f75d2 100644 --- a/meta-gnome/recipes-graphics/packagegroups/packagegroup-core-clutter.bb +++ b/meta-gnome/recipes-graphics/packagegroups/packagegroup-core-clutter.bb | |||
@@ -14,8 +14,8 @@ PACKAGES = "\ | |||
14 | ${PN}-core \ | 14 | ${PN}-core \ |
15 | " | 15 | " |
16 | 16 | ||
17 | SUMMARY_${PN}-core = "Clutter graphics library" | 17 | SUMMARY:${PN}-core = "Clutter graphics library" |
18 | RDEPENDS_${PN}-core = "\ | 18 | RDEPENDS:${PN}-core = "\ |
19 | clutter-1.0 \ | 19 | clutter-1.0 \ |
20 | clutter-gst-3.0 \ | 20 | clutter-gst-3.0 \ |
21 | clutter-gtk-1.0 \ | 21 | clutter-gtk-1.0 \ |
diff --git a/meta-gnome/recipes-support/accountsservice/accountsservice_0.6.55.bb b/meta-gnome/recipes-support/accountsservice/accountsservice_0.6.55.bb index edc4890005..a19102e8f6 100644 --- a/meta-gnome/recipes-support/accountsservice/accountsservice_0.6.55.bb +++ b/meta-gnome/recipes-support/accountsservice/accountsservice_0.6.55.bb | |||
@@ -13,7 +13,7 @@ inherit meson gobject-introspection gtk-doc features_check systemd | |||
13 | REQUIRED_DISTRO_FEATURES = "polkit" | 13 | REQUIRED_DISTRO_FEATURES = "polkit" |
14 | 14 | ||
15 | SRC_URI = "https://www.freedesktop.org/software/${BPN}/${BPN}-${PV}.tar.xz" | 15 | SRC_URI = "https://www.freedesktop.org/software/${BPN}/${BPN}-${PV}.tar.xz" |
16 | SRC_URI_append_libc-musl = " \ | 16 | SRC_URI:append:libc-musl = " \ |
17 | file://0001-musl-Hack-to-fix-build.patch \ | 17 | file://0001-musl-Hack-to-fix-build.patch \ |
18 | file://0002-musl-add-missing-fgetspent_r.patch \ | 18 | file://0002-musl-add-missing-fgetspent_r.patch \ |
19 | " | 19 | " |
@@ -25,9 +25,9 @@ GTKDOC_MESON_OPTION = "gtk_doc" | |||
25 | PACKAGECONFIG ??= "${@bb.utils.filter('DISTRO_FEATURES', 'systemd', d)}" | 25 | PACKAGECONFIG ??= "${@bb.utils.filter('DISTRO_FEATURES', 'systemd', d)}" |
26 | PACKAGECONFIG[systemd] = "-Dsystemd=true, -Dsystemd=false -Dsystemdsystemunitdir='no', systemd" | 26 | PACKAGECONFIG[systemd] = "-Dsystemd=true, -Dsystemd=false -Dsystemdsystemunitdir='no', systemd" |
27 | 27 | ||
28 | SYSTEMD_SERVICE_${PN} = "accounts-daemon.service" | 28 | SYSTEMD_SERVICE:${PN} = "accounts-daemon.service" |
29 | 29 | ||
30 | FILES_${PN} += " \ | 30 | FILES:${PN} += " \ |
31 | ${datadir}/dbus-1 \ | 31 | ${datadir}/dbus-1 \ |
32 | ${datadir}/polkit-1 \ | 32 | ${datadir}/polkit-1 \ |
33 | " | 33 | " |
diff --git a/meta-gnome/recipes-support/appstream-glib/appstream-glib_0.7.18.bb b/meta-gnome/recipes-support/appstream-glib/appstream-glib_0.7.18.bb index e40354f56c..11d1442783 100644 --- a/meta-gnome/recipes-support/appstream-glib/appstream-glib_0.7.18.bb +++ b/meta-gnome/recipes-support/appstream-glib/appstream-glib_0.7.18.bb | |||
@@ -26,9 +26,9 @@ EXTRA_OEMESON = " \ | |||
26 | -Drpm=false \ | 26 | -Drpm=false \ |
27 | " | 27 | " |
28 | 28 | ||
29 | FILES_${PN} += "${libdir}/asb-plugins-5" | 29 | FILES:${PN} += "${libdir}/asb-plugins-5" |
30 | 30 | ||
31 | FILES_${PN}-dev += " \ | 31 | FILES:${PN}-dev += " \ |
32 | ${datadir}/installed-tests \ | 32 | ${datadir}/installed-tests \ |
33 | ${datadir}/gettext \ | 33 | ${datadir}/gettext \ |
34 | " | 34 | " |
diff --git a/meta-gnome/recipes-support/colord-gtk/colord-gtk_0.2.0.bb b/meta-gnome/recipes-support/colord-gtk/colord-gtk_0.2.0.bb index 7845509ba2..d5fd6a1326 100644 --- a/meta-gnome/recipes-support/colord-gtk/colord-gtk_0.2.0.bb +++ b/meta-gnome/recipes-support/colord-gtk/colord-gtk_0.2.0.bb | |||
@@ -22,4 +22,4 @@ REQUIRED_DISTRO_FEATURES = "gobject-introspection-data" | |||
22 | # colord | 22 | # colord |
23 | REQUIRED_DISTRO_FEATURES += "polkit" | 23 | REQUIRED_DISTRO_FEATURES += "polkit" |
24 | 24 | ||
25 | UNKNOWN_CONFIGURE_WHITELIST_append = " introspection" | 25 | UNKNOWN_CONFIGURE_WHITELIST:append = " introspection" |
diff --git a/meta-gnome/recipes-support/ibus/ibus.bb b/meta-gnome/recipes-support/ibus/ibus.bb index caec455b6d..2d733ce53e 100644 --- a/meta-gnome/recipes-support/ibus/ibus.bb +++ b/meta-gnome/recipes-support/ibus/ibus.bb | |||
@@ -19,19 +19,19 @@ PACKAGECONFIG ??= " \ | |||
19 | ${@bb.utils.filter('DISTRO_FEATURES', 'wayland x11', d)} \ | 19 | ${@bb.utils.filter('DISTRO_FEATURES', 'wayland x11', d)} \ |
20 | " | 20 | " |
21 | 21 | ||
22 | do_configure_prepend() { | 22 | do_configure:prepend() { |
23 | # run native unicode-parser | 23 | # run native unicode-parser |
24 | sed -i 's:$(builddir)/unicode-parser:unicode-parser:g' ${S}/src/Makefile.am | 24 | sed -i 's:$(builddir)/unicode-parser:unicode-parser:g' ${S}/src/Makefile.am |
25 | } | 25 | } |
26 | 26 | ||
27 | FILES_${PN} += " \ | 27 | FILES:${PN} += " \ |
28 | ${datadir}/dbus-1 \ | 28 | ${datadir}/dbus-1 \ |
29 | ${datadir}/GConf \ | 29 | ${datadir}/GConf \ |
30 | ${datadir}/glib-2.0 \ | 30 | ${datadir}/glib-2.0 \ |
31 | ${libdir}/gtk-3.0 \ | 31 | ${libdir}/gtk-3.0 \ |
32 | " | 32 | " |
33 | 33 | ||
34 | FILES_${PN}-dev += " \ | 34 | FILES:${PN}-dev += " \ |
35 | ${datadir}/gettext \ | 35 | ${datadir}/gettext \ |
36 | " | 36 | " |
37 | 37 | ||
diff --git a/meta-gnome/recipes-support/ibus/ibus.inc b/meta-gnome/recipes-support/ibus/ibus.inc index ea413cf4bd..810f369dd0 100644 --- a/meta-gnome/recipes-support/ibus/ibus.inc +++ b/meta-gnome/recipes-support/ibus/ibus.inc | |||
@@ -30,7 +30,7 @@ EXTRA_OECONF = " \ | |||
30 | --disable-python2 \ | 30 | --disable-python2 \ |
31 | " | 31 | " |
32 | 32 | ||
33 | do_configure_prepend() { | 33 | do_configure:prepend() { |
34 | touch ${S}/ChangeLog | 34 | touch ${S}/ChangeLog |
35 | touch ${S}/ABOUT-NLS | 35 | touch ${S}/ABOUT-NLS |
36 | } | 36 | } |
diff --git a/meta-gnome/recipes-support/keybinder/keybinder_3.0.bb b/meta-gnome/recipes-support/keybinder/keybinder_3.0.bb index d567d00d3f..e64fcf1ee6 100644 --- a/meta-gnome/recipes-support/keybinder/keybinder_3.0.bb +++ b/meta-gnome/recipes-support/keybinder/keybinder_3.0.bb | |||
@@ -16,12 +16,12 @@ PV = "3.0+git${SRCPV}" | |||
16 | SRC_URI = "git://github.com/engla/keybinder.git;branch=keybinder-3.0 \ | 16 | SRC_URI = "git://github.com/engla/keybinder.git;branch=keybinder-3.0 \ |
17 | " | 17 | " |
18 | 18 | ||
19 | RDEPENDS_${PN} = "gtk+" | 19 | RDEPENDS:${PN} = "gtk+" |
20 | 20 | ||
21 | inherit features_check autotools gtk-doc gobject-introspection | 21 | inherit features_check autotools gtk-doc gobject-introspection |
22 | 22 | ||
23 | REQUIRED_DISTRO_FEATURES = "x11" | 23 | REQUIRED_DISTRO_FEATURES = "x11" |
24 | do_configure_prepend() { | 24 | do_configure:prepend() { |
25 | touch ${S}/ChangeLog | 25 | touch ${S}/ChangeLog |
26 | } | 26 | } |
27 | 27 | ||
diff --git a/meta-gnome/recipes-support/libstemmer/libstemmer_git.bb b/meta-gnome/recipes-support/libstemmer/libstemmer_git.bb index c1a06c0d0d..b169afcf14 100644 --- a/meta-gnome/recipes-support/libstemmer/libstemmer_git.bb +++ b/meta-gnome/recipes-support/libstemmer/libstemmer_git.bb | |||
@@ -3,7 +3,7 @@ HOMEPAGE = "https://snowballstem.org/" | |||
3 | LICENSE = "BSD-3-Clause" | 3 | LICENSE = "BSD-3-Clause" |
4 | LIC_FILES_CHKSUM = "file://COPYING;md5=19139aaf3c8c8fa1ca6edd59c072fb9f" | 4 | LIC_FILES_CHKSUM = "file://COPYING;md5=19139aaf3c8c8fa1ca6edd59c072fb9f" |
5 | 5 | ||
6 | DEPENDS_class-target = "${BPN}-native" | 6 | DEPENDS:class-target = "${BPN}-native" |
7 | 7 | ||
8 | SRC_URI = "\ | 8 | SRC_URI = "\ |
9 | git://github.com/snowballstem/snowball.git \ | 9 | git://github.com/snowballstem/snowball.git \ |
@@ -18,7 +18,7 @@ inherit lib_package | |||
18 | 18 | ||
19 | BBCLASSEXTEND = "native" | 19 | BBCLASSEXTEND = "native" |
20 | 20 | ||
21 | do_compile_prepend_class-target() { | 21 | do_compile:prepend:class-target() { |
22 | # use native tools | 22 | # use native tools |
23 | sed -i 's:./snowball :snowball :g' ${S}/GNUmakefile | 23 | sed -i 's:./snowball :snowball :g' ${S}/GNUmakefile |
24 | } | 24 | } |
diff --git a/meta-gnome/recipes-support/libuser/libuser_0.62.bb b/meta-gnome/recipes-support/libuser/libuser_0.62.bb index 2c580f8727..722b647f21 100644 --- a/meta-gnome/recipes-support/libuser/libuser_0.62.bb +++ b/meta-gnome/recipes-support/libuser/libuser_0.62.bb | |||
@@ -30,5 +30,5 @@ EXTRA_OEMAKE = "PYTHON_CPPFLAGS=-I${STAGING_INCDIR}/${PYTHON_DIR}${PYTHON_ABI}" | |||
30 | 30 | ||
31 | PACKAGES += "${PN}-python " | 31 | PACKAGES += "${PN}-python " |
32 | 32 | ||
33 | FILES_${PN}-python = "${PYTHON_SITEPACKAGES_DIR}" | 33 | FILES:${PN}-python = "${PYTHON_SITEPACKAGES_DIR}" |
34 | 34 | ||
diff --git a/meta-gnome/recipes-support/onboard/onboard_1.4.1.bb b/meta-gnome/recipes-support/onboard/onboard_1.4.1.bb index 1eb4a100c5..e7733bf8b3 100644 --- a/meta-gnome/recipes-support/onboard/onboard_1.4.1.bb +++ b/meta-gnome/recipes-support/onboard/onboard_1.4.1.bb | |||
@@ -14,14 +14,14 @@ inherit features_check setuptools3 pkgconfig gtk-icon-cache gsettings mime-xdg | |||
14 | 14 | ||
15 | REQUIRED_DISTRO_FEATURES = "x11" | 15 | REQUIRED_DISTRO_FEATURES = "x11" |
16 | 16 | ||
17 | FILES_${PN} += " \ | 17 | FILES:${PN} += " \ |
18 | ${datadir}/dbus-1 \ | 18 | ${datadir}/dbus-1 \ |
19 | ${datadir}/icons \ | 19 | ${datadir}/icons \ |
20 | ${datadir}/gnome-shell \ | 20 | ${datadir}/gnome-shell \ |
21 | ${datadir}/help \ | 21 | ${datadir}/help \ |
22 | " | 22 | " |
23 | 23 | ||
24 | RDEPENDS_${PN} += " \ | 24 | RDEPENDS:${PN} += " \ |
25 | ncurses \ | 25 | ncurses \ |
26 | python3-dbus \ | 26 | python3-dbus \ |
27 | python3-pycairo \ | 27 | python3-pycairo \ |
diff --git a/meta-gnome/recipes-support/packagegroups/packagegroup-gnome-apps.bb b/meta-gnome/recipes-support/packagegroups/packagegroup-gnome-apps.bb index a45dfdeda2..d47d847a59 100644 --- a/meta-gnome/recipes-support/packagegroups/packagegroup-gnome-apps.bb +++ b/meta-gnome/recipes-support/packagegroups/packagegroup-gnome-apps.bb | |||
@@ -6,7 +6,7 @@ inherit packagegroup features_check | |||
6 | 6 | ||
7 | REQUIRED_DISTRO_FEATURES = "x11 polkit gobject-introspection-data" | 7 | REQUIRED_DISTRO_FEATURES = "x11 polkit gobject-introspection-data" |
8 | 8 | ||
9 | RDEPENDS_${PN} = " \ | 9 | RDEPENDS:${PN} = " \ |
10 | evolution-data-server \ | 10 | evolution-data-server \ |
11 | evince \ | 11 | evince \ |
12 | file-roller \ | 12 | file-roller \ |
diff --git a/meta-gnome/recipes-support/packagegroups/packagegroup-gnome-desktop.bb b/meta-gnome/recipes-support/packagegroups/packagegroup-gnome-desktop.bb index 3c333fe005..95ef6901f1 100644 --- a/meta-gnome/recipes-support/packagegroups/packagegroup-gnome-desktop.bb +++ b/meta-gnome/recipes-support/packagegroups/packagegroup-gnome-desktop.bb | |||
@@ -6,7 +6,7 @@ inherit packagegroup features_check | |||
6 | 6 | ||
7 | REQUIRED_DISTRO_FEATURES = "x11 polkit systemd pam gobject-introspection-data" | 7 | REQUIRED_DISTRO_FEATURES = "x11 polkit systemd pam gobject-introspection-data" |
8 | 8 | ||
9 | RDEPENDS_${PN} = " \ | 9 | RDEPENDS:${PN} = " \ |
10 | adwaita-icon-theme \ | 10 | adwaita-icon-theme \ |
11 | adwaita-icon-theme-cursors \ | 11 | adwaita-icon-theme-cursors \ |
12 | evolution-data-server \ | 12 | evolution-data-server \ |