From aa55dc732871a50488cda46d15f35830994a82c6 Mon Sep 17 00:00:00 2001 From: Wang Mingyu Date: Wed, 28 Aug 2024 16:24:40 +0800 Subject: colord-gtk: upgrade 0.3.0 -> 0.3.1 Bugfixes: - Fix the callback signature to fix a crash Signed-off-by: Wang Mingyu Signed-off-by: Khem Raj (cherry picked from commit 4ccf3d41ce1c83ac9cb3d68321a8fef24a5f89c5) Signed-off-by: Gyorgy Sarvari --- .../recipes-support/colord-gtk/colord-gtk_0.3.0.bb | 25 ---------------------- .../recipes-support/colord-gtk/colord-gtk_0.3.1.bb | 25 ++++++++++++++++++++++ 2 files changed, 25 insertions(+), 25 deletions(-) delete mode 100644 meta-gnome/recipes-support/colord-gtk/colord-gtk_0.3.0.bb create mode 100644 meta-gnome/recipes-support/colord-gtk/colord-gtk_0.3.1.bb diff --git a/meta-gnome/recipes-support/colord-gtk/colord-gtk_0.3.0.bb b/meta-gnome/recipes-support/colord-gtk/colord-gtk_0.3.0.bb deleted file mode 100644 index 0e86d781ce..0000000000 --- a/meta-gnome/recipes-support/colord-gtk/colord-gtk_0.3.0.bb +++ /dev/null @@ -1,25 +0,0 @@ -SUMMARY = "GTK support library for colord" -HOMEPAGE = "https://www.freedesktop.org/software/colord/" -LICENSE = "LGPL-3.0-only" -LIC_FILES_CHKSUM = "file://COPYING;md5=e6a600fd5e1d9cbde2d983680233ad02" - -inherit meson gobject-introspection gettext gtk-doc features_check - -DEPENDS = " \ - colord \ -" - -SRC_URI = "http://www.freedesktop.org/software/colord/releases/${BPN}-${PV}.tar.xz" -SRC_URI[sha256sum] = "b9466656d66d9a6ffbc2dd04fa91c8f6af516bf9efaacb69744eec0f56f3c1d0" - -PACKAGECONFIG ??= "gtk3 gtk4" -PACKAGECONFIG[gtk3] = "-Dgtk3=true, -Dgtk3=false, gtk+3" -PACKAGECONFIG[gtk4] = "-Dgtk4=true, -Dgtk4=false, gtk4" - -EXTRA_OEMESON = "-Dman=false" -GIR_MESON_OPTION = "" -# gobject-introspection is mandatory and cannot be configured -REQUIRED_DISTRO_FEATURES = "gobject-introspection-data" - -# colord -REQUIRED_DISTRO_FEATURES += "polkit" diff --git a/meta-gnome/recipes-support/colord-gtk/colord-gtk_0.3.1.bb b/meta-gnome/recipes-support/colord-gtk/colord-gtk_0.3.1.bb new file mode 100644 index 0000000000..1c6d34e461 --- /dev/null +++ b/meta-gnome/recipes-support/colord-gtk/colord-gtk_0.3.1.bb @@ -0,0 +1,25 @@ +SUMMARY = "GTK support library for colord" +HOMEPAGE = "https://www.freedesktop.org/software/colord/" +LICENSE = "LGPL-3.0-only" +LIC_FILES_CHKSUM = "file://COPYING;md5=e6a600fd5e1d9cbde2d983680233ad02" + +inherit meson gobject-introspection gettext gtk-doc features_check + +DEPENDS = " \ + colord \ +" + +SRC_URI = "http://www.freedesktop.org/software/colord/releases/${BPN}-${PV}.tar.xz" +SRC_URI[sha256sum] = "c176b889b75630a17f4e3d7ef24c09a3e12368e633496087459c8b53ac3a122d" + +PACKAGECONFIG ??= "gtk3 gtk4" +PACKAGECONFIG[gtk3] = "-Dgtk3=true, -Dgtk3=false, gtk+3" +PACKAGECONFIG[gtk4] = "-Dgtk4=true, -Dgtk4=false, gtk4" + +EXTRA_OEMESON = "-Dman=false" +GIR_MESON_OPTION = "" +# gobject-introspection is mandatory and cannot be configured +REQUIRED_DISTRO_FEATURES = "gobject-introspection-data" + +# colord +REQUIRED_DISTRO_FEATURES += "polkit" -- cgit v1.2.3-54-g00ecf