From 18d57c2f5440c5eaff7b265acbde285dea44e9dc Mon Sep 17 00:00:00 2001 From: Markus Volk Date: Tue, 27 Dec 2022 07:52:32 +0100 Subject: libcloudproviders: add recipe It is a mandatory dependency of nautilus Signed-off-by: Markus Volk Signed-off-by: Khem Raj --- .../libcloudproviders/libcloudproviders_0.3.1.bb | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 meta-gnome/recipes-support/libcloudproviders/libcloudproviders_0.3.1.bb (limited to 'meta-gnome') diff --git a/meta-gnome/recipes-support/libcloudproviders/libcloudproviders_0.3.1.bb b/meta-gnome/recipes-support/libcloudproviders/libcloudproviders_0.3.1.bb new file mode 100644 index 0000000000..b6448b9398 --- /dev/null +++ b/meta-gnome/recipes-support/libcloudproviders/libcloudproviders_0.3.1.bb @@ -0,0 +1,11 @@ +SUMMARY = "libcloudproviders is a DBus API that allows cloud storage sync clients to expose their services." +LICENSE="LGPL-3.0-or-later" +LIC_FILES_CHKSUM = "file://LICENSE;md5=e6a600fd5e1d9cbde2d983680233ad02" + +GNOMEBASEBUILDCLASS = "meson" + +DEPENDS = "glib-2.0" + +inherit gnomebase gobject-introspection vala + +SRC_URI[archive.sha256sum] = "4763213ca1e1fe30d422f5ae3b4f02a454f63414c1860ad142d6385f89d05929" -- cgit v1.2.3-54-g00ecf