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-apps | |
| 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-apps')
12 files changed, 28 insertions, 28 deletions
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" | |||
| 9 | 9 | ||
| 10 | SRC_URI[sha256sum] = "1f6facee57a659af560f06024ca6f98aa4d638bf57a8bcfb613b4dc70fcc3b47" | 10 | SRC_URI[sha256sum] = "1f6facee57a659af560f06024ca6f98aa4d638bf57a8bcfb613b4dc70fcc3b47" |
| 11 | 11 | ||
| 12 | FILES_${PN} += "${datadir}/metainfo" | 12 | FILES:${PN} += "${datadir}/metainfo" |
| 13 | 13 | ||
| 14 | RDEPENDS_${PN} += "python3-pygobject python3-dbus" | 14 | 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 | |||
| 20 | do_compile() { | 20 | do_compile() { |
| 21 | } | 21 | } |
| 22 | 22 | ||
| 23 | do_install_append() { | 23 | do_install:append() { |
| 24 | sed -i 's:${D}::g' ${D}${datadir}/applications/menulibre.desktop | 24 | sed -i 's:${D}::g' ${D}${datadir}/applications/menulibre.desktop |
| 25 | sed -i 's:share/share:share:g' ${D}${PYTHON_SITEPACKAGES_DIR}/menulibre_lib/menulibreconfig.py | 25 | sed -i 's:share/share:share:g' ${D}${PYTHON_SITEPACKAGES_DIR}/menulibre_lib/menulibreconfig.py |
| 26 | } | 26 | } |
| 27 | 27 | ||
| 28 | FILES_${PN} += " \ | 28 | FILES:${PN} += " \ |
| 29 | ${datadir}/applications \ | 29 | ${datadir}/applications \ |
| 30 | ${datadir}/menulibre \ | 30 | ${datadir}/menulibre \ |
| 31 | ${datadir}/icons \ | 31 | ${datadir}/icons \ |
| 32 | " | 32 | " |
| 33 | 33 | ||
| 34 | RDEPENDS_${PN} += " \ | 34 | RDEPENDS:${PN} += " \ |
| 35 | gtk+3 \ | 35 | gtk+3 \ |
| 36 | gtksourceview3 \ | 36 | gtksourceview3 \ |
| 37 | python3-pygobject \ | 37 | 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 | |||
| 14 | PACKAGECONFIG ??= "" | 14 | PACKAGECONFIG ??= "" |
| 15 | PACKAGECONFIG[spell] = "--enable-plugin-gspell,--disable-plugin-gspell,gspell" | 15 | PACKAGECONFIG[spell] = "--enable-plugin-gspell,--disable-plugin-gspell,gspell" |
| 16 | 16 | ||
| 17 | FILES_${PN} += " \ | 17 | FILES:${PN} += " \ |
| 18 | ${datadir}/glib-2.0/schemas \ | 18 | ${datadir}/glib-2.0/schemas \ |
| 19 | ${datadir}/metainfo \ | 19 | ${datadir}/metainfo \ |
| 20 | ${datadir}/polkit-1 \ | 20 | ${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 ??= "" | |||
| 15 | PACKAGECONFIG[notify] = "--enable-libnotify,--disable-libnotify,libnotify" | 15 | PACKAGECONFIG[notify] = "--enable-libnotify,--disable-libnotify,libnotify" |
| 16 | 16 | ||
| 17 | PACKAGES =+ "xfce4-orageclock-plugin" | 17 | PACKAGES =+ "xfce4-orageclock-plugin" |
| 18 | FILES_${PN} += "${datadir}/dbus-1" | 18 | FILES:${PN} += "${datadir}/dbus-1" |
| 19 | FILES_xfce4-orageclock-plugin = "${libdir}/xfce4/panel/plugins/*.so ${datadir}/xfce4/panel/plugins" | 19 | FILES:xfce4-orageclock-plugin = "${libdir}/xfce4/panel/plugins/*.so ${datadir}/xfce4/panel/plugins" |
| 20 | FILES_${PN}-dev += "${libdir}/xfce4/panel/plugins/*.la" | 20 | 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" | |||
| 8 | 8 | ||
| 9 | inherit xfce-app mime-xdg | 9 | inherit xfce-app mime-xdg |
| 10 | 10 | ||
| 11 | RRECOMMENDS_${PN} += "tumbler" | 11 | RRECOMMENDS:${PN} += "tumbler" |
| 12 | 12 | ||
| 13 | SRC_URI[sha256sum] = "877e30d412c8cbfa9706f4ac0cab1a478f5829beafb773addc7722ca0cb78823" | 13 | SRC_URI[sha256sum] = "877e30d412c8cbfa9706f4ac0cab1a478f5829beafb773addc7722ca0cb78823" |
| 14 | 14 | ||
| 15 | FILES_${PN} += "${datadir}/metainfo" | 15 | 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 += " \ | |||
| 24 | --disable-doc \ | 24 | --disable-doc \ |
| 25 | " | 25 | " |
| 26 | 26 | ||
| 27 | do_configure_prepend() { | 27 | do_configure:prepend() { |
| 28 | touch ${S}/NEWS ${S}/AUTHORS | 28 | touch ${S}/NEWS ${S}/AUTHORS |
| 29 | } | 29 | } |
| 30 | 30 | ||
| 31 | FILES_${PN} += "${libdir}/thunar-archive-plugin" | 31 | FILES:${PN} += "${libdir}/thunar-archive-plugin" |
| 32 | 32 | ||
| 33 | RRECOMMENDS_${PN} = "lzop zip tar bzip2 unzip xz p7zip" | 33 | 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 | |||
| 17 | 17 | ||
| 18 | REQUIRED_DISTRO_FEATURES = "systemd x11" | 18 | REQUIRED_DISTRO_FEATURES = "systemd x11" |
| 19 | 19 | ||
| 20 | FILES_${PN} += "${datadir}/icons/hicolor" | 20 | FILES:${PN} += "${datadir}/icons/hicolor" |
| 21 | 21 | ||
| 22 | RDEPENDS_${PN} = "tzdata" | 22 | 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 | |||
| 20 | # org.freedesktop.Notifications | 20 | # org.freedesktop.Notifications |
| 21 | EXTRA_OECONF = "--disable-dbus-start-daemon" | 21 | EXTRA_OECONF = "--disable-dbus-start-daemon" |
| 22 | 22 | ||
| 23 | do_compile_prepend() { | 23 | do_compile:prepend() { |
| 24 | mkdir -p xfce4-notifyd xfce4-notifyd-config | 24 | mkdir -p xfce4-notifyd xfce4-notifyd-config |
| 25 | } | 25 | } |
| 26 | 26 | ||
| 27 | FILES_${PN} += " \ | 27 | FILES:${PN} += " \ |
| 28 | ${systemd_user_unitdir} \ | 28 | ${systemd_user_unitdir} \ |
| 29 | ${datadir}/xfce4 \ | 29 | ${datadir}/xfce4 \ |
| 30 | ${datadir}/themes \ | 30 | ${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() { | |||
| 24 | sed -i 's:${PYTHON}:python3:g' ${D}${bindir}/xfce4-panel-profiles | 24 | sed -i 's:${PYTHON}:python3:g' ${D}${bindir}/xfce4-panel-profiles |
| 25 | } | 25 | } |
| 26 | 26 | ||
| 27 | FILES_${PN} += "${datadir}/metainfo" | 27 | FILES:${PN} += "${datadir}/metainfo" |
| 28 | 28 | ||
| 29 | RDEPENDS_${PN} += "python3-pygobject python3-pexpect" | 29 | 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 | |||
| 12 | 12 | ||
| 13 | inherit xfce-app | 13 | inherit xfce-app |
| 14 | 14 | ||
| 15 | SRC_URI_append = " file://fix-cross-compile.patch" | 15 | SRC_URI:append = " file://fix-cross-compile.patch" |
| 16 | SRC_URI[sha256sum] = "6d4d143e3e62db679ce83ce7da97903390773ee0a8ceb05ff4c3dac36616268d" | 16 | SRC_URI[sha256sum] = "6d4d143e3e62db679ce83ce7da97903390773ee0a8ceb05ff4c3dac36616268d" |
| 17 | 17 | ||
| 18 | do_install_append() { | 18 | do_install:append() { |
| 19 | install -D -m 0644 ${S}/data/xfce4-screensaver.common-auth ${D}${sysconfdir}/pam.d/xfce4-screensaver | 19 | install -D -m 0644 ${S}/data/xfce4-screensaver.common-auth ${D}${sysconfdir}/pam.d/xfce4-screensaver |
| 20 | } | 20 | } |
| 21 | 21 | ||
| 22 | FILES_${PN} += "${datadir}/dbus-1 ${datadir}/desktop-directories" | 22 | FILES:${PN} += "${datadir}/dbus-1 ${datadir}/desktop-directories" |
| 23 | 23 | ||
| 24 | RDEPENDS_${PN} += "python3-core" | 24 | 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 | |||
| 9 | 9 | ||
| 10 | SRC_URI[sha256sum] = "33c8aeb53fbdb82dbd7d40bca77a8affbb4116ba0993cd59474b554558e5daa4" | 10 | SRC_URI[sha256sum] = "33c8aeb53fbdb82dbd7d40bca77a8affbb4116ba0993cd59474b554558e5daa4" |
| 11 | 11 | ||
| 12 | do_compile_prepend() { | 12 | do_compile:prepend() { |
| 13 | mkdir -p lib | 13 | mkdir -p lib |
| 14 | mkdir -p src panel-plugin | 14 | mkdir -p src panel-plugin |
| 15 | } | 15 | } |
| 16 | 16 | ||
| 17 | FILES_${PN} += " \ | 17 | FILES:${PN} += " \ |
| 18 | ${datadir}/metainfo \ | 18 | ${datadir}/metainfo \ |
| 19 | ${datadir}/xfce4/panel/plugins \ | 19 | ${datadir}/xfce4/panel/plugins \ |
| 20 | ${libdir}/xfce4/panel/plugins \ | 20 | ${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" | |||
| 5 | 5 | ||
| 6 | inherit xfce-app | 6 | inherit xfce-app |
| 7 | 7 | ||
| 8 | FILES_${PN} += "${datadir}/xfce4 \ | 8 | FILES:${PN} += "${datadir}/xfce4 \ |
| 9 | ${datadir}/gnome-control-center" | 9 | ${datadir}/gnome-control-center" |
| 10 | 10 | ||
| 11 | SRC_URI[sha256sum] = "7a3337c198e01262a0412384823185753ac8a0345be1d6776a7e9bbbcbf33dc7" | 11 | SRC_URI[sha256sum] = "7a3337c198e01262a0412384823185753ac8a0345be1d6776a7e9bbbcbf33dc7" |
| 12 | 12 | ||
| 13 | RRECOMMENDS_${PN} += "vte-prompt" | 13 | RRECOMMENDS:${PN} += "vte-prompt" |
