Markus Volk 57def3bce5 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 <raj.khem@gmail.com>
2025-10-29 21:02:20 -07:00

45 lines
1.0 KiB
BlitzBasic

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"