mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-04-02 02:49:12 +00:00
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>
45 lines
1.0 KiB
BlitzBasic
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"
|