From 007f48574435ac70f918e6a0ef142dab4a43a6cc Mon Sep 17 00:00:00 2001 From: Wang Mingyu Date: Mon, 8 Jan 2024 21:21:40 +0800 Subject: libcloudproviders: upgrade 0.3.4 -> 0.3.5 Changelog ======== * Fix a bug: Alt+Down (moving line(s) down) or Alt+Up (moving line(s) up) wrt. the undo/redo history and cursor positioning. Signed-off-by: Wang Mingyu Signed-off-by: Khem Raj --- .../libcloudproviders/libcloudproviders_0.3.4.bb | 11 ----------- .../libcloudproviders/libcloudproviders_0.3.5.bb | 11 +++++++++++ 2 files changed, 11 insertions(+), 11 deletions(-) delete mode 100644 meta-gnome/recipes-support/libcloudproviders/libcloudproviders_0.3.4.bb create mode 100644 meta-gnome/recipes-support/libcloudproviders/libcloudproviders_0.3.5.bb diff --git a/meta-gnome/recipes-support/libcloudproviders/libcloudproviders_0.3.4.bb b/meta-gnome/recipes-support/libcloudproviders/libcloudproviders_0.3.4.bb deleted file mode 100644 index 1c03f41c29..0000000000 --- a/meta-gnome/recipes-support/libcloudproviders/libcloudproviders_0.3.4.bb +++ /dev/null @@ -1,11 +0,0 @@ -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" - -VALA_MESON_OPTION ?= 'vapigen' - -DEPENDS = "glib-2.0" - -inherit gnomebase gobject-introspection vala - -SRC_URI[archive.sha256sum] = "e3d7160c3e45fe3216c07c7988bb4fc81397c32d1fc6113af0edfe8632039f65" diff --git a/meta-gnome/recipes-support/libcloudproviders/libcloudproviders_0.3.5.bb b/meta-gnome/recipes-support/libcloudproviders/libcloudproviders_0.3.5.bb new file mode 100644 index 0000000000..7f9bb2638e --- /dev/null +++ b/meta-gnome/recipes-support/libcloudproviders/libcloudproviders_0.3.5.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" + +VALA_MESON_OPTION ?= 'vapigen' + +DEPENDS = "glib-2.0" + +inherit gnomebase gobject-introspection vala + +SRC_URI[archive.sha256sum] = "b987456eddaf715ba9d623aa2bc501ab1b697dffeb11aaa783a637275df186da" -- cgit v1.2.3-54-g00ecf