From 500ec7e898c757331c136af0363f0962e9c45da9 Mon Sep 17 00:00:00 2001 From: Wang Mingyu Date: Thu, 6 Nov 2025 07:43:52 +0800 Subject: libpanel: upgrade 1.10.2 -> 1.10.3 Signed-off-by: Wang Mingyu Signed-off-by: Khem Raj --- .../recipes-gnome/libpanel/libpanel_1.10.2.bb | 22 ---------------------- .../recipes-gnome/libpanel/libpanel_1.10.3.bb | 22 ++++++++++++++++++++++ 2 files changed, 22 insertions(+), 22 deletions(-) delete mode 100644 meta-gnome/recipes-gnome/libpanel/libpanel_1.10.2.bb create mode 100644 meta-gnome/recipes-gnome/libpanel/libpanel_1.10.3.bb (limited to 'meta-gnome') diff --git a/meta-gnome/recipes-gnome/libpanel/libpanel_1.10.2.bb b/meta-gnome/recipes-gnome/libpanel/libpanel_1.10.2.bb deleted file mode 100644 index 680ccf362b..0000000000 --- a/meta-gnome/recipes-gnome/libpanel/libpanel_1.10.2.bb +++ /dev/null @@ -1,22 +0,0 @@ -# your responsibility to verify that the values are complete and correct. -LICENSE = "LGPL-2.1-only" -LIC_FILES_CHKSUM = "file://COPYING;md5=3000208d539ec061b899bce1d9ce9404" - -GNOMEBASEBUILDCLASS = "meson" -inherit gnomebase upstream-version-is-even gobject-introspection gtk-icon-cache - -DEPENDS += " \ - glib-2.0 \ - gtk4 \ - libadwaita \ -" - -SRC_URI[archive.sha256sum] = "cc12e8e10f1e4977bd12ad3ffaedcd52ac176348b4af6fe5da686b96325bfe01" - -PACKAGECONFIG ?= "" -#EXTRA_OEMESON += "-Ddocs=disabled" -#GTKDOC_MESON_DISABLE_FLAG = "disabled" - -EXTRA_OEMESON += "-Ddocs=disabled -Dintrospection=enabled -Dvapi=false" - -REQUIRED_DISTRO_FEATURES = "gobject-introspection-data opengl" diff --git a/meta-gnome/recipes-gnome/libpanel/libpanel_1.10.3.bb b/meta-gnome/recipes-gnome/libpanel/libpanel_1.10.3.bb new file mode 100644 index 0000000000..3fc58a9593 --- /dev/null +++ b/meta-gnome/recipes-gnome/libpanel/libpanel_1.10.3.bb @@ -0,0 +1,22 @@ +# your responsibility to verify that the values are complete and correct. +LICENSE = "LGPL-2.1-only" +LIC_FILES_CHKSUM = "file://COPYING;md5=3000208d539ec061b899bce1d9ce9404" + +GNOMEBASEBUILDCLASS = "meson" +inherit gnomebase upstream-version-is-even gobject-introspection gtk-icon-cache + +DEPENDS += " \ + glib-2.0 \ + gtk4 \ + libadwaita \ +" + +SRC_URI[archive.sha256sum] = "42a01baf8b94440f194ea8342b244bd6992dfb024ca3160c9477ff498ec3a2b6" + +PACKAGECONFIG ?= "" +#EXTRA_OEMESON += "-Ddocs=disabled" +#GTKDOC_MESON_DISABLE_FLAG = "disabled" + +EXTRA_OEMESON += "-Ddocs=disabled -Dintrospection=enabled -Dvapi=false" + +REQUIRED_DISTRO_FEATURES = "gobject-introspection-data opengl" -- cgit v1.2.3-54-g00ecf