From 20b4cce482da1184b17116a80fe9bc2bc0194c03 Mon Sep 17 00:00:00 2001 From: Wang Mingyu Date: Tue, 25 Mar 2025 17:01:22 +0800 Subject: libpeas: upgrade 2.0.5 -> 2.0.7 Signed-off-by: Wang Mingyu Signed-off-by: Khem Raj --- meta-gnome/recipes-gnome/libpeas/libpeas_2.0.5.bb | 25 ----------------------- meta-gnome/recipes-gnome/libpeas/libpeas_2.0.7.bb | 25 +++++++++++++++++++++++ 2 files changed, 25 insertions(+), 25 deletions(-) delete mode 100644 meta-gnome/recipes-gnome/libpeas/libpeas_2.0.5.bb create mode 100644 meta-gnome/recipes-gnome/libpeas/libpeas_2.0.7.bb diff --git a/meta-gnome/recipes-gnome/libpeas/libpeas_2.0.5.bb b/meta-gnome/recipes-gnome/libpeas/libpeas_2.0.5.bb deleted file mode 100644 index 557831da6e..0000000000 --- a/meta-gnome/recipes-gnome/libpeas/libpeas_2.0.5.bb +++ /dev/null @@ -1,25 +0,0 @@ -SUMMARY = "libpeas is a gobject-based plugins engine" -HOMEPAGE = "https://wiki.gnome.org/Projects/Libpeas" -LICENSE = "LGPL-2.1-or-later" -LIC_FILES_CHKSUM = "file://COPYING;md5=4b54a1fd55a448865a0b32d41598759d" - -DEPENDS = "glib-2.0" - -inherit gnomebase gobject-introspection vala gi-docgen - -SRC_URI += "file://disable-lgi-check.patch" -SRC_URI[archive.sha256sum] = "376f2f73d731b54e13ddbab1d91b6382cf6a980524def44df62add15489de6dd" - -PACKAGECONFIG ?= "python3 gjs lua51 ${@bb.utils.contains('DISTRO_FEATURES', 'gobject-introspection', 'vala', '', d)}" -PACKAGECONFIG:remove:riscv32 = "lua51" -PACKAGECONFIG:remove:riscv64 = "lua51" -PACKAGECONFIG:remove:powerpc64 = "lua51" -PACKAGECONFIG:remove:powerpc64le = "lua51" - -PACKAGECONFIG[python3] = "-Dpython3=true,-Dpython3=false,python3-pygobject,python3-pygobject" -PACKAGECONFIG[gjs] = "-Dgjs=true,-Dgjs=false,gjs mozjs-128" -PACKAGECONFIG[lua51] = "-Dlua51=true,-Dlua51=false,luajit luajit-native,lua-lgi" -PACKAGECONFIG[vala] = "-Dvapi=true,-Dvapi=false" - -FILES:${PN} += "${libdir}/libpeas-2" - diff --git a/meta-gnome/recipes-gnome/libpeas/libpeas_2.0.7.bb b/meta-gnome/recipes-gnome/libpeas/libpeas_2.0.7.bb new file mode 100644 index 0000000000..76ed820e66 --- /dev/null +++ b/meta-gnome/recipes-gnome/libpeas/libpeas_2.0.7.bb @@ -0,0 +1,25 @@ +SUMMARY = "libpeas is a gobject-based plugins engine" +HOMEPAGE = "https://wiki.gnome.org/Projects/Libpeas" +LICENSE = "LGPL-2.1-or-later" +LIC_FILES_CHKSUM = "file://COPYING;md5=4b54a1fd55a448865a0b32d41598759d" + +DEPENDS = "glib-2.0" + +inherit gnomebase gobject-introspection vala gi-docgen + +SRC_URI += "file://disable-lgi-check.patch" +SRC_URI[archive.sha256sum] = "1e9a9d69761d2109eff5b7c11d8c96b4867ccfaca2b921eded49401192769ec9" + +PACKAGECONFIG ?= "python3 gjs lua51 ${@bb.utils.contains('DISTRO_FEATURES', 'gobject-introspection', 'vala', '', d)}" +PACKAGECONFIG:remove:riscv32 = "lua51" +PACKAGECONFIG:remove:riscv64 = "lua51" +PACKAGECONFIG:remove:powerpc64 = "lua51" +PACKAGECONFIG:remove:powerpc64le = "lua51" + +PACKAGECONFIG[python3] = "-Dpython3=true,-Dpython3=false,python3-pygobject,python3-pygobject" +PACKAGECONFIG[gjs] = "-Dgjs=true,-Dgjs=false,gjs mozjs-128" +PACKAGECONFIG[lua51] = "-Dlua51=true,-Dlua51=false,luajit luajit-native,lua-lgi" +PACKAGECONFIG[vala] = "-Dvapi=true,-Dvapi=false" + +FILES:${PN} += "${libdir}/libpeas-2" + -- cgit v1.2.3-54-g00ecf