From 60d59f177a5a0b32402e26c9d56ae327beeb5046 Mon Sep 17 00:00:00 2001 From: Wang Mingyu Date: Tue, 25 Mar 2025 17:01:21 +0800 Subject: libpanel: upgrade 1.8.1 -> 1.10.0 Changelog: =========== - OmniBar has received a fix for changes to AdwClamp - Updated translations - Various style improvements to match libadwaita - Various drag-n-drop improvements - Remove some deprecated API use Signed-off-by: Wang Mingyu Signed-off-by: Khem Raj --- .../recipes-gnome/libpanel/libpanel_1.10.0.bb | 22 ++++++++++++++++++++++ .../recipes-gnome/libpanel/libpanel_1.8.1.bb | 22 ---------------------- 2 files changed, 22 insertions(+), 22 deletions(-) create mode 100644 meta-gnome/recipes-gnome/libpanel/libpanel_1.10.0.bb delete mode 100644 meta-gnome/recipes-gnome/libpanel/libpanel_1.8.1.bb diff --git a/meta-gnome/recipes-gnome/libpanel/libpanel_1.10.0.bb b/meta-gnome/recipes-gnome/libpanel/libpanel_1.10.0.bb new file mode 100644 index 0000000000..da47288cf8 --- /dev/null +++ b/meta-gnome/recipes-gnome/libpanel/libpanel_1.10.0.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] = "578ce512278ff2bb5eeebb55099392c52537a5abd9bd0629567f102532b38b25" + +PACKAGECONFIG ?= "" +#EXTRA_OEMESON += "-Ddocs=disabled" +#GTKDOC_MESON_DISABLE_FLAG = "disabled" + +EXTRA_OEMESON += "-Ddocs=disabled -Dintrospection=enabled -Dvapi=false" + +REQUIRED_DISTRO_FEATURES = "gobject-introspection-data" diff --git a/meta-gnome/recipes-gnome/libpanel/libpanel_1.8.1.bb b/meta-gnome/recipes-gnome/libpanel/libpanel_1.8.1.bb deleted file mode 100644 index 9786acb38c..0000000000 --- a/meta-gnome/recipes-gnome/libpanel/libpanel_1.8.1.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] = "b87b8fa9b79768cc704243793f0158a040a1e46d37b9889188545a7f7dcaa6fb" - -PACKAGECONFIG ?= "" -#EXTRA_OEMESON += "-Ddocs=disabled" -#GTKDOC_MESON_DISABLE_FLAG = "disabled" - -EXTRA_OEMESON += "-Ddocs=disabled -Dintrospection=enabled -Dvapi=false" - -REQUIRED_DISTRO_FEATURES = "gobject-introspection-data" -- cgit v1.2.3-54-g00ecf