diff options
author | Markus Volk <f_l_k@t-online.de> | 2025-03-29 10:00:57 +0100 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2025-03-29 08:24:02 -0700 |
commit | f9ee000343e2293fdfe2fa87d1c3d5b5197f119e (patch) | |
tree | e1bea55fad0797516272fa100d53bbeaac74ff9b | |
parent | b4f08d51fa05ac2ff8e5839253d53a36e958b3b1 (diff) | |
download | meta-openembedded-f9ee000343e2293fdfe2fa87d1c3d5b5197f119e.tar.gz |
gnome-boxes: update 47.0 -> 48.0
48.0 - Mar 17, 2025
===================
Changes since 48.alpha
- Added/updated/fixed translations
- Disable C compiler warnings from code generated by 'valac'
48.alpha - Jan 09, 2025
=======================
Changes since 47.0
- Includ failed ISO download url in error message
- Fix fullscreen button icon not updating when toggled
- Fix focus-on-click focus steal in fullscreen button
- Avoid GdkPixbuf critical when failing to create thumbnails
- Added/updated/fixed translations
Signed-off-by: Markus Volk <f_l_k@t-online.de>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r-- | meta-gnome/dynamic-layers/meta-virtualization/recipes-gnome/gnome-boxes/gnome-boxes_48.0.bb (renamed from meta-gnome/dynamic-layers/meta-virtualization/recipes-gnome/gnome-boxes/gnome-boxes_47.0.bb) | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/meta-gnome/dynamic-layers/meta-virtualization/recipes-gnome/gnome-boxes/gnome-boxes_47.0.bb b/meta-gnome/dynamic-layers/meta-virtualization/recipes-gnome/gnome-boxes/gnome-boxes_48.0.bb index 80f0e89a69..41f576bcab 100644 --- a/meta-gnome/dynamic-layers/meta-virtualization/recipes-gnome/gnome-boxes/gnome-boxes_47.0.bb +++ b/meta-gnome/dynamic-layers/meta-virtualization/recipes-gnome/gnome-boxes/gnome-boxes_48.0.bb | |||
@@ -34,13 +34,11 @@ RDEPENDS:${PN} = "glib-2.0-dev libvirt-virsh qemu-common qemu-system-x86-64 geni | |||
34 | 34 | ||
35 | inherit gnomebase gsettings pkgconfig mime-xdg gtk-icon-cache gobject-introspection vala features_check | 35 | inherit gnomebase gsettings pkgconfig mime-xdg gtk-icon-cache gobject-introspection vala features_check |
36 | 36 | ||
37 | SRC_URI[archive.sha256sum] = "65bf6c2de1bf4d51695c9192c5b1e6285cb32c98a18aa948a376ea32038bc78f" | 37 | SRC_URI[archive.sha256sum] = "d05f5f42568fafbf6d88771161b06ed5f739d43121278d418cae95c56e513ead" |
38 | 38 | ||
39 | GIR_MESON_OPTION = "" | 39 | GIR_MESON_OPTION = "" |
40 | VALA_MESON_OPTION = "" | 40 | VALA_MESON_OPTION = "" |
41 | 41 | ||
42 | CFLAGS += "-Wno-int-conversion" | ||
43 | |||
44 | FILES:${PN} += "${datadir}" | 42 | FILES:${PN} += "${datadir}" |
45 | 43 | ||
46 | INSANE_SKIP:${PN} = "dev-deps" | 44 | INSANE_SKIP:${PN} = "dev-deps" |