diff options
author | Markus Volk <f_l_k@t-online.de> | 2023-02-04 10:53:35 +0100 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2023-02-04 14:53:25 -0800 |
commit | 6ddc13587365ae56f66912e55b27efb2e85c18db (patch) | |
tree | 94c6d91e01d8f82a1fc922c8fa686addbb1f6c25 | |
parent | 4dead11edb63d6e4540ac84d75c63ffd0dac585d (diff) | |
download | meta-openembedded-6ddc13587365ae56f66912e55b27efb2e85c18db.tar.gz |
xfdesktop: update 4.18.0 -> 4.18.1
Also do an update on the dependencies
Signed-off-by: Markus Volk <f_l_k@t-online.de>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r-- | meta-xfce/recipes-xfce/xfdesktop/xfdesktop_4.18.1.bb (renamed from meta-xfce/recipes-xfce/xfdesktop/xfdesktop_4.18.0.bb) | 16 |
1 files changed, 14 insertions, 2 deletions
diff --git a/meta-xfce/recipes-xfce/xfdesktop/xfdesktop_4.18.0.bb b/meta-xfce/recipes-xfce/xfdesktop/xfdesktop_4.18.1.bb index 6895b7912b..f4d5fef8e4 100644 --- a/meta-xfce/recipes-xfce/xfdesktop/xfdesktop_4.18.0.bb +++ b/meta-xfce/recipes-xfce/xfdesktop/xfdesktop_4.18.1.bb | |||
@@ -2,13 +2,25 @@ SUMMARY = "Xfce4 Desktop Manager" | |||
2 | SECTION = "x11/base" | 2 | SECTION = "x11/base" |
3 | LICENSE = "GPL-2.0-or-later" | 3 | LICENSE = "GPL-2.0-or-later" |
4 | LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f" | 4 | LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f" |
5 | DEPENDS = "libxfce4ui libwnck thunar garcon exo" | 5 | DEPENDS = " \ |
6 | cairo \ | ||
7 | exo \ | ||
8 | garcon \ | ||
9 | glib-2.0 \ | ||
10 | gtk+3 \ | ||
11 | intltool \ | ||
12 | libwnck3 \ | ||
13 | libxfce4ui \ | ||
14 | libxfce4util \ | ||
15 | thunar \ | ||
16 | xfconf \ | ||
17 | " | ||
6 | 18 | ||
7 | inherit xfce features_check | 19 | inherit xfce features_check |
8 | 20 | ||
9 | REQUIRED_DISTRO_FEATURES = "x11" | 21 | REQUIRED_DISTRO_FEATURES = "x11" |
10 | 22 | ||
11 | SRC_URI[sha256sum] = "661783e7e6605459926d80bca46d25ce2197c221456457a863ea9d0252120d14" | 23 | SRC_URI[sha256sum] = "ef9268190c25877e22a9ff5aa31cc8ede120239cb0dfca080c174e7eed4ff756" |
12 | 24 | ||
13 | PACKAGECONFIG ??= "notify" | 25 | PACKAGECONFIG ??= "notify" |
14 | PACKAGECONFIG[notify] = "--enable-notifications,--disable-notifications,libnotify" | 26 | PACKAGECONFIG[notify] = "--enable-notifications,--disable-notifications,libnotify" |