From c61dc077bbd81260e4f167fa2251643ba0ba6974 Mon Sep 17 00:00:00 2001 From: Martin Jansa Date: Thu, 29 Jul 2021 17:04:53 +0200 Subject: 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 --- meta-xfce/recipes-apps/catfish/catfish_4.16.0.bb | 4 ++-- meta-xfce/recipes-apps/menulibre/menulibre_2.2.1.bb | 6 +++--- meta-xfce/recipes-apps/mousepad/mousepad_0.5.5.bb | 2 +- meta-xfce/recipes-apps/orage/orage_4.12.1.bb | 6 +++--- meta-xfce/recipes-apps/ristretto/ristretto_0.11.0.bb | 4 ++-- meta-xfce/recipes-apps/xarchiver/xarchiver_git.bb | 6 +++--- .../xfce4-datetime-setter/xfce4-datetime-setter_3.32.2.bb | 4 ++-- meta-xfce/recipes-apps/xfce4-notifyd/xfce4-notifyd_0.6.2.bb | 4 ++-- .../xfce4-panel-profiles/xfce4-panel-profiles_1.0.13.bb | 4 ++-- .../recipes-apps/xfce4-screensaver/xfce4-screensaver_4.16.0.bb | 8 ++++---- .../recipes-apps/xfce4-screenshooter/xfce4-screenshooter_1.9.9.bb | 4 ++-- meta-xfce/recipes-apps/xfce4-terminal/xfce4-terminal_0.8.10.bb | 4 ++-- 12 files changed, 28 insertions(+), 28 deletions(-) (limited to 'meta-xfce/recipes-apps') diff --git a/meta-xfce/recipes-apps/catfish/catfish_4.16.0.bb b/meta-xfce/recipes-apps/catfish/catfish_4.16.0.bb index 44a0524882..8fbe01d2c8 100644 --- a/meta-xfce/recipes-apps/catfish/catfish_4.16.0.bb +++ b/meta-xfce/recipes-apps/catfish/catfish_4.16.0.bb @@ -9,6 +9,6 @@ DEPENDS += "python3-distutils-extra-native" SRC_URI[sha256sum] = "1f6facee57a659af560f06024ca6f98aa4d638bf57a8bcfb613b4dc70fcc3b47" -FILES_${PN} += "${datadir}/metainfo" +FILES:${PN} += "${datadir}/metainfo" -RDEPENDS_${PN} += "python3-pygobject python3-dbus" +RDEPENDS:${PN} += "python3-pygobject python3-dbus" diff --git a/meta-xfce/recipes-apps/menulibre/menulibre_2.2.1.bb b/meta-xfce/recipes-apps/menulibre/menulibre_2.2.1.bb index f1d9c04b81..bb75e45e47 100644 --- a/meta-xfce/recipes-apps/menulibre/menulibre_2.2.1.bb +++ b/meta-xfce/recipes-apps/menulibre/menulibre_2.2.1.bb @@ -20,18 +20,18 @@ SRC_URI[sha256sum] = "5b3ef8e6073d584f6accf282fa1eb649185ee42eb22fab70231491c737 do_compile() { } -do_install_append() { +do_install:append() { sed -i 's:${D}::g' ${D}${datadir}/applications/menulibre.desktop sed -i 's:share/share:share:g' ${D}${PYTHON_SITEPACKAGES_DIR}/menulibre_lib/menulibreconfig.py } -FILES_${PN} += " \ +FILES:${PN} += " \ ${datadir}/applications \ ${datadir}/menulibre \ ${datadir}/icons \ " -RDEPENDS_${PN} += " \ +RDEPENDS:${PN} += " \ gtk+3 \ gtksourceview3 \ python3-pygobject \ diff --git a/meta-xfce/recipes-apps/mousepad/mousepad_0.5.5.bb b/meta-xfce/recipes-apps/mousepad/mousepad_0.5.5.bb index a93ff551b4..bab564288e 100644 --- a/meta-xfce/recipes-apps/mousepad/mousepad_0.5.5.bb +++ b/meta-xfce/recipes-apps/mousepad/mousepad_0.5.5.bb @@ -14,7 +14,7 @@ SRC_URI[sha256sum] = "40c35f00e0e10df50a59bd0dbba9007d2fb5574ed8a2aa73b0fc5ef40e PACKAGECONFIG ??= "" PACKAGECONFIG[spell] = "--enable-plugin-gspell,--disable-plugin-gspell,gspell" -FILES_${PN} += " \ +FILES:${PN} += " \ ${datadir}/glib-2.0/schemas \ ${datadir}/metainfo \ ${datadir}/polkit-1 \ diff --git a/meta-xfce/recipes-apps/orage/orage_4.12.1.bb b/meta-xfce/recipes-apps/orage/orage_4.12.1.bb index ae81802330..8277705f4c 100644 --- a/meta-xfce/recipes-apps/orage/orage_4.12.1.bb +++ b/meta-xfce/recipes-apps/orage/orage_4.12.1.bb @@ -15,6 +15,6 @@ PACKAGECONFIG ??= "" PACKAGECONFIG[notify] = "--enable-libnotify,--disable-libnotify,libnotify" PACKAGES =+ "xfce4-orageclock-plugin" -FILES_${PN} += "${datadir}/dbus-1" -FILES_xfce4-orageclock-plugin = "${libdir}/xfce4/panel/plugins/*.so ${datadir}/xfce4/panel/plugins" -FILES_${PN}-dev += "${libdir}/xfce4/panel/plugins/*.la" +FILES:${PN} += "${datadir}/dbus-1" +FILES:xfce4-orageclock-plugin = "${libdir}/xfce4/panel/plugins/*.so ${datadir}/xfce4/panel/plugins" +FILES:${PN}-dev += "${libdir}/xfce4/panel/plugins/*.la" diff --git a/meta-xfce/recipes-apps/ristretto/ristretto_0.11.0.bb b/meta-xfce/recipes-apps/ristretto/ristretto_0.11.0.bb index e611ddd935..15717b9f22 100644 --- a/meta-xfce/recipes-apps/ristretto/ristretto_0.11.0.bb +++ b/meta-xfce/recipes-apps/ristretto/ristretto_0.11.0.bb @@ -8,8 +8,8 @@ DEPENDS = "exo libexif libxfce4ui libxfce4util xfconf cairo file" inherit xfce-app mime-xdg -RRECOMMENDS_${PN} += "tumbler" +RRECOMMENDS:${PN} += "tumbler" SRC_URI[sha256sum] = "877e30d412c8cbfa9706f4ac0cab1a478f5829beafb773addc7722ca0cb78823" -FILES_${PN} += "${datadir}/metainfo" +FILES:${PN} += "${datadir}/metainfo" diff --git a/meta-xfce/recipes-apps/xarchiver/xarchiver_git.bb b/meta-xfce/recipes-apps/xarchiver/xarchiver_git.bb index 64582f28f2..2d4ae7fa8c 100644 --- a/meta-xfce/recipes-apps/xarchiver/xarchiver_git.bb +++ b/meta-xfce/recipes-apps/xarchiver/xarchiver_git.bb @@ -24,10 +24,10 @@ EXTRA_OECONF += " \ --disable-doc \ " -do_configure_prepend() { +do_configure:prepend() { touch ${S}/NEWS ${S}/AUTHORS } -FILES_${PN} += "${libdir}/thunar-archive-plugin" +FILES:${PN} += "${libdir}/thunar-archive-plugin" -RRECOMMENDS_${PN} = "lzop zip tar bzip2 unzip xz p7zip" +RRECOMMENDS:${PN} = "lzop zip tar bzip2 unzip xz p7zip" diff --git a/meta-xfce/recipes-apps/xfce4-datetime-setter/xfce4-datetime-setter_3.32.2.bb b/meta-xfce/recipes-apps/xfce4-datetime-setter/xfce4-datetime-setter_3.32.2.bb index 2dd3f01d8c..35f541941d 100644 --- a/meta-xfce/recipes-apps/xfce4-datetime-setter/xfce4-datetime-setter_3.32.2.bb +++ b/meta-xfce/recipes-apps/xfce4-datetime-setter/xfce4-datetime-setter_3.32.2.bb @@ -17,6 +17,6 @@ inherit gettext meson features_check REQUIRED_DISTRO_FEATURES = "systemd x11" -FILES_${PN} += "${datadir}/icons/hicolor" +FILES:${PN} += "${datadir}/icons/hicolor" -RDEPENDS_${PN} = "tzdata" +RDEPENDS:${PN} = "tzdata" diff --git a/meta-xfce/recipes-apps/xfce4-notifyd/xfce4-notifyd_0.6.2.bb b/meta-xfce/recipes-apps/xfce4-notifyd/xfce4-notifyd_0.6.2.bb index 5476b20bd3..a145295b6a 100644 --- a/meta-xfce/recipes-apps/xfce4-notifyd/xfce4-notifyd_0.6.2.bb +++ b/meta-xfce/recipes-apps/xfce4-notifyd/xfce4-notifyd_0.6.2.bb @@ -20,11 +20,11 @@ SRC_URI[sha256sum] = "19ab84c6665c7819998f2269322d53f462c30963ce26042df23ae525e7 # org.freedesktop.Notifications EXTRA_OECONF = "--disable-dbus-start-daemon" -do_compile_prepend() { +do_compile:prepend() { mkdir -p xfce4-notifyd xfce4-notifyd-config } -FILES_${PN} += " \ +FILES:${PN} += " \ ${systemd_user_unitdir} \ ${datadir}/xfce4 \ ${datadir}/themes \ diff --git a/meta-xfce/recipes-apps/xfce4-panel-profiles/xfce4-panel-profiles_1.0.13.bb b/meta-xfce/recipes-apps/xfce4-panel-profiles/xfce4-panel-profiles_1.0.13.bb index bb9e50e1e0..d5b0cf0bb3 100644 --- a/meta-xfce/recipes-apps/xfce4-panel-profiles/xfce4-panel-profiles_1.0.13.bb +++ b/meta-xfce/recipes-apps/xfce4-panel-profiles/xfce4-panel-profiles_1.0.13.bb @@ -24,6 +24,6 @@ do_install() { sed -i 's:${PYTHON}:python3:g' ${D}${bindir}/xfce4-panel-profiles } -FILES_${PN} += "${datadir}/metainfo" +FILES:${PN} += "${datadir}/metainfo" -RDEPENDS_${PN} += "python3-pygobject python3-pexpect" +RDEPENDS:${PN} += "python3-pygobject python3-pexpect" diff --git a/meta-xfce/recipes-apps/xfce4-screensaver/xfce4-screensaver_4.16.0.bb b/meta-xfce/recipes-apps/xfce4-screensaver/xfce4-screensaver_4.16.0.bb index d4ea43ce1c..a770ff7f00 100644 --- a/meta-xfce/recipes-apps/xfce4-screensaver/xfce4-screensaver_4.16.0.bb +++ b/meta-xfce/recipes-apps/xfce4-screensaver/xfce4-screensaver_4.16.0.bb @@ -12,13 +12,13 @@ DEPENDS = "dbus-glib garcon gtk+3 libxklavier libxscrnsaver virtual/libx11 xfcon inherit xfce-app -SRC_URI_append = " file://fix-cross-compile.patch" +SRC_URI:append = " file://fix-cross-compile.patch" SRC_URI[sha256sum] = "6d4d143e3e62db679ce83ce7da97903390773ee0a8ceb05ff4c3dac36616268d" -do_install_append() { +do_install:append() { install -D -m 0644 ${S}/data/xfce4-screensaver.common-auth ${D}${sysconfdir}/pam.d/xfce4-screensaver } -FILES_${PN} += "${datadir}/dbus-1 ${datadir}/desktop-directories" +FILES:${PN} += "${datadir}/dbus-1 ${datadir}/desktop-directories" -RDEPENDS_${PN} += "python3-core" +RDEPENDS:${PN} += "python3-core" diff --git a/meta-xfce/recipes-apps/xfce4-screenshooter/xfce4-screenshooter_1.9.9.bb b/meta-xfce/recipes-apps/xfce4-screenshooter/xfce4-screenshooter_1.9.9.bb index 722dd2910a..2518435339 100644 --- a/meta-xfce/recipes-apps/xfce4-screenshooter/xfce4-screenshooter_1.9.9.bb +++ b/meta-xfce/recipes-apps/xfce4-screenshooter/xfce4-screenshooter_1.9.9.bb @@ -9,12 +9,12 @@ inherit xfce-app SRC_URI[sha256sum] = "33c8aeb53fbdb82dbd7d40bca77a8affbb4116ba0993cd59474b554558e5daa4" -do_compile_prepend() { +do_compile:prepend() { mkdir -p lib mkdir -p src panel-plugin } -FILES_${PN} += " \ +FILES:${PN} += " \ ${datadir}/metainfo \ ${datadir}/xfce4/panel/plugins \ ${libdir}/xfce4/panel/plugins \ diff --git a/meta-xfce/recipes-apps/xfce4-terminal/xfce4-terminal_0.8.10.bb b/meta-xfce/recipes-apps/xfce4-terminal/xfce4-terminal_0.8.10.bb index 783d386523..7e7c4bbbce 100644 --- a/meta-xfce/recipes-apps/xfce4-terminal/xfce4-terminal_0.8.10.bb +++ b/meta-xfce/recipes-apps/xfce4-terminal/xfce4-terminal_0.8.10.bb @@ -5,9 +5,9 @@ DEPENDS = "glib-2.0 gtk+3 vte libxfce4ui" inherit xfce-app -FILES_${PN} += "${datadir}/xfce4 \ +FILES:${PN} += "${datadir}/xfce4 \ ${datadir}/gnome-control-center" SRC_URI[sha256sum] = "7a3337c198e01262a0412384823185753ac8a0345be1d6776a7e9bbbcbf33dc7" -RRECOMMENDS_${PN} += "vte-prompt" +RRECOMMENDS:${PN} += "vte-prompt" -- cgit 1.2.3-korg