gnome-boxes: add recipe

- use dynamic-layers directory because this recipe depends on meta-virtualization

Signed-off-by: Markus Volk <f_l_k@t-online.de>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
Markus Volk 2023-08-23 14:56:36 +02:00 committed by Khem Raj
parent 20de3804fa
commit 67d1569416

View File

@ -0,0 +1,40 @@
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 \
ovmf \
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"
inherit gnomebase gsettings pkgconfig mime-xdg gtk-icon-cache gobject-introspection vala features_check
SRC_URI[archive.sha256sum] = "9dd389c149d0c0fa57456ec363d51a88255f945558fb9df42894ce78ef85df89"
GIR_MESON_OPTION = ""
FILES:${PN} += "${datadir}"
INSANE_SKIP:${PN} = "dev-deps"