From f9ee000343e2293fdfe2fa87d1c3d5b5197f119e Mon Sep 17 00:00:00 2001 From: Markus Volk Date: Sat, 29 Mar 2025 10:00:57 +0100 Subject: 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 Signed-off-by: Khem Raj --- .../recipes-gnome/gnome-boxes/gnome-boxes_47.0.bb | 46 ---------------------- .../recipes-gnome/gnome-boxes/gnome-boxes_48.0.bb | 44 +++++++++++++++++++++ 2 files changed, 44 insertions(+), 46 deletions(-) delete mode 100644 meta-gnome/dynamic-layers/meta-virtualization/recipes-gnome/gnome-boxes/gnome-boxes_47.0.bb create mode 100644 meta-gnome/dynamic-layers/meta-virtualization/recipes-gnome/gnome-boxes/gnome-boxes_48.0.bb 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_47.0.bb deleted file mode 100644 index 80f0e89a69..0000000000 --- a/meta-gnome/dynamic-layers/meta-virtualization/recipes-gnome/gnome-boxes/gnome-boxes_47.0.bb +++ /dev/null @@ -1,46 +0,0 @@ -SUMMARY = "A simple GNOME application to access virtual machines." -SECTION = "network" -LICENSE = "LGPL-2.1-or-later" -LIC_FILES_CHKSUM = "file://copyright;md5=a65e9b0c9f78617732f09f68fc4ef79a" - -GNOMEBASEBUILDCLASS = "meson" - -# reason for opengl: spice-gtk requires opengl -REQUIRED_DISTRO_FEATURES += "gobject-introspection-data opengl" - -DEPENDS = " \ - appstream-native \ - glib-2.0 \ - desktop-file-utils-native \ - itstool-native \ - libarchive \ - libgudev \ - libhandy \ - libosinfo \ - libportal \ - libsecret \ - libsoup \ - libvirt-glib \ - mtools \ - spice-gtk \ - tinysparql \ - webkitgtk3 \ - appstream-glib-native \ - spice-protocol \ - yelp-tools \ -" - -RDEPENDS:${PN} = "glib-2.0-dev libvirt-virsh qemu-common qemu-system-x86-64 genisoimage" - -inherit gnomebase gsettings pkgconfig mime-xdg gtk-icon-cache gobject-introspection vala features_check - -SRC_URI[archive.sha256sum] = "65bf6c2de1bf4d51695c9192c5b1e6285cb32c98a18aa948a376ea32038bc78f" - -GIR_MESON_OPTION = "" -VALA_MESON_OPTION = "" - -CFLAGS += "-Wno-int-conversion" - -FILES:${PN} += "${datadir}" - -INSANE_SKIP:${PN} = "dev-deps" diff --git a/meta-gnome/dynamic-layers/meta-virtualization/recipes-gnome/gnome-boxes/gnome-boxes_48.0.bb b/meta-gnome/dynamic-layers/meta-virtualization/recipes-gnome/gnome-boxes/gnome-boxes_48.0.bb new file mode 100644 index 0000000000..41f576bcab --- /dev/null +++ b/meta-gnome/dynamic-layers/meta-virtualization/recipes-gnome/gnome-boxes/gnome-boxes_48.0.bb @@ -0,0 +1,44 @@ +SUMMARY = "A simple GNOME application to access virtual machines." +SECTION = "network" +LICENSE = "LGPL-2.1-or-later" +LIC_FILES_CHKSUM = "file://copyright;md5=a65e9b0c9f78617732f09f68fc4ef79a" + +GNOMEBASEBUILDCLASS = "meson" + +# reason for opengl: spice-gtk requires opengl +REQUIRED_DISTRO_FEATURES += "gobject-introspection-data opengl" + +DEPENDS = " \ + appstream-native \ + glib-2.0 \ + desktop-file-utils-native \ + itstool-native \ + libarchive \ + libgudev \ + libhandy \ + libosinfo \ + libportal \ + libsecret \ + libsoup \ + libvirt-glib \ + mtools \ + spice-gtk \ + tinysparql \ + webkitgtk3 \ + appstream-glib-native \ + spice-protocol \ + yelp-tools \ +" + +RDEPENDS:${PN} = "glib-2.0-dev libvirt-virsh qemu-common qemu-system-x86-64 genisoimage" + +inherit gnomebase gsettings pkgconfig mime-xdg gtk-icon-cache gobject-introspection vala features_check + +SRC_URI[archive.sha256sum] = "d05f5f42568fafbf6d88771161b06ed5f739d43121278d418cae95c56e513ead" + +GIR_MESON_OPTION = "" +VALA_MESON_OPTION = "" + +FILES:${PN} += "${datadir}" + +INSANE_SKIP:${PN} = "dev-deps" -- cgit v1.2.3-54-g00ecf