From 14b50435749dfba091453128f5812d5638822b10 Mon Sep 17 00:00:00 2001 From: Markus Volk Date: Sat, 23 Mar 2024 09:41:28 +0100 Subject: gnome-boxes: update 45.0 -> 46.0 46.0 - Mar 18, 2024 =================== Changes since 45.0 - Disable "secure-boot" for EFI virtual machines - Use libportal to call Background Portal - Fallback to default resources on error cases - Fix crash when processing a non bootable ISO image - Fix permissions when copying template files - Added/updated/fixed translations Signed-off-by: Markus Volk Signed-off-by: Khem Raj --- .../recipes-gnome/gnome-boxes/gnome-boxes_45.0.bb | 40 --------------------- .../recipes-gnome/gnome-boxes/gnome-boxes_46.0.bb | 41 ++++++++++++++++++++++ 2 files changed, 41 insertions(+), 40 deletions(-) delete mode 100644 meta-gnome/dynamic-layers/meta-virtualization/recipes-gnome/gnome-boxes/gnome-boxes_45.0.bb create mode 100644 meta-gnome/dynamic-layers/meta-virtualization/recipes-gnome/gnome-boxes/gnome-boxes_46.0.bb diff --git a/meta-gnome/dynamic-layers/meta-virtualization/recipes-gnome/gnome-boxes/gnome-boxes_45.0.bb b/meta-gnome/dynamic-layers/meta-virtualization/recipes-gnome/gnome-boxes/gnome-boxes_45.0.bb deleted file mode 100644 index fc12351090..0000000000 --- a/meta-gnome/dynamic-layers/meta-virtualization/recipes-gnome/gnome-boxes/gnome-boxes_45.0.bb +++ /dev/null @@ -1,40 +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" - -REQUIRED_DISTRO_FEATURES += "gobject-introspection-data" - -DEPENDS = " \ - glib-2.0 \ - desktop-file-utils-native \ - libarchive \ - libgudev \ - libhandy \ - libosinfo \ - libsecret \ - libsoup \ - libvirt-glib \ - mtools \ - spice-gtk \ - tracker \ - 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] = "cc63080eefa147a8472ab1a5ff087b97a27ab723a4ee005ed41e8c9dd7798e41" - -GIR_MESON_OPTION = "" -VALA_MESON_OPTION = "" - -FILES:${PN} += "${datadir}" - -INSANE_SKIP:${PN} = "dev-deps" diff --git a/meta-gnome/dynamic-layers/meta-virtualization/recipes-gnome/gnome-boxes/gnome-boxes_46.0.bb b/meta-gnome/dynamic-layers/meta-virtualization/recipes-gnome/gnome-boxes/gnome-boxes_46.0.bb new file mode 100644 index 0000000000..44fdd2dbea --- /dev/null +++ b/meta-gnome/dynamic-layers/meta-virtualization/recipes-gnome/gnome-boxes/gnome-boxes_46.0.bb @@ -0,0 +1,41 @@ +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" + +REQUIRED_DISTRO_FEATURES += "gobject-introspection-data" + +DEPENDS = " \ + glib-2.0 \ + desktop-file-utils-native \ + libarchive \ + libgudev \ + libhandy \ + libosinfo \ + libportal \ + libsecret \ + libsoup \ + libvirt-glib \ + mtools \ + spice-gtk \ + tracker \ + 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] = "67eeb5e989294958b25c397cfc5615ff65f44315c700010f0b9e336e6f3407cb" + +GIR_MESON_OPTION = "" +VALA_MESON_OPTION = "" + +FILES:${PN} += "${datadir}" + +INSANE_SKIP:${PN} = "dev-deps" -- cgit v1.2.3-54-g00ecf