summaryrefslogtreecommitdiffstats
path: root/meta-xfce/recipes-apps
diff options
context:
space:
mode:
authorMartin Jansa <Martin.Jansa@gmail.com>2021-07-29 17:04:53 +0200
committerKhem Raj <raj.khem@gmail.com>2021-08-03 10:21:25 -0700
commitc61dc077bbd81260e4f167fa2251643ba0ba6974 (patch)
tree66c3243f8f64ae60f66f70a16e8128c247254a65 /meta-xfce/recipes-apps
parentc5f7cfb8db54cfa4257797db5bd87828dea43296 (diff)
downloadmeta-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')
-rw-r--r--meta-xfce/recipes-apps/catfish/catfish_4.16.0.bb4
-rw-r--r--meta-xfce/recipes-apps/menulibre/menulibre_2.2.1.bb6
-rw-r--r--meta-xfce/recipes-apps/mousepad/mousepad_0.5.5.bb2
-rw-r--r--meta-xfce/recipes-apps/orage/orage_4.12.1.bb6
-rw-r--r--meta-xfce/recipes-apps/ristretto/ristretto_0.11.0.bb4
-rw-r--r--meta-xfce/recipes-apps/xarchiver/xarchiver_git.bb6
-rw-r--r--meta-xfce/recipes-apps/xfce4-datetime-setter/xfce4-datetime-setter_3.32.2.bb4
-rw-r--r--meta-xfce/recipes-apps/xfce4-notifyd/xfce4-notifyd_0.6.2.bb4
-rw-r--r--meta-xfce/recipes-apps/xfce4-panel-profiles/xfce4-panel-profiles_1.0.13.bb4
-rw-r--r--meta-xfce/recipes-apps/xfce4-screensaver/xfce4-screensaver_4.16.0.bb8
-rw-r--r--meta-xfce/recipes-apps/xfce4-screenshooter/xfce4-screenshooter_1.9.9.bb4
-rw-r--r--meta-xfce/recipes-apps/xfce4-terminal/xfce4-terminal_0.8.10.bb4
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
10SRC_URI[sha256sum] = "1f6facee57a659af560f06024ca6f98aa4d638bf57a8bcfb613b4dc70fcc3b47" 10SRC_URI[sha256sum] = "1f6facee57a659af560f06024ca6f98aa4d638bf57a8bcfb613b4dc70fcc3b47"
11 11
12FILES_${PN} += "${datadir}/metainfo" 12FILES:${PN} += "${datadir}/metainfo"
13 13
14RDEPENDS_${PN} += "python3-pygobject python3-dbus" 14RDEPENDS:${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
20do_compile() { 20do_compile() {
21} 21}
22 22
23do_install_append() { 23do_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
28FILES_${PN} += " \ 28FILES:${PN} += " \
29 ${datadir}/applications \ 29 ${datadir}/applications \
30 ${datadir}/menulibre \ 30 ${datadir}/menulibre \
31 ${datadir}/icons \ 31 ${datadir}/icons \
32" 32"
33 33
34RDEPENDS_${PN} += " \ 34RDEPENDS:${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
14PACKAGECONFIG ??= "" 14PACKAGECONFIG ??= ""
15PACKAGECONFIG[spell] = "--enable-plugin-gspell,--disable-plugin-gspell,gspell" 15PACKAGECONFIG[spell] = "--enable-plugin-gspell,--disable-plugin-gspell,gspell"
16 16
17FILES_${PN} += " \ 17FILES:${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 ??= ""
15PACKAGECONFIG[notify] = "--enable-libnotify,--disable-libnotify,libnotify" 15PACKAGECONFIG[notify] = "--enable-libnotify,--disable-libnotify,libnotify"
16 16
17PACKAGES =+ "xfce4-orageclock-plugin" 17PACKAGES =+ "xfce4-orageclock-plugin"
18FILES_${PN} += "${datadir}/dbus-1" 18FILES:${PN} += "${datadir}/dbus-1"
19FILES_xfce4-orageclock-plugin = "${libdir}/xfce4/panel/plugins/*.so ${datadir}/xfce4/panel/plugins" 19FILES:xfce4-orageclock-plugin = "${libdir}/xfce4/panel/plugins/*.so ${datadir}/xfce4/panel/plugins"
20FILES_${PN}-dev += "${libdir}/xfce4/panel/plugins/*.la" 20FILES:${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
9inherit xfce-app mime-xdg 9inherit xfce-app mime-xdg
10 10
11RRECOMMENDS_${PN} += "tumbler" 11RRECOMMENDS:${PN} += "tumbler"
12 12
13SRC_URI[sha256sum] = "877e30d412c8cbfa9706f4ac0cab1a478f5829beafb773addc7722ca0cb78823" 13SRC_URI[sha256sum] = "877e30d412c8cbfa9706f4ac0cab1a478f5829beafb773addc7722ca0cb78823"
14 14
15FILES_${PN} += "${datadir}/metainfo" 15FILES:${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
27do_configure_prepend() { 27do_configure:prepend() {
28 touch ${S}/NEWS ${S}/AUTHORS 28 touch ${S}/NEWS ${S}/AUTHORS
29} 29}
30 30
31FILES_${PN} += "${libdir}/thunar-archive-plugin" 31FILES:${PN} += "${libdir}/thunar-archive-plugin"
32 32
33RRECOMMENDS_${PN} = "lzop zip tar bzip2 unzip xz p7zip" 33RRECOMMENDS:${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
18REQUIRED_DISTRO_FEATURES = "systemd x11" 18REQUIRED_DISTRO_FEATURES = "systemd x11"
19 19
20FILES_${PN} += "${datadir}/icons/hicolor" 20FILES:${PN} += "${datadir}/icons/hicolor"
21 21
22RDEPENDS_${PN} = "tzdata" 22RDEPENDS:${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
21EXTRA_OECONF = "--disable-dbus-start-daemon" 21EXTRA_OECONF = "--disable-dbus-start-daemon"
22 22
23do_compile_prepend() { 23do_compile:prepend() {
24 mkdir -p xfce4-notifyd xfce4-notifyd-config 24 mkdir -p xfce4-notifyd xfce4-notifyd-config
25} 25}
26 26
27FILES_${PN} += " \ 27FILES:${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
27FILES_${PN} += "${datadir}/metainfo" 27FILES:${PN} += "${datadir}/metainfo"
28 28
29RDEPENDS_${PN} += "python3-pygobject python3-pexpect" 29RDEPENDS:${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
13inherit xfce-app 13inherit xfce-app
14 14
15SRC_URI_append = " file://fix-cross-compile.patch" 15SRC_URI:append = " file://fix-cross-compile.patch"
16SRC_URI[sha256sum] = "6d4d143e3e62db679ce83ce7da97903390773ee0a8ceb05ff4c3dac36616268d" 16SRC_URI[sha256sum] = "6d4d143e3e62db679ce83ce7da97903390773ee0a8ceb05ff4c3dac36616268d"
17 17
18do_install_append() { 18do_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
22FILES_${PN} += "${datadir}/dbus-1 ${datadir}/desktop-directories" 22FILES:${PN} += "${datadir}/dbus-1 ${datadir}/desktop-directories"
23 23
24RDEPENDS_${PN} += "python3-core" 24RDEPENDS:${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
10SRC_URI[sha256sum] = "33c8aeb53fbdb82dbd7d40bca77a8affbb4116ba0993cd59474b554558e5daa4" 10SRC_URI[sha256sum] = "33c8aeb53fbdb82dbd7d40bca77a8affbb4116ba0993cd59474b554558e5daa4"
11 11
12do_compile_prepend() { 12do_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
17FILES_${PN} += " \ 17FILES:${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
6inherit xfce-app 6inherit xfce-app
7 7
8FILES_${PN} += "${datadir}/xfce4 \ 8FILES:${PN} += "${datadir}/xfce4 \
9 ${datadir}/gnome-control-center" 9 ${datadir}/gnome-control-center"
10 10
11SRC_URI[sha256sum] = "7a3337c198e01262a0412384823185753ac8a0345be1d6776a7e9bbbcbf33dc7" 11SRC_URI[sha256sum] = "7a3337c198e01262a0412384823185753ac8a0345be1d6776a7e9bbbcbf33dc7"
12 12
13RRECOMMENDS_${PN} += "vte-prompt" 13RRECOMMENDS:${PN} += "vte-prompt"