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-xfce/recipes-xfce | |
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-xfce/recipes-xfce')
17 files changed, 46 insertions, 46 deletions
diff --git a/meta-xfce/recipes-xfce/exo/exo_4.16.1.bb b/meta-xfce/recipes-xfce/exo/exo_4.16.1.bb index a49b18c72..4b31af890 100644 --- a/meta-xfce/recipes-xfce/exo/exo_4.16.1.bb +++ b/meta-xfce/recipes-xfce/exo/exo_4.16.1.bb | |||
@@ -18,7 +18,7 @@ SRC_URI[sha256sum] = "528dac256315ffc2a4a53b3b421979327962121989886e3cf920aeff99 | |||
18 | 18 | ||
19 | # Note: python bindings did not work in oe-dev and are about to be moved to | 19 | # Note: python bindings did not work in oe-dev and are about to be moved to |
20 | # pyxfce see http://comments.gmane.org/gmane.comp.desktop.xfce.devel.version4/19560 | 20 | # pyxfce see http://comments.gmane.org/gmane.comp.desktop.xfce.devel.version4/19560 |
21 | FILES_${PN} += " \ | 21 | FILES:${PN} += " \ |
22 | ${datadir}/xfce4/ \ | 22 | ${datadir}/xfce4/ \ |
23 | ${libdir}/xfce4/exo* \ | 23 | ${libdir}/xfce4/exo* \ |
24 | " | 24 | " |
diff --git a/meta-xfce/recipes-xfce/garcon/garcon_4.16.1.bb b/meta-xfce/recipes-xfce/garcon/garcon_4.16.1.bb index 3e596323d..65db34500 100644 --- a/meta-xfce/recipes-xfce/garcon/garcon_4.16.1.bb +++ b/meta-xfce/recipes-xfce/garcon/garcon_4.16.1.bb | |||
@@ -13,8 +13,8 @@ SRC_URI[sha256sum] = "84914927a2c1fda167f67af26a6640630a744a22940df508aa6c752cdb | |||
13 | 13 | ||
14 | EXTRA_OECONF = "--disable-gtk-doc" | 14 | EXTRA_OECONF = "--disable-gtk-doc" |
15 | 15 | ||
16 | do_compile_prepend() { | 16 | do_compile:prepend() { |
17 | export GIR_EXTRA_LIBS_PATH="${B}/garcon/.libs" | 17 | export GIR_EXTRA_LIBS_PATH="${B}/garcon/.libs" |
18 | } | 18 | } |
19 | 19 | ||
20 | FILES_${PN} += "${datadir}/desktop-directories" | 20 | FILES:${PN} += "${datadir}/desktop-directories" |
diff --git a/meta-xfce/recipes-xfce/libxfce4ui/libxfce4ui_4.16.0.bb b/meta-xfce/recipes-xfce/libxfce4ui/libxfce4ui_4.16.0.bb index 6fbf1cf25..7b46c2a76 100644 --- a/meta-xfce/recipes-xfce/libxfce4ui/libxfce4ui_4.16.0.bb +++ b/meta-xfce/recipes-xfce/libxfce4ui/libxfce4ui_4.16.0.bb | |||
@@ -22,7 +22,7 @@ PACKAGECONFIG[gladeui2] = "--enable-gladeui2,--disable-gladeui2,glade" | |||
22 | PACKAGECONFIG[startup-notification] = "--enable-startup-notification,--disable-startup-notification,startup-notification" | 22 | PACKAGECONFIG[startup-notification] = "--enable-startup-notification,--disable-startup-notification,startup-notification" |
23 | 23 | ||
24 | PACKAGES += "${PN}-glade" | 24 | PACKAGES += "${PN}-glade" |
25 | FILES_${PN}-glade = " \ | 25 | FILES:${PN}-glade = " \ |
26 | ${libdir}/glade \ | 26 | ${libdir}/glade \ |
27 | ${datadir}/glade \ | 27 | ${datadir}/glade \ |
28 | " | 28 | " |
diff --git a/meta-xfce/recipes-xfce/packagegroups/packagegroup-xfce-base.bb b/meta-xfce/recipes-xfce/packagegroups/packagegroup-xfce-base.bb index 70ef909ef..9545ad1a8 100644 --- a/meta-xfce/recipes-xfce/packagegroups/packagegroup-xfce-base.bb +++ b/meta-xfce/recipes-xfce/packagegroups/packagegroup-xfce-base.bb | |||
@@ -6,7 +6,7 @@ inherit packagegroup features_check | |||
6 | 6 | ||
7 | REQUIRED_DISTRO_FEATURES = "x11" | 7 | REQUIRED_DISTRO_FEATURES = "x11" |
8 | 8 | ||
9 | RDEPENDS_${PN} = " \ | 9 | RDEPENDS:${PN} = " \ |
10 | xfwm4 \ | 10 | xfwm4 \ |
11 | xfce4-session \ | 11 | xfce4-session \ |
12 | xfconf \ | 12 | xfconf \ |
diff --git a/meta-xfce/recipes-xfce/packagegroups/packagegroup-xfce-extended.bb b/meta-xfce/recipes-xfce/packagegroups/packagegroup-xfce-extended.bb index 7f1c17261..64f886311 100644 --- a/meta-xfce/recipes-xfce/packagegroups/packagegroup-xfce-extended.bb +++ b/meta-xfce/recipes-xfce/packagegroups/packagegroup-xfce-extended.bb | |||
@@ -8,12 +8,12 @@ inherit packagegroup features_check | |||
8 | REQUIRED_DISTRO_FEATURES = "x11" | 8 | REQUIRED_DISTRO_FEATURES = "x11" |
9 | 9 | ||
10 | # mandatory | 10 | # mandatory |
11 | RDEPENDS_${PN} = " \ | 11 | RDEPENDS:${PN} = " \ |
12 | packagegroup-xfce-base \ | 12 | packagegroup-xfce-base \ |
13 | " | 13 | " |
14 | 14 | ||
15 | # nice to have | 15 | # nice to have |
16 | RRECOMMENDS_${PN} = " \ | 16 | RRECOMMENDS:${PN} = " \ |
17 | xfwm4-theme-daloa \ | 17 | xfwm4-theme-daloa \ |
18 | xfwm4-theme-kokodi \ | 18 | xfwm4-theme-kokodi \ |
19 | xfwm4-theme-moheli \ | 19 | xfwm4-theme-moheli \ |
diff --git a/meta-xfce/recipes-xfce/thunar-volman/thunar-volman_4.16.0.bb b/meta-xfce/recipes-xfce/thunar-volman/thunar-volman_4.16.0.bb index 138796e6c..5c669a5e9 100644 --- a/meta-xfce/recipes-xfce/thunar-volman/thunar-volman_4.16.0.bb +++ b/meta-xfce/recipes-xfce/thunar-volman/thunar-volman_4.16.0.bb | |||
@@ -13,4 +13,4 @@ SRC_URI[sha256sum] = "d2c0e719b242b7fd3db70bc6678a2df1abf2cfaa899b775a1591a5efa0 | |||
13 | PACKAGECONFIG ??= "" | 13 | PACKAGECONFIG ??= "" |
14 | PACKAGECONFIG[notify] = "--enable-notifications,--disable-notifications,libnotify" | 14 | PACKAGECONFIG[notify] = "--enable-notifications,--disable-notifications,libnotify" |
15 | 15 | ||
16 | RDEPENDS_${PN} = "eject" | 16 | RDEPENDS:${PN} = "eject" |
diff --git a/meta-xfce/recipes-xfce/thunar/thunar_4.16.8.bb b/meta-xfce/recipes-xfce/thunar/thunar_4.16.8.bb index bdc357f76..41963b996 100644 --- a/meta-xfce/recipes-xfce/thunar/thunar_4.16.8.bb +++ b/meta-xfce/recipes-xfce/thunar/thunar_4.16.8.bb | |||
@@ -13,7 +13,7 @@ SRC_URI[sha256sum] = "038ca228d220cd0ba1b7b76465d8a51f2433ad1f74648d1d291daa0a24 | |||
13 | PACKAGECONFIG ??= "" | 13 | PACKAGECONFIG ??= "" |
14 | PACKAGECONFIG[pcre] = "--enable-pcre,--disable-pcre,libpcre" | 14 | PACKAGECONFIG[pcre] = "--enable-pcre,--disable-pcre,libpcre" |
15 | 15 | ||
16 | FILES_${PN} += " \ | 16 | FILES:${PN} += " \ |
17 | ${libdir}/thunarx-3/* \ | 17 | ${libdir}/thunarx-3/* \ |
18 | ${libdir}/xfce4/panel/plugins/* \ | 18 | ${libdir}/xfce4/panel/plugins/* \ |
19 | ${libdir}/Thunar/[Tt]hunar* \ | 19 | ${libdir}/Thunar/[Tt]hunar* \ |
@@ -25,4 +25,4 @@ FILES_${PN} += " \ | |||
25 | ${datadir}/xfce4/panel/plugins/* \ | 25 | ${datadir}/xfce4/panel/plugins/* \ |
26 | " | 26 | " |
27 | 27 | ||
28 | RRECOMMENDS_${PN} = "gvfs gvfsd-trash" | 28 | RRECOMMENDS:${PN} = "gvfs gvfsd-trash" |
diff --git a/meta-xfce/recipes-xfce/tumbler/tumbler_4.16.0.bb b/meta-xfce/recipes-xfce/tumbler/tumbler_4.16.0.bb index fcc39fd7d..c5ab85dd0 100644 --- a/meta-xfce/recipes-xfce/tumbler/tumbler_4.16.0.bb +++ b/meta-xfce/recipes-xfce/tumbler/tumbler_4.16.0.bb | |||
@@ -8,23 +8,23 @@ inherit xfce gtk-doc | |||
8 | 8 | ||
9 | SRC_URI[sha256sum] = "9b0b7fed0c64041733d490b1b307297984629d0dd85369749617a8766850af66" | 9 | SRC_URI[sha256sum] = "9b0b7fed0c64041733d490b1b307297984629d0dd85369749617a8766850af66" |
10 | 10 | ||
11 | INSANE_SKIP_${PN} = "dev-so" | 11 | INSANE_SKIP:${PN} = "dev-so" |
12 | 12 | ||
13 | PACKAGECONFIG ??= "" | 13 | PACKAGECONFIG ??= "" |
14 | PACKAGECONFIG[gstreamer-thumbnailer] = "--enable-gstreamer-thumbnailer,--disable-gstreamer-thumbnailer,gstreamer1.0 gstreamer1.0-plugins-base" | 14 | PACKAGECONFIG[gstreamer-thumbnailer] = "--enable-gstreamer-thumbnailer,--disable-gstreamer-thumbnailer,gstreamer1.0 gstreamer1.0-plugins-base" |
15 | 15 | ||
16 | do_install_append() { | 16 | do_install:append() { |
17 | # Makefile seems to race on creation of symlink. So ensure creation here | 17 | # Makefile seems to race on creation of symlink. So ensure creation here |
18 | # until fixed properly | 18 | # until fixed properly |
19 | ln -sf tumbler-xdg-cache.so ${D}${libdir}/tumbler-1/plugins/cache/tumbler-cache-plugin.so | 19 | ln -sf tumbler-xdg-cache.so ${D}${libdir}/tumbler-1/plugins/cache/tumbler-cache-plugin.so |
20 | } | 20 | } |
21 | 21 | ||
22 | FILES_${PN} += "${datadir}/dbus-1/services \ | 22 | FILES:${PN} += "${datadir}/dbus-1/services \ |
23 | ${libdir}/tumbler-1/tumblerd \ | 23 | ${libdir}/tumbler-1/tumblerd \ |
24 | ${libdir}/tumbler-1/plugins/*.so \ | 24 | ${libdir}/tumbler-1/plugins/*.so \ |
25 | ${libdir}/tumbler-1/plugins/cache/*.so \ | 25 | ${libdir}/tumbler-1/plugins/cache/*.so \ |
26 | " | 26 | " |
27 | 27 | ||
28 | FILES_${PN}-dev += "${libdir}/tumbler-1/plugins/*.la \ | 28 | FILES:${PN}-dev += "${libdir}/tumbler-1/plugins/*.la \ |
29 | ${libdir}/tumbler-1/plugins/cache/*.la \ | 29 | ${libdir}/tumbler-1/plugins/cache/*.la \ |
30 | " | 30 | " |
diff --git a/meta-xfce/recipes-xfce/xfce4-appfinder/xfce4-appfinder_4.16.1.bb b/meta-xfce/recipes-xfce/xfce4-appfinder/xfce4-appfinder_4.16.1.bb index 4b5523895..89385b056 100644 --- a/meta-xfce/recipes-xfce/xfce4-appfinder/xfce4-appfinder_4.16.1.bb +++ b/meta-xfce/recipes-xfce/xfce4-appfinder/xfce4-appfinder_4.16.1.bb | |||
@@ -10,4 +10,4 @@ REQUIRED_DISTRO_FEATURES = "x11" | |||
10 | 10 | ||
11 | SRC_URI[sha256sum] = "bfe3e9bd92695014ee74a2fbb7f5fd1b4c29cf043c4a11598b8958324c81e7ec" | 11 | SRC_URI[sha256sum] = "bfe3e9bd92695014ee74a2fbb7f5fd1b4c29cf043c4a11598b8958324c81e7ec" |
12 | 12 | ||
13 | FILES_${PN} += "${datadir}/metainfo" | 13 | FILES:${PN} += "${datadir}/metainfo" |
diff --git a/meta-xfce/recipes-xfce/xfce4-dev-tools/xfce4-dev-tools_4.16.0.bb b/meta-xfce/recipes-xfce/xfce4-dev-tools/xfce4-dev-tools_4.16.0.bb index 143a0a5e7..7162311e5 100644 --- a/meta-xfce/recipes-xfce/xfce4-dev-tools/xfce4-dev-tools_4.16.0.bb +++ b/meta-xfce/recipes-xfce/xfce4-dev-tools/xfce4-dev-tools_4.16.0.bb | |||
@@ -5,21 +5,21 @@ LICENSE = "GPLv2" | |||
5 | LIC_FILES_CHKSUM = "file://COPYING;md5=9ac2e7cff1ddaf48b6eab6028f23ef88" | 5 | LIC_FILES_CHKSUM = "file://COPYING;md5=9ac2e7cff1ddaf48b6eab6028f23ef88" |
6 | 6 | ||
7 | DEPENDS = "glib-2.0" | 7 | DEPENDS = "glib-2.0" |
8 | DEPENDS_append_class-target = " ${BPN}-native" | 8 | DEPENDS:append:class-target = " ${BPN}-native" |
9 | 9 | ||
10 | inherit autotools pkgconfig | 10 | inherit autotools pkgconfig |
11 | 11 | ||
12 | BBCLASSEXTEND = "native" | 12 | BBCLASSEXTEND = "native" |
13 | 13 | ||
14 | SRC_URI = "http://archive.xfce.org/src/xfce/${BPN}/${@'${PV}'[0:4]}/${BPN}-${PV}.tar.bz2" | 14 | SRC_URI = "http://archive.xfce.org/src/xfce/${BPN}/${@'${PV}'[0:4]}/${BPN}-${PV}.tar.bz2" |
15 | SRC_URI_append_class-target = " file://0001-Run-native-xdt-csource-on-tests.patch" | 15 | SRC_URI:append:class-target = " file://0001-Run-native-xdt-csource-on-tests.patch" |
16 | SRC_URI[sha256sum] = "f50b3070e66f3ebdf331744dd1ec5e1af5de333965d491e15ce05545e8eb4f04" | 16 | SRC_URI[sha256sum] = "f50b3070e66f3ebdf331744dd1ec5e1af5de333965d491e15ce05545e8eb4f04" |
17 | 17 | ||
18 | do_install_append() { | 18 | do_install:append() { |
19 | install -d ${D}${datadir}/aclocal | 19 | install -d ${D}${datadir}/aclocal |
20 | install -m 644 ${S}/m4macros/*.m4 ${D}${datadir}/aclocal/ | 20 | install -m 644 ${S}/m4macros/*.m4 ${D}${datadir}/aclocal/ |
21 | } | 21 | } |
22 | 22 | ||
23 | FILES_${PN} += "${datadir}/xfce4/dev-tools/m4macros/*.m4" | 23 | FILES:${PN} += "${datadir}/xfce4/dev-tools/m4macros/*.m4" |
24 | 24 | ||
25 | RDEPENDS_${PN} = "bash" | 25 | RDEPENDS:${PN} = "bash" |
diff --git a/meta-xfce/recipes-xfce/xfce4-panel/xfce4-panel_4.16.3.bb b/meta-xfce/recipes-xfce/xfce4-panel/xfce4-panel_4.16.3.bb index d478e0ffa..c9e65400d 100644 --- a/meta-xfce/recipes-xfce/xfce4-panel/xfce4-panel_4.16.3.bb +++ b/meta-xfce/recipes-xfce/xfce4-panel/xfce4-panel_4.16.3.bb | |||
@@ -14,7 +14,7 @@ SRC_URI += " \ | |||
14 | file://0002-use-lxdm-to-replace-dm-tool.patch \ | 14 | file://0002-use-lxdm-to-replace-dm-tool.patch \ |
15 | " | 15 | " |
16 | 16 | ||
17 | python populate_packages_prepend() { | 17 | python populate_packages:prepend() { |
18 | plugin_dir = d.expand('${libdir}/xfce4/panel/plugins/') | 18 | plugin_dir = d.expand('${libdir}/xfce4/panel/plugins/') |
19 | plugin_name = d.expand('${PN}-plugin-%s') | 19 | plugin_name = d.expand('${PN}-plugin-%s') |
20 | do_split_packages(d, plugin_dir, '^lib(.*).so$', plugin_name, | 20 | do_split_packages(d, plugin_dir, '^lib(.*).so$', plugin_name, |
@@ -29,12 +29,12 @@ PACKAGES_DYNAMIC += "^${PN}-plugin-.*" | |||
29 | 29 | ||
30 | PACKAGES =+ "${PN}-gtk3" | 30 | PACKAGES =+ "${PN}-gtk3" |
31 | 31 | ||
32 | FILES_${PN} += "${libdir}/xfce4/panel/migrate \ | 32 | FILES:${PN} += "${libdir}/xfce4/panel/migrate \ |
33 | ${libdir}/xfce4/panel/wrapper-1.0" | 33 | ${libdir}/xfce4/panel/wrapper-1.0" |
34 | 34 | ||
35 | FILES_${PN}-dev += "${libdir}/xfce4/panel/plugins/*.la" | 35 | FILES:${PN}-dev += "${libdir}/xfce4/panel/plugins/*.la" |
36 | 36 | ||
37 | FILES_${PN}-gtk3 = " \ | 37 | FILES:${PN}-gtk3 = " \ |
38 | ${libdir}/libxfce4panel-2.0${SOLIBS} \ | 38 | ${libdir}/libxfce4panel-2.0${SOLIBS} \ |
39 | ${libdir}/xfce4/panel/wrapper-2.0 \ | 39 | ${libdir}/xfce4/panel/wrapper-2.0 \ |
40 | " | 40 | " |
diff --git a/meta-xfce/recipes-xfce/xfce4-power-manager/xfce4-power-manager_4.16.0.bb b/meta-xfce/recipes-xfce/xfce4-power-manager/xfce4-power-manager_4.16.0.bb index 7a778bdfc..a79d8015b 100644 --- a/meta-xfce/recipes-xfce/xfce4-power-manager/xfce4-power-manager_4.16.0.bb +++ b/meta-xfce/recipes-xfce/xfce4-power-manager/xfce4-power-manager_4.16.0.bb | |||
@@ -23,20 +23,20 @@ PACKAGECONFIG[polkit] = "--enable-polkit, --disable-polkit, polkit" | |||
23 | 23 | ||
24 | PACKAGES += "xfce4-powermanager-plugin" | 24 | PACKAGES += "xfce4-powermanager-plugin" |
25 | 25 | ||
26 | FILES_${PN} += " \ | 26 | FILES:${PN} += " \ |
27 | ${datadir}/polkit-1 \ | 27 | ${datadir}/polkit-1 \ |
28 | ${datadir}/metainfo \ | 28 | ${datadir}/metainfo \ |
29 | " | 29 | " |
30 | 30 | ||
31 | FILES_xfce4-powermanager-plugin = " \ | 31 | FILES:xfce4-powermanager-plugin = " \ |
32 | ${libdir}/xfce4 \ | 32 | ${libdir}/xfce4 \ |
33 | ${datadir}/xfce4 \ | 33 | ${datadir}/xfce4 \ |
34 | " | 34 | " |
35 | 35 | ||
36 | RDEPENDS_xfce4-powermanager-plugin = "${PN}" | 36 | RDEPENDS:xfce4-powermanager-plugin = "${PN}" |
37 | RDEPENDS_${PN} = "networkmanager ${@bb.utils.contains('DISTRO_FEATURES','systemd','','consolekit',d)}" | 37 | RDEPENDS:${PN} = "networkmanager ${@bb.utils.contains('DISTRO_FEATURES','systemd','','consolekit',d)}" |
38 | 38 | ||
39 | # xfce4-brightness-plugin was replaced by xfce4-powermanager-plugin | 39 | # xfce4-brightness-plugin was replaced by xfce4-powermanager-plugin |
40 | RPROVIDES_xfce4-powermanager-plugin += "xfce4-brightness-plugin" | 40 | RPROVIDES:xfce4-powermanager-plugin += "xfce4-brightness-plugin" |
41 | RREPLACES_xfce4-powermanager-plugin += "xfce4-brightness-plugin" | 41 | RREPLACES:xfce4-powermanager-plugin += "xfce4-brightness-plugin" |
42 | RCONFLICTS_xfce4-powermanager-plugin += "xfce4-brightness-plugin" | 42 | RCONFLICTS:xfce4-powermanager-plugin += "xfce4-brightness-plugin" |
diff --git a/meta-xfce/recipes-xfce/xfce4-session/xfce4-session_4.16.0.bb b/meta-xfce/recipes-xfce/xfce4-session/xfce4-session_4.16.0.bb index 4f6bde2a9..fee634ed4 100644 --- a/meta-xfce/recipes-xfce/xfce4-session/xfce4-session_4.16.0.bb +++ b/meta-xfce/recipes-xfce/xfce4-session/xfce4-session_4.16.0.bb | |||
@@ -15,11 +15,11 @@ PACKAGECONFIG[polkit] = "--enable-polkit, --disable-polkit, polkit" | |||
15 | SRC_URI += "file://0001-configure.in-hard-code-path-to-iceauth.patch" | 15 | SRC_URI += "file://0001-configure.in-hard-code-path-to-iceauth.patch" |
16 | SRC_URI[sha256sum] = "22f273f212481d71e0b5618c62710cd85f69aea74f5ea5c0093f7918b07d17b7" | 16 | SRC_URI[sha256sum] = "22f273f212481d71e0b5618c62710cd85f69aea74f5ea5c0093f7918b07d17b7" |
17 | 17 | ||
18 | ALTERNATIVE_${PN} = "x-session-manager" | 18 | ALTERNATIVE:${PN} = "x-session-manager" |
19 | ALTERNATIVE_TARGET[x-session-manager] = "${bindir}/xfce4-session" | 19 | ALTERNATIVE_TARGET[x-session-manager] = "${bindir}/xfce4-session" |
20 | ALTERNATIVE_PRIORITY_${PN} = "150" | 20 | ALTERNATIVE_PRIORITY_${PN} = "150" |
21 | 21 | ||
22 | FILES_${PN} += " \ | 22 | FILES:${PN} += " \ |
23 | ${libdir}/xfce4/*/*/*.so \ | 23 | ${libdir}/xfce4/*/*/*.so \ |
24 | ${libdir}/xfce4/session/*-*-* \ | 24 | ${libdir}/xfce4/session/*-*-* \ |
25 | ${datadir}/xsessions \ | 25 | ${datadir}/xsessions \ |
@@ -27,7 +27,7 @@ FILES_${PN} += " \ | |||
27 | ${datadir}/polkit-1 \ | 27 | ${datadir}/polkit-1 \ |
28 | " | 28 | " |
29 | 29 | ||
30 | RDEPENDS_${PN} = " \ | 30 | RDEPENDS:${PN} = " \ |
31 | dbus-x11 \ | 31 | dbus-x11 \ |
32 | iceauth \ | 32 | iceauth \ |
33 | netbase \ | 33 | netbase \ |
diff --git a/meta-xfce/recipes-xfce/xfce4-settings/xfce4-settings_4.16.2.bb b/meta-xfce/recipes-xfce/xfce4-settings/xfce4-settings_4.16.2.bb index bf853bfed..aff57a578 100644 --- a/meta-xfce/recipes-xfce/xfce4-settings/xfce4-settings_4.16.2.bb +++ b/meta-xfce/recipes-xfce/xfce4-settings/xfce4-settings_4.16.2.bb | |||
@@ -19,12 +19,12 @@ PACKAGECONFIG ??= " \ | |||
19 | PACKAGECONFIG[notify] = "--enable-libnotify,--disable-libnotify,libnotify" | 19 | PACKAGECONFIG[notify] = "--enable-libnotify,--disable-libnotify,libnotify" |
20 | PACKAGECONFIG[sound-setter] = "--enable-sound-settings, --disable-sound-settings, libcanberra, libcanberra-gtk2 sound-theme-freedesktop" | 20 | PACKAGECONFIG[sound-setter] = "--enable-sound-settings, --disable-sound-settings, libcanberra, libcanberra-gtk2 sound-theme-freedesktop" |
21 | 21 | ||
22 | FILES_${PN} += " \ | 22 | FILES:${PN} += " \ |
23 | ${libdir}/xfce4 \ | 23 | ${libdir}/xfce4 \ |
24 | ${datadir}/xfce4 \ | 24 | ${datadir}/xfce4 \ |
25 | " | 25 | " |
26 | 26 | ||
27 | RRECOMMENDS_${PN} += "adwaita-icon-theme" | 27 | RRECOMMENDS:${PN} += "adwaita-icon-theme" |
28 | RRECOMMENDS_${PN} += "${@bb.utils.contains('DISTRO_FEATURES','alsa','libcanberra-alsa','',d)}" | 28 | RRECOMMENDS:${PN} += "${@bb.utils.contains('DISTRO_FEATURES','alsa','libcanberra-alsa','',d)}" |
29 | RRECOMMENDS_${PN} += "${@bb.utils.contains('DISTRO_FEATURES','pulseaudio','libcanberra-pulse','',d)}" | 29 | RRECOMMENDS:${PN} += "${@bb.utils.contains('DISTRO_FEATURES','pulseaudio','libcanberra-pulse','',d)}" |
30 | RRECOMMENDS_${PN} += "${@bb.utils.contains('DISTRO_FEATURES','systemd','xfce4-datetime-setter','',d)}" | 30 | RRECOMMENDS:${PN} += "${@bb.utils.contains('DISTRO_FEATURES','systemd','xfce4-datetime-setter','',d)}" |
diff --git a/meta-xfce/recipes-xfce/xfconf/xfconf_4.16.0.bb b/meta-xfce/recipes-xfce/xfconf/xfconf_4.16.0.bb index 9b341bb27..5214b2ea7 100644 --- a/meta-xfce/recipes-xfce/xfconf/xfconf_4.16.0.bb +++ b/meta-xfce/recipes-xfce/xfconf/xfconf_4.16.0.bb | |||
@@ -10,10 +10,10 @@ EXTRA_OECONF += "PERL=${STAGING_DIR_TARGET}/usr/bin/perl" | |||
10 | 10 | ||
11 | SRC_URI[sha256sum] = "652a119007c67d9ba6c0bc7a740c923d33f32d03dc76dfc7ba682584e72a5425" | 11 | SRC_URI[sha256sum] = "652a119007c67d9ba6c0bc7a740c923d33f32d03dc76dfc7ba682584e72a5425" |
12 | 12 | ||
13 | FILES_${PN} += "${libdir}/xfce4/xfconf/xfconfd \ | 13 | FILES:${PN} += "${libdir}/xfce4/xfconf/xfconfd \ |
14 | ${libdir}/gio/modules/libxfconfgsettingsbackend.so \ | 14 | ${libdir}/gio/modules/libxfconfgsettingsbackend.so \ |
15 | ${datadir}/dbus-1/services/org.xfce.Xfconf.service" | 15 | ${datadir}/dbus-1/services/org.xfce.Xfconf.service" |
16 | 16 | ||
17 | FILES_${PN}-dev += "${libdir}/gio/modules/libxfconfgsettingsbackend.la" | 17 | FILES:${PN}-dev += "${libdir}/gio/modules/libxfconfgsettingsbackend.la" |
18 | 18 | ||
19 | PACKAGECONFIG[gsettings-backend] = "--enable-gsettings-backend,--disable-gsettings-backend," | 19 | PACKAGECONFIG[gsettings-backend] = "--enable-gsettings-backend,--disable-gsettings-backend," |
diff --git a/meta-xfce/recipes-xfce/xfdesktop/xfdesktop_4.16.0.bb b/meta-xfce/recipes-xfce/xfdesktop/xfdesktop_4.16.0.bb index e8b2b72b6..713635041 100644 --- a/meta-xfce/recipes-xfce/xfdesktop/xfdesktop_4.16.0.bb +++ b/meta-xfce/recipes-xfce/xfdesktop/xfdesktop_4.16.0.bb | |||
@@ -13,4 +13,4 @@ SRC_URI[sha256sum] = "934ba5affecff21e62d9fac1dd50c50cd94b3a807fefa5f5bff59f3d6f | |||
13 | PACKAGECONFIG ??= "" | 13 | PACKAGECONFIG ??= "" |
14 | PACKAGECONFIG[notify] = "--enable-notifications,--disable-notifications,libnotify" | 14 | PACKAGECONFIG[notify] = "--enable-notifications,--disable-notifications,libnotify" |
15 | 15 | ||
16 | FILES_${PN} += "${datadir}/backgrounds" | 16 | FILES:${PN} += "${datadir}/backgrounds" |
diff --git a/meta-xfce/recipes-xfce/xfwm4/xfwm4_4.16.1.bb b/meta-xfce/recipes-xfce/xfwm4/xfwm4_4.16.1.bb index 2cbfdadd5..f4a78f1ad 100644 --- a/meta-xfce/recipes-xfce/xfwm4/xfwm4_4.16.1.bb +++ b/meta-xfce/recipes-xfce/xfwm4/xfwm4_4.16.1.bb | |||
@@ -20,18 +20,18 @@ PACKAGECONFIG[epoxy] = "--enable-epoxy,--disable-epoxy,libepoxy" | |||
20 | PACKAGECONFIG[xpresent] = "--enable-xpresent,--disable-xpresent,libxpresent" | 20 | PACKAGECONFIG[xpresent] = "--enable-xpresent,--disable-xpresent,libxpresent" |
21 | PACKAGECONFIG[startup-notification] = "--enable-startup-notification,--disable-startup-notification,startup-notification" | 21 | PACKAGECONFIG[startup-notification] = "--enable-startup-notification,--disable-startup-notification,startup-notification" |
22 | 22 | ||
23 | python populate_packages_prepend () { | 23 | python populate_packages:prepend () { |
24 | themedir = d.expand('${datadir}/themes') | 24 | themedir = d.expand('${datadir}/themes') |
25 | do_split_packages(d, themedir, '^(.*)', 'xfwm4-theme-%s', 'XFWM4 theme %s', allow_dirs=True) | 25 | do_split_packages(d, themedir, '^(.*)', 'xfwm4-theme-%s', 'XFWM4 theme %s', allow_dirs=True) |
26 | } | 26 | } |
27 | 27 | ||
28 | PACKAGES_DYNAMIC += "^xfwm4-theme-.*" | 28 | PACKAGES_DYNAMIC += "^xfwm4-theme-.*" |
29 | 29 | ||
30 | ALTERNATIVE_${PN} = "x-window-manager" | 30 | ALTERNATIVE:${PN} = "x-window-manager" |
31 | ALTERNATIVE_TARGET[x-window-manager] = "${bindir}/xfwm4" | 31 | ALTERNATIVE_TARGET[x-window-manager] = "${bindir}/xfwm4" |
32 | ALTERNATIVE_PRIORITY[x-window-manager] = "30" | 32 | ALTERNATIVE_PRIORITY[x-window-manager] = "30" |
33 | 33 | ||
34 | RDEPENDS_${PN} = "xfwm4-theme-default" | 34 | RDEPENDS:${PN} = "xfwm4-theme-default" |
35 | FILES_${PN} += "${libdir}/xfce4/xfwm4/helper-dialog \ | 35 | FILES:${PN} += "${libdir}/xfce4/xfwm4/helper-dialog \ |
36 | ${datadir}/xfwm4/defaults \ | 36 | ${datadir}/xfwm4/defaults \ |
37 | " | 37 | " |