diff options
| -rw-r--r-- | meta-gnome/dynamic-layers/meta-virtualization/recipes-gnome/gnome-boxes/gnome-boxes_44.2.bb | 40 |
1 files changed, 40 insertions, 0 deletions
diff --git a/meta-gnome/dynamic-layers/meta-virtualization/recipes-gnome/gnome-boxes/gnome-boxes_44.2.bb b/meta-gnome/dynamic-layers/meta-virtualization/recipes-gnome/gnome-boxes/gnome-boxes_44.2.bb new file mode 100644 index 0000000000..2ab904f869 --- /dev/null +++ b/meta-gnome/dynamic-layers/meta-virtualization/recipes-gnome/gnome-boxes/gnome-boxes_44.2.bb | |||
| @@ -0,0 +1,40 @@ | |||
| 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 | REQUIRED_DISTRO_FEATURES += "gobject-introspection-data" | ||
| 9 | |||
| 10 | DEPENDS = " \ | ||
| 11 | glib-2.0 \ | ||
| 12 | desktop-file-utils-native \ | ||
| 13 | ovmf \ | ||
| 14 | libarchive \ | ||
| 15 | libgudev \ | ||
| 16 | libhandy \ | ||
| 17 | libosinfo \ | ||
| 18 | libsecret \ | ||
| 19 | libsoup \ | ||
| 20 | libvirt-glib \ | ||
| 21 | mtools \ | ||
| 22 | spice-gtk \ | ||
| 23 | tracker \ | ||
| 24 | webkitgtk3 \ | ||
| 25 | appstream-glib-native \ | ||
| 26 | spice-protocol \ | ||
| 27 | yelp-tools \ | ||
| 28 | " | ||
| 29 | |||
| 30 | RDEPENDS:${PN} = "glib-2.0-dev libvirt-virsh qemu-common qemu-system-x86-64" | ||
| 31 | |||
| 32 | inherit gnomebase gsettings pkgconfig mime-xdg gtk-icon-cache gobject-introspection vala features_check | ||
| 33 | |||
| 34 | SRC_URI[archive.sha256sum] = "9dd389c149d0c0fa57456ec363d51a88255f945558fb9df42894ce78ef85df89" | ||
| 35 | |||
| 36 | GIR_MESON_OPTION = "" | ||
| 37 | |||
| 38 | FILES:${PN} += "${datadir}" | ||
| 39 | |||
| 40 | INSANE_SKIP:${PN} = "dev-deps" | ||
