From 57def3bce52707e31be10639d1d402391cfda7a7 Mon Sep 17 00:00:00 2001 From: Markus Volk Date: Wed, 29 Oct 2025 18:23:54 +0100 Subject: gnome-boxes: update 48.0 -> 49.0 49.0 - Sept 16, 2025 ==================== Changes since 49.rc.1 - Added/updated/fixed translations 49.rc.1 - Aug 29, 2025 ====================== Re-release fixing Flatpak CI build for the release-service CI job 49.rc - Aug 29, 2025 ==================== Changes since 49.alpha - Added/updated/fixed translations - Default virtual machine storage disks to 30 GiB (from 20 Gib) - Add vala 'CCode' attribute for null terminated string array Signed-off-by: Khem Raj --- .../recipes-gnome/gnome-boxes/gnome-boxes_48.0.bb | 44 ---------------------- .../recipes-gnome/gnome-boxes/gnome-boxes_49.0.bb | 44 ++++++++++++++++++++++ 2 files changed, 44 insertions(+), 44 deletions(-) delete mode 100644 meta-gnome/dynamic-layers/meta-virtualization/recipes-gnome/gnome-boxes/gnome-boxes_48.0.bb create mode 100644 meta-gnome/dynamic-layers/meta-virtualization/recipes-gnome/gnome-boxes/gnome-boxes_49.0.bb 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 deleted file mode 100644 index 41f576bcab..0000000000 --- a/meta-gnome/dynamic-layers/meta-virtualization/recipes-gnome/gnome-boxes/gnome-boxes_48.0.bb +++ /dev/null @@ -1,44 +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] = "d05f5f42568fafbf6d88771161b06ed5f739d43121278d418cae95c56e513ead" - -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_49.0.bb b/meta-gnome/dynamic-layers/meta-virtualization/recipes-gnome/gnome-boxes/gnome-boxes_49.0.bb new file mode 100644 index 0000000000..ebc630062f --- /dev/null +++ b/meta-gnome/dynamic-layers/meta-virtualization/recipes-gnome/gnome-boxes/gnome-boxes_49.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] = "fa47266da6f5ef7a904c5b8769d4d871bccd4e6b639a363c3235438d7b0e757a" + +GIR_MESON_OPTION = "" +VALA_MESON_OPTION = "" + +FILES:${PN} += "${datadir}" + +INSANE_SKIP:${PN} = "dev-deps" -- cgit v1.2.3-54-g00ecf