diff mbox series

[meta-xfce] xfdesktop: update 4.18.0 -> 4.18.1

Message ID 20230204095335.89343-1-f_l_k@t-online.de
State Under Review
Headers show
Series [meta-xfce] xfdesktop: update 4.18.0 -> 4.18.1 | expand

Commit Message

Markus Volk Feb. 4, 2023, 9:53 a.m. UTC
Also do an update on the dependencies

Signed-off-by: Markus Volk <f_l_k@t-online.de>
---
 .../{xfdesktop_4.18.0.bb => xfdesktop_4.18.1.bb} | 16 ++++++++++++++--
 1 file changed, 14 insertions(+), 2 deletions(-)
 rename meta-xfce/recipes-xfce/xfdesktop/{xfdesktop_4.18.0.bb => xfdesktop_4.18.1.bb} (59%)
diff mbox series

Patch

diff --git a/meta-xfce/recipes-xfce/xfdesktop/xfdesktop_4.18.0.bb b/meta-xfce/recipes-xfce/xfdesktop/xfdesktop_4.18.1.bb
similarity index 59%
rename from meta-xfce/recipes-xfce/xfdesktop/xfdesktop_4.18.0.bb
rename to meta-xfce/recipes-xfce/xfdesktop/xfdesktop_4.18.1.bb
index 6895b7912..f4d5fef8e 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"
 SECTION = "x11/base"
 LICENSE = "GPL-2.0-or-later"
 LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f"
-DEPENDS = "libxfce4ui libwnck thunar garcon exo"
+DEPENDS = " \
+    cairo \
+    exo \
+    garcon \
+    glib-2.0 \
+    gtk+3 \
+    intltool \
+    libwnck3 \
+    libxfce4ui \
+    libxfce4util \
+    thunar \
+    xfconf \
+"
 
 inherit xfce features_check
 
 REQUIRED_DISTRO_FEATURES = "x11"
 
-SRC_URI[sha256sum] = "661783e7e6605459926d80bca46d25ce2197c221456457a863ea9d0252120d14"
+SRC_URI[sha256sum] = "ef9268190c25877e22a9ff5aa31cc8ede120239cb0dfca080c174e7eed4ff756"
 
 PACKAGECONFIG ??= "notify"
 PACKAGECONFIG[notify] = "--enable-notifications,--disable-notifications,libnotify"