diff options
Diffstat (limited to 'meta-gnome/dynamic-layers/meta-virtualization/recipes-gnome/gnome-boxes/gnome-boxes_49.0.bb')
| -rw-r--r-- | meta-gnome/dynamic-layers/meta-virtualization/recipes-gnome/gnome-boxes/gnome-boxes_49.0.bb | 44 |
1 files changed, 44 insertions, 0 deletions
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 @@ | |||
| 1 | SUMMARY = "A simple GNOME application to access virtual machines." | ||
| 2 | SECTION = "network" | ||
| 3 | LICENSE = "LGPL-2.1-or-later" | ||
| 4 | LIC_FILES_CHKSUM = "file://copyright;md5=a65e9b0c9f78617732f09f68fc4ef79a" | ||
| 5 | |||
| 6 | GNOMEBASEBUILDCLASS = "meson" | ||
| 7 | |||
| 8 | # reason for opengl: spice-gtk requires opengl | ||
| 9 | REQUIRED_DISTRO_FEATURES += "gobject-introspection-data opengl" | ||
| 10 | |||
| 11 | DEPENDS = " \ | ||
| 12 | appstream-native \ | ||
| 13 | glib-2.0 \ | ||
| 14 | desktop-file-utils-native \ | ||
| 15 | itstool-native \ | ||
| 16 | libarchive \ | ||
| 17 | libgudev \ | ||
| 18 | libhandy \ | ||
| 19 | libosinfo \ | ||
| 20 | libportal \ | ||
| 21 | libsecret \ | ||
| 22 | libsoup \ | ||
| 23 | libvirt-glib \ | ||
| 24 | mtools \ | ||
| 25 | spice-gtk \ | ||
| 26 | tinysparql \ | ||
| 27 | webkitgtk3 \ | ||
| 28 | appstream-glib-native \ | ||
| 29 | spice-protocol \ | ||
| 30 | yelp-tools \ | ||
| 31 | " | ||
| 32 | |||
| 33 | RDEPENDS:${PN} = "glib-2.0-dev libvirt-virsh qemu-common qemu-system-x86-64 genisoimage" | ||
| 34 | |||
| 35 | inherit gnomebase gsettings pkgconfig mime-xdg gtk-icon-cache gobject-introspection vala features_check | ||
| 36 | |||
| 37 | SRC_URI[archive.sha256sum] = "fa47266da6f5ef7a904c5b8769d4d871bccd4e6b639a363c3235438d7b0e757a" | ||
| 38 | |||
| 39 | GIR_MESON_OPTION = "" | ||
| 40 | VALA_MESON_OPTION = "" | ||
| 41 | |||
| 42 | FILES:${PN} += "${datadir}" | ||
| 43 | |||
| 44 | INSANE_SKIP:${PN} = "dev-deps" | ||
