From 4db855fabcf4c8fc6d0eccb425d8462dd4c5c910 Mon Sep 17 00:00:00 2001 From: Markus Volk Date: Fri, 20 Sep 2024 17:08:01 +0200 Subject: gnome-boxes: update 46.1 -> 47.0 47.0 - Sep 17, 2024 =================== Changes since 47.beta - Add HW and brand colors info to metainfo file - Rename metainfo file to o.g.B.metainfo.xml.in - Don't consider distro derivatives when resolving logos - Added/updated/fixed translations 47.beta - Aug 14, 2024 ====================== Changes since 46.1 - Fix appdata validation for "Devel" build profile - Check when a libvirt-broker reference is invalid - Improve some print format specifiers - Add "Trisquel" logo - Various CI fixes - Added/updated/fixed translations Signed-off-by: Markus Volk Signed-off-by: Khem Raj --- .../recipes-gnome/gnome-boxes/gnome-boxes_46.1.bb | 43 ---------------------- .../recipes-gnome/gnome-boxes/gnome-boxes_47.0.bb | 43 ++++++++++++++++++++++ 2 files changed, 43 insertions(+), 43 deletions(-) delete mode 100644 meta-gnome/dynamic-layers/meta-virtualization/recipes-gnome/gnome-boxes/gnome-boxes_46.1.bb create mode 100644 meta-gnome/dynamic-layers/meta-virtualization/recipes-gnome/gnome-boxes/gnome-boxes_47.0.bb (limited to 'meta-gnome/dynamic-layers') diff --git a/meta-gnome/dynamic-layers/meta-virtualization/recipes-gnome/gnome-boxes/gnome-boxes_46.1.bb b/meta-gnome/dynamic-layers/meta-virtualization/recipes-gnome/gnome-boxes/gnome-boxes_46.1.bb deleted file mode 100644 index 6272065de6..0000000000 --- a/meta-gnome/dynamic-layers/meta-virtualization/recipes-gnome/gnome-boxes/gnome-boxes_46.1.bb +++ /dev/null @@ -1,43 +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 \ - 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] = "900c177f6762640370a6634cf9e7d3cd8207e498367a8a667a6b731b04116036" - -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_47.0.bb b/meta-gnome/dynamic-layers/meta-virtualization/recipes-gnome/gnome-boxes/gnome-boxes_47.0.bb new file mode 100644 index 0000000000..fca055d399 --- /dev/null +++ b/meta-gnome/dynamic-layers/meta-virtualization/recipes-gnome/gnome-boxes/gnome-boxes_47.0.bb @@ -0,0 +1,43 @@ +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 \ + 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" -- cgit v1.2.3-54-g00ecf