diff options
author | Markus Volk <f_l_k@t-online.de> | 2024-03-23 09:41:32 +0100 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2024-03-23 10:01:49 -0700 |
commit | 02c5765119cfc2904308cb44e7e1db7a5e732258 (patch) | |
tree | e9ebc8d2b0b79f6305e88e41753decfe4c93dc8f /meta-gnome/recipes-gnome/gnome-bluetooth/gnome-bluetooth_46.0.bb | |
parent | df67c7979df1aae92035e7695b1de0a0d4c6370b (diff) | |
download | meta-openembedded-02c5765119cfc2904308cb44e7e1db7a5e732258.tar.gz |
gnome-bluetooth: update 42.8 -> 46.0
ver 46.0:
This version contains translation updates.
ver 46.beta:
This version modernises the look of the properties dialogue. It also includes
all the fixes available in version 42.8.
Signed-off-by: Markus Volk <f_l_k@t-online.de>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-gnome/recipes-gnome/gnome-bluetooth/gnome-bluetooth_46.0.bb')
-rw-r--r-- | meta-gnome/recipes-gnome/gnome-bluetooth/gnome-bluetooth_46.0.bb | 43 |
1 files changed, 43 insertions, 0 deletions
diff --git a/meta-gnome/recipes-gnome/gnome-bluetooth/gnome-bluetooth_46.0.bb b/meta-gnome/recipes-gnome/gnome-bluetooth/gnome-bluetooth_46.0.bb new file mode 100644 index 000000000..1b29e52c7 --- /dev/null +++ b/meta-gnome/recipes-gnome/gnome-bluetooth/gnome-bluetooth_46.0.bb | |||
@@ -0,0 +1,43 @@ | |||
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 | GTKDOC_MESON_OPTION = "gtk_doc" | ||
22 | GTKIC_VERSION = "4" | ||
23 | |||
24 | inherit features_check gnomebase gtk-icon-cache gtk-doc gobject-introspection | ||
25 | |||
26 | REQUIRED_DISTRO_FEATURES = "x11 opengl" | ||
27 | |||
28 | SRC_URI[archive.sha256sum] = "13fe1e75f317acdbdf5e80c9029d2e0632d60a9ccf72a43ae36eb7545021fbef" | ||
29 | |||
30 | BT_PULSE_PACKS = " \ | ||
31 | pulseaudio-lib-bluez5-util \ | ||
32 | pulseaudio-module-bluetooth-discover \ | ||
33 | pulseaudio-module-bluetooth-policy \ | ||
34 | pulseaudio-module-bluez5-device \ | ||
35 | pulseaudio-module-bluez5-discover \ | ||
36 | " | ||
37 | |||
38 | PACKAGECONFIG ??= "${@bb.utils.filter('DISTRO_FEATURES', 'pulseaudio', d)}" | ||
39 | PACKAGECONFIG[pulseaudio] = ",,,${BT_PULSE_PACKS}" | ||
40 | |||
41 | FILES:${PN} += "${datadir}/gnome-bluetooth-3.0" | ||
42 | |||
43 | RDEPENDS:${PN} += "bluez5" | ||