From 6ddc13587365ae56f66912e55b27efb2e85c18db Mon Sep 17 00:00:00 2001 From: Markus Volk Date: Sat, 4 Feb 2023 10:53:35 +0100 Subject: xfdesktop: update 4.18.0 -> 4.18.1 Also do an update on the dependencies Signed-off-by: Markus Volk Signed-off-by: Khem Raj --- .../recipes-xfce/xfdesktop/xfdesktop_4.18.0.bb | 16 ------------- .../recipes-xfce/xfdesktop/xfdesktop_4.18.1.bb | 28 ++++++++++++++++++++++ 2 files changed, 28 insertions(+), 16 deletions(-) delete mode 100644 meta-xfce/recipes-xfce/xfdesktop/xfdesktop_4.18.0.bb create mode 100644 meta-xfce/recipes-xfce/xfdesktop/xfdesktop_4.18.1.bb (limited to 'meta-xfce') diff --git a/meta-xfce/recipes-xfce/xfdesktop/xfdesktop_4.18.0.bb b/meta-xfce/recipes-xfce/xfdesktop/xfdesktop_4.18.0.bb deleted file mode 100644 index 6895b7912b..0000000000 --- a/meta-xfce/recipes-xfce/xfdesktop/xfdesktop_4.18.0.bb +++ /dev/null @@ -1,16 +0,0 @@ -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" - -inherit xfce features_check - -REQUIRED_DISTRO_FEATURES = "x11" - -SRC_URI[sha256sum] = "661783e7e6605459926d80bca46d25ce2197c221456457a863ea9d0252120d14" - -PACKAGECONFIG ??= "notify" -PACKAGECONFIG[notify] = "--enable-notifications,--disable-notifications,libnotify" - -FILES:${PN} += "${datadir}/backgrounds" diff --git a/meta-xfce/recipes-xfce/xfdesktop/xfdesktop_4.18.1.bb b/meta-xfce/recipes-xfce/xfdesktop/xfdesktop_4.18.1.bb new file mode 100644 index 0000000000..f4d5fef8e4 --- /dev/null +++ b/meta-xfce/recipes-xfce/xfdesktop/xfdesktop_4.18.1.bb @@ -0,0 +1,28 @@ +SUMMARY = "Xfce4 Desktop Manager" +SECTION = "x11/base" +LICENSE = "GPL-2.0-or-later" +LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f" +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] = "ef9268190c25877e22a9ff5aa31cc8ede120239cb0dfca080c174e7eed4ff756" + +PACKAGECONFIG ??= "notify" +PACKAGECONFIG[notify] = "--enable-notifications,--disable-notifications,libnotify" + +FILES:${PN} += "${datadir}/backgrounds" -- cgit 1.2.3-korg