From 52c287f9f8d3dfeb207127116ba8b39cbfbec9f9 Mon Sep 17 00:00:00 2001 From: Wang Mingyu Date: Mon, 27 Mar 2023 11:03:33 +0800 Subject: folks: upgrade 0.15.5 -> 0.15.6 Major changes: * Projects should be able to use the typelib-based bindings * sysprof is now used for profiling * Lots of translation updates * Several smaller Meson changes Bugs fixed: * folks-generics: Add missing generic type argument * tests/bluez: Follow PairDevice API change in python-dbusmock Signed-off-by: Wang Mingyu Signed-off-by: Khem Raj --- .../recipes-connectivity/folks/folks_0.15.5.bb | 29 ---------------------- .../recipes-connectivity/folks/folks_0.15.6.bb | 29 ++++++++++++++++++++++ 2 files changed, 29 insertions(+), 29 deletions(-) delete mode 100644 meta-gnome/recipes-connectivity/folks/folks_0.15.5.bb create mode 100644 meta-gnome/recipes-connectivity/folks/folks_0.15.6.bb (limited to 'meta-gnome/recipes-connectivity') diff --git a/meta-gnome/recipes-connectivity/folks/folks_0.15.5.bb b/meta-gnome/recipes-connectivity/folks/folks_0.15.5.bb deleted file mode 100644 index ad61ee610c..0000000000 --- a/meta-gnome/recipes-connectivity/folks/folks_0.15.5.bb +++ /dev/null @@ -1,29 +0,0 @@ -SUMMARY = "Folks is a contact aggregation library." -LICENSE = "LGPL-2.1-only" -LIC_FILES_CHKSUM = "file://COPYING;md5=2d5025d4aa3495befef8f17206a5b0a1" - -DEPENDS = " \ - glib-2.0 \ - libgee \ -" - -GNOMEBASEBUILDCLASS = "meson" -EXTRA_OEMESON += "-Dtests=false -Db_lto=false " - -CFLAGS:append:toolchain-clang = " -Wno-error=implicit-function-declaration" -# gobject-introspection is mandatory and cannot be configured -REQUIRED_DISTRO_FEATURES = "gobject-introspection-data" -GIR_MESON_OPTION = "" - -PACKAGECONFIG[eds] = "-Deds_backend=true,-Deds_backend=false,evolution-data-server" -PACKAGECONFIG[bluez] = "-Dbluez_backend=true,-Dbluez_backend=false,evolution-data-server" -PACKAGECONFIG[ofono] = "-Deds_backend=true -Dofono_backend=true,-Dofono_backend=false,evolution-data-server" -PACKAGECONFIG[telepathy] = "-Dtelepathy_backend=true,-Dtelepathy_backend=false,telepathy-glib dbus-glib" -PACKAGECONFIG[import_tool] = "-Dimport_tool=true,-Dimport_tool=false,libxml2" -PACKAGECONFIG[inspect_tool] = "-Dinspect_tool=true,-Dinspect_tool=false" - -PACKAGECONFIG ??= "" - -inherit pkgconfig gnomebase gettext gobject-introspection vala features_check - -SRC_URI[archive.sha256sum] = "0fff8a896330cd82aee4598324f7e541c884d0337536212723b4beb38c759086" diff --git a/meta-gnome/recipes-connectivity/folks/folks_0.15.6.bb b/meta-gnome/recipes-connectivity/folks/folks_0.15.6.bb new file mode 100644 index 0000000000..c94a9590fe --- /dev/null +++ b/meta-gnome/recipes-connectivity/folks/folks_0.15.6.bb @@ -0,0 +1,29 @@ +SUMMARY = "Folks is a contact aggregation library." +LICENSE = "LGPL-2.1-only" +LIC_FILES_CHKSUM = "file://COPYING;md5=2d5025d4aa3495befef8f17206a5b0a1" + +DEPENDS = " \ + glib-2.0 \ + libgee \ +" + +GNOMEBASEBUILDCLASS = "meson" +EXTRA_OEMESON += "-Dtests=false -Db_lto=false " + +CFLAGS:append:toolchain-clang = " -Wno-error=implicit-function-declaration" +# gobject-introspection is mandatory and cannot be configured +REQUIRED_DISTRO_FEATURES = "gobject-introspection-data" +GIR_MESON_OPTION = "" + +PACKAGECONFIG[eds] = "-Deds_backend=true,-Deds_backend=false,evolution-data-server" +PACKAGECONFIG[bluez] = "-Dbluez_backend=true,-Dbluez_backend=false,evolution-data-server" +PACKAGECONFIG[ofono] = "-Deds_backend=true -Dofono_backend=true,-Dofono_backend=false,evolution-data-server" +PACKAGECONFIG[telepathy] = "-Dtelepathy_backend=true,-Dtelepathy_backend=false,telepathy-glib dbus-glib" +PACKAGECONFIG[import_tool] = "-Dimport_tool=true,-Dimport_tool=false,libxml2" +PACKAGECONFIG[inspect_tool] = "-Dinspect_tool=true,-Dinspect_tool=false" + +PACKAGECONFIG ??= "" + +inherit pkgconfig gnomebase gettext gobject-introspection vala features_check + +SRC_URI[archive.sha256sum] = "c866630c553f29ce9be1c7a60267cb4080a6bccf4b8d551dc4c7e6234d840248" -- cgit v1.2.3-54-g00ecf