From 74a290bb3fb387ebd918cb2bd56a742188bff1e9 Mon Sep 17 00:00:00 2001 From: Jason Schonberg Date: Mon, 25 Nov 2024 09:53:06 -0500 Subject: xfconf: Upgrade 4.18.1 -> 4.18.2 Changelog: https://gitlab.xfce.org/xfce/xfconf/-/tags/xfconf-4.18.2 Signed-off-by: Jason Schonberg Signed-off-by: Khem Raj --- meta-xfce/recipes-xfce/xfconf/xfconf_4.18.1.bb | 19 ------------------- meta-xfce/recipes-xfce/xfconf/xfconf_4.18.2.bb | 19 +++++++++++++++++++ 2 files changed, 19 insertions(+), 19 deletions(-) delete mode 100644 meta-xfce/recipes-xfce/xfconf/xfconf_4.18.1.bb create mode 100644 meta-xfce/recipes-xfce/xfconf/xfconf_4.18.2.bb diff --git a/meta-xfce/recipes-xfce/xfconf/xfconf_4.18.1.bb b/meta-xfce/recipes-xfce/xfconf/xfconf_4.18.1.bb deleted file mode 100644 index e780b07604..0000000000 --- a/meta-xfce/recipes-xfce/xfconf/xfconf_4.18.1.bb +++ /dev/null @@ -1,19 +0,0 @@ -SUMMARY = "Xfce configuration daemon and utilities" -SECTION = "x11/wm" -LICENSE = "GPL-2.0-or-later" -LIC_FILES_CHKSUM = "file://COPYING;md5=59530bdf33659b29e73d4adb9f9f6552" -DEPENDS = "libxfce4util perl intltool-native xfce4-dev-tools-native" - -inherit xfce gtk-doc gobject-introspection bash-completion vala - -EXTRA_OECONF += "PERL=${STAGING_DIR_TARGET}/usr/bin/perl" - -SRC_URI[sha256sum] = "d9714751bbcfdc5a59340da6ef8ddfc0807221587b962d907f97dc0a8a002257" - -FILES:${PN} += "${libdir}/xfce4/xfconf/xfconfd \ - ${libdir}/gio/modules/libxfconfgsettingsbackend.so \ - ${datadir}/dbus-1/services/org.xfce.Xfconf.service" - -FILES:${PN}-dev += "${libdir}/gio/modules/libxfconfgsettingsbackend.la" - -PACKAGECONFIG[gsettings-backend] = "--enable-gsettings-backend,--disable-gsettings-backend," diff --git a/meta-xfce/recipes-xfce/xfconf/xfconf_4.18.2.bb b/meta-xfce/recipes-xfce/xfconf/xfconf_4.18.2.bb new file mode 100644 index 0000000000..39694cd0bf --- /dev/null +++ b/meta-xfce/recipes-xfce/xfconf/xfconf_4.18.2.bb @@ -0,0 +1,19 @@ +SUMMARY = "Xfce configuration daemon and utilities" +SECTION = "x11/wm" +LICENSE = "GPL-2.0-or-later" +LIC_FILES_CHKSUM = "file://COPYING;md5=59530bdf33659b29e73d4adb9f9f6552" +DEPENDS = "libxfce4util perl intltool-native xfce4-dev-tools-native" + +inherit xfce gtk-doc gobject-introspection bash-completion vala + +EXTRA_OECONF += "PERL=${STAGING_DIR_TARGET}/usr/bin/perl" + +SRC_URI[sha256sum] = "dce24fb0555e9718d139c10e714759e03ab4e40a7ffcf3c990f046f7a17213cc" + +FILES:${PN} += "${libdir}/xfce4/xfconf/xfconfd \ + ${libdir}/gio/modules/libxfconfgsettingsbackend.so \ + ${datadir}/dbus-1/services/org.xfce.Xfconf.service" + +FILES:${PN}-dev += "${libdir}/gio/modules/libxfconfgsettingsbackend.la" + +PACKAGECONFIG[gsettings-backend] = "--enable-gsettings-backend,--disable-gsettings-backend," -- cgit v1.2.3-54-g00ecf