From 093a67bc623d32e20a956434ad09e643ecfe021f Mon Sep 17 00:00:00 2001 From: Kai Kang Date: Thu, 19 Dec 2024 18:52:22 +0800 Subject: xfce4-dev-tools: 4.18.1 -> 4.20.0 Upgrade xfce4-dev-tools from 4.18.1 to 4.20.0: * add dependency meson-native The change log is at: https://gitlab.xfce.org/xfce/xfce4-dev-tools/-/blob/master/NEWS Signed-off-by: Kai Kang Signed-off-by: Khem Raj --- .../xfce4-dev-tools/xfce4-dev-tools_4.18.1.bb | 27 ---------------------- .../xfce4-dev-tools/xfce4-dev-tools_4.20.0.bb | 27 ++++++++++++++++++++++ 2 files changed, 27 insertions(+), 27 deletions(-) delete mode 100644 meta-xfce/recipes-xfce/xfce4-dev-tools/xfce4-dev-tools_4.18.1.bb create mode 100644 meta-xfce/recipes-xfce/xfce4-dev-tools/xfce4-dev-tools_4.20.0.bb (limited to 'meta-xfce') diff --git a/meta-xfce/recipes-xfce/xfce4-dev-tools/xfce4-dev-tools_4.18.1.bb b/meta-xfce/recipes-xfce/xfce4-dev-tools/xfce4-dev-tools_4.18.1.bb deleted file mode 100644 index 576fa32628..0000000000 --- a/meta-xfce/recipes-xfce/xfce4-dev-tools/xfce4-dev-tools_4.18.1.bb +++ /dev/null @@ -1,27 +0,0 @@ -SUMMARY = "Xfce4 development tools" -HOMEPAGE = "http://www.xfce.org" -SECTION = "x11/libs" -LICENSE = "GPL-2.0-or-later" -LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263" - -DEPENDS = "glib-2.0 libxslt-native" -DEPENDS:append:class-target = " ${BPN}-native" - -SRC_URI = "http://archive.xfce.org/src/xfce/${BPN}/${@'${PV}'[0:4]}/${BPN}-${PV}.tar.bz2 \ - file://0001-m4macros-Check-for-a-function-provided-by-libX11-in-.patch \ - " -SRC_URI:append:class-target = " file://0001-Run-native-xdt-csource-on-tests.patch" -SRC_URI[sha256sum] = "812cabe7048922ebc176564b73c3e427e467c9566365ee3e54c0487d305a7681" - -inherit autotools pkgconfig - -do_install:append() { - install -d ${D}${datadir}/aclocal - install -m 644 ${S}/m4macros/*.m4 ${D}${datadir}/aclocal/ -} - -FILES:${PN} += "${datadir}/xfce4/dev-tools/m4macros/*.m4" - -RDEPENDS:${PN} = "bash" - -BBCLASSEXTEND = "native" diff --git a/meta-xfce/recipes-xfce/xfce4-dev-tools/xfce4-dev-tools_4.20.0.bb b/meta-xfce/recipes-xfce/xfce4-dev-tools/xfce4-dev-tools_4.20.0.bb new file mode 100644 index 0000000000..f4e88c4aa0 --- /dev/null +++ b/meta-xfce/recipes-xfce/xfce4-dev-tools/xfce4-dev-tools_4.20.0.bb @@ -0,0 +1,27 @@ +SUMMARY = "Xfce4 development tools" +HOMEPAGE = "http://www.xfce.org" +SECTION = "x11/libs" +LICENSE = "GPL-2.0-or-later" +LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263" + +DEPENDS = "glib-2.0 libxslt-native meson-native" +DEPENDS:append:class-target = " ${BPN}-native" + +SRC_URI = "http://archive.xfce.org/src/xfce/${BPN}/${@'${PV}'[0:4]}/${BP}.tar.bz2 \ + file://0001-m4macros-Check-for-a-function-provided-by-libX11-in-.patch \ + " +SRC_URI:append:class-target = " file://0001-Run-native-xdt-csource-on-tests.patch" +SRC_URI[sha256sum] = "1fba39a08a0ecc771eaa3a3b6e4272a4f0b9e7c67d0f66e780cd6090cd4466aa" + +inherit autotools pkgconfig + +do_install:append() { + install -d ${D}${datadir}/aclocal + install -m 644 ${S}/m4macros/*.m4 ${D}${datadir}/aclocal/ +} + +FILES:${PN} += "${datadir}/xfce4/dev-tools/m4macros/*.m4" + +RDEPENDS:${PN} = "bash" + +BBCLASSEXTEND = "native" -- cgit v1.2.3-54-g00ecf