diff options
Diffstat (limited to 'meta-gnome/recipes-gnome/gnome-bluetooth/gnome-bluetooth_42.1.bb')
| -rw-r--r-- | meta-gnome/recipes-gnome/gnome-bluetooth/gnome-bluetooth_42.1.bb | 44 |
1 files changed, 44 insertions, 0 deletions
diff --git a/meta-gnome/recipes-gnome/gnome-bluetooth/gnome-bluetooth_42.1.bb b/meta-gnome/recipes-gnome/gnome-bluetooth/gnome-bluetooth_42.1.bb new file mode 100644 index 0000000000..3cc675ce46 --- /dev/null +++ b/meta-gnome/recipes-gnome/gnome-bluetooth/gnome-bluetooth_42.1.bb | |||
| @@ -0,0 +1,44 @@ | |||
| 1 | SUMMARY = "GNOME bluetooth manager" | ||
| 2 | LICENSE = "GPL-2.0-only & LGPL-2.1-only" | ||
| 3 | LIC_FILES_CHKSUM = " \ | ||
| 4 | file://COPYING;md5=eb723b61539feef013de476e68b5c50a \ | ||
| 5 | file://COPYING.LIB;md5=a6f89e2100d9b6cdffcea4f398e37343 \ | ||
| 6 | " | ||
| 7 | |||
| 8 | SECTION = "x11/gnome" | ||
| 9 | |||
| 10 | DEPENDS = " \ | ||
| 11 | udev \ | ||
| 12 | libnotify \ | ||
| 13 | libcanberra \ | ||
| 14 | bluez5 \ | ||
| 15 | upower \ | ||
| 16 | gtk4 \ | ||
| 17 | gsound \ | ||
| 18 | libadwaita \ | ||
| 19 | " | ||
| 20 | |||
| 21 | GNOMEBASEBUILDCLASS = "meson" | ||
| 22 | GTKDOC_MESON_OPTION = "gtk_doc" | ||
| 23 | GTKIC_VERSION = "4" | ||
| 24 | |||
| 25 | inherit features_check gnomebase gtk-icon-cache gtk-doc gobject-introspection | ||
| 26 | |||
| 27 | REQUIRED_DISTRO_FEATURES = "x11" | ||
| 28 | |||
| 29 | SRC_URI[archive.sha256sum] = "d9fe5d673f27a40a86a9e23d93cb99367e7b06df51872e8ac5ecc9938e55b5eb" | ||
| 30 | |||
| 31 | BT_PULSE_PACKS = " \ | ||
| 32 | pulseaudio-lib-bluez5-util \ | ||
| 33 | pulseaudio-module-bluetooth-discover \ | ||
| 34 | pulseaudio-module-bluetooth-policy \ | ||
| 35 | pulseaudio-module-bluez5-device \ | ||
| 36 | pulseaudio-module-bluez5-discover \ | ||
| 37 | " | ||
| 38 | |||
| 39 | PACKAGECONFIG ??= "${@bb.utils.filter('DISTRO_FEATURES', 'pulseaudio', d)}" | ||
| 40 | PACKAGECONFIG[pulseaudio] = ",,,${BT_PULSE_PACKS}" | ||
| 41 | |||
| 42 | FILES:${PN} += "${datadir}/gnome-bluetooth-3.0" | ||
| 43 | |||
| 44 | RDEPENDS:${PN} += "bluez5" | ||
