summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta-gnome/recipes-gnome/gnome-bluetooth/gnome-bluetooth3/0001-build-Fix-build-for-newer-versions-of-meson.patch (renamed from meta-gnome/recipes-gnome/gnome-bluetooth/gnome-bluetooth/0001-build-Fix-build-for-newer-versions-of-meson.patch)0
-rw-r--r--meta-gnome/recipes-gnome/gnome-bluetooth/gnome-bluetooth3_3.34.5.bb (renamed from meta-gnome/recipes-gnome/gnome-bluetooth/gnome-bluetooth_3.34.5.bb)10
-rw-r--r--meta-gnome/recipes-gnome/gnome-bluetooth/gnome-bluetooth_42.0.bb (renamed from meta-gnome/recipes-gnome/gnome-bluetooth/gnome-bluetooth4_42.0.bb)7
-rw-r--r--meta-gnome/recipes-gnome/gnome-control-center/gnome-control-center_42.0.bb2
-rw-r--r--meta-gnome/recipes-gnome/gnome-flashback/gnome-flashback_3.44.0.bb2
-rw-r--r--meta-gnome/recipes-gnome/gnome-shell/gnome-shell_42.0.bb2
-rw-r--r--meta-gnome/recipes-support/packagegroups/packagegroup-gnome-desktop.bb2
7 files changed, 14 insertions, 11 deletions
diff --git a/meta-gnome/recipes-gnome/gnome-bluetooth/gnome-bluetooth/0001-build-Fix-build-for-newer-versions-of-meson.patch b/meta-gnome/recipes-gnome/gnome-bluetooth/gnome-bluetooth3/0001-build-Fix-build-for-newer-versions-of-meson.patch
index 16c87b6a63..16c87b6a63 100644
--- a/meta-gnome/recipes-gnome/gnome-bluetooth/gnome-bluetooth/0001-build-Fix-build-for-newer-versions-of-meson.patch
+++ b/meta-gnome/recipes-gnome/gnome-bluetooth/gnome-bluetooth3/0001-build-Fix-build-for-newer-versions-of-meson.patch
diff --git a/meta-gnome/recipes-gnome/gnome-bluetooth/gnome-bluetooth_3.34.5.bb b/meta-gnome/recipes-gnome/gnome-bluetooth/gnome-bluetooth3_3.34.5.bb
index 7b74c76f92..e2a885b1fb 100644
--- a/meta-gnome/recipes-gnome/gnome-bluetooth/gnome-bluetooth_3.34.5.bb
+++ b/meta-gnome/recipes-gnome/gnome-bluetooth/gnome-bluetooth3_3.34.5.bb
@@ -8,6 +8,9 @@ SECTION = "x11/gnome"
8 8
9DEPENDS = "udev gtk+3 libnotify libcanberra bluez5" 9DEPENDS = "udev gtk+3 libnotify libcanberra bluez5"
10 10
11GNOMEBN = "gnome-bluetooth"
12S = "${WORKDIR}/${GNOMEBN}-${PV}"
13
11GNOMEBASEBUILDCLASS = "meson" 14GNOMEBASEBUILDCLASS = "meson"
12GTKDOC_MESON_OPTION = "gtk_doc" 15GTKDOC_MESON_OPTION = "gtk_doc"
13 16
@@ -22,13 +25,16 @@ SRC_URI += " file://0001-build-Fix-build-for-newer-versions-of-meson.patch"
22SRC_URI[archive.md5sum] = "d83faa54abaf64bb40b5313bc233e74e" 25SRC_URI[archive.md5sum] = "d83faa54abaf64bb40b5313bc233e74e"
23SRC_URI[archive.sha256sum] = "6c949e52c8becc2054daacd604901f66ce5cf709a5fa91c4bb7cacc939b53ea9" 26SRC_URI[archive.sha256sum] = "6c949e52c8becc2054daacd604901f66ce5cf709a5fa91c4bb7cacc939b53ea9"
24 27
25# avoid clashes with gnome-bluetooth4 28# avoid clashes with gnome-bluetooth
26do_install:append() { 29do_install:append() {
27 # just bluetooth-sendto / bluetooth-sendto.desktop only 30 # just bluetooth-sendto / bluetooth-sendto.desktop only
28 rm -rf ${D}${bindir} 31 rm -rf ${D}${bindir}
29 rm -rf ${D}${datadir}/applications 32 rm -rf ${D}${datadir}/applications
30} 33}
34
35FILES:${PN} += "${datadir}/gnome-bluetooth"
36
31# offer alternate bluetooth-sendto 37# offer alternate bluetooth-sendto
32RRECOMMENS:${PN} += "gnome-bluetooth4" 38RRECOMMENS:${PN} += "gnome-bluetooth"
33 39
34RDEPENDS:${PN} += "bluez5" 40RDEPENDS:${PN} += "bluez5"
diff --git a/meta-gnome/recipes-gnome/gnome-bluetooth/gnome-bluetooth4_42.0.bb b/meta-gnome/recipes-gnome/gnome-bluetooth/gnome-bluetooth_42.0.bb
index 3fe2c35ef4..a9b7bdec09 100644
--- a/meta-gnome/recipes-gnome/gnome-bluetooth/gnome-bluetooth4_42.0.bb
+++ b/meta-gnome/recipes-gnome/gnome-bluetooth/gnome-bluetooth_42.0.bb
@@ -18,9 +18,6 @@ DEPENDS = " \
18 libadwaita \ 18 libadwaita \
19" 19"
20 20
21GNOMEBN = "gnome-bluetooth"
22S = "${WORKDIR}/${GNOMEBN}-${PV}"
23
24GNOMEBASEBUILDCLASS = "meson" 21GNOMEBASEBUILDCLASS = "meson"
25GTKDOC_MESON_OPTION = "gtk_doc" 22GTKDOC_MESON_OPTION = "gtk_doc"
26GTKIC_VERSION = "4" 23GTKIC_VERSION = "4"
@@ -31,6 +28,6 @@ REQUIRED_DISTRO_FEATURES = "x11"
31 28
32SRC_URI[archive.sha256sum] = "3d1e2720673bc9a242619dc5d231fd6e776c18a49da29f43cdc433055adb0170" 29SRC_URI[archive.sha256sum] = "3d1e2720673bc9a242619dc5d231fd6e776c18a49da29f43cdc433055adb0170"
33 30
34RDEPENDS:${PN} += "bluez5"
35
36FILES:${PN} += "${datadir}/gnome-bluetooth-3.0" 31FILES:${PN} += "${datadir}/gnome-bluetooth-3.0"
32
33RDEPENDS:${PN} += "bluez5"
diff --git a/meta-gnome/recipes-gnome/gnome-control-center/gnome-control-center_42.0.bb b/meta-gnome/recipes-gnome/gnome-control-center/gnome-control-center_42.0.bb
index 16b62abeff..6fe999a191 100644
--- a/meta-gnome/recipes-gnome/gnome-control-center/gnome-control-center_42.0.bb
+++ b/meta-gnome/recipes-gnome/gnome-control-center/gnome-control-center_42.0.bb
@@ -21,7 +21,7 @@ DEPENDS = " \
21 gnome-desktop \ 21 gnome-desktop \
22 gnome-online-accounts \ 22 gnome-online-accounts \
23 libnma \ 23 libnma \
24 gnome-bluetooth4 \ 24 gnome-bluetooth \
25 grilo \ 25 grilo \
26 libgtop \ 26 libgtop \
27 gsound \ 27 gsound \
diff --git a/meta-gnome/recipes-gnome/gnome-flashback/gnome-flashback_3.44.0.bb b/meta-gnome/recipes-gnome/gnome-flashback/gnome-flashback_3.44.0.bb
index 3c41ea9bc2..1e357af875 100644
--- a/meta-gnome/recipes-gnome/gnome-flashback/gnome-flashback_3.44.0.bb
+++ b/meta-gnome/recipes-gnome/gnome-flashback/gnome-flashback_3.44.0.bb
@@ -14,7 +14,7 @@ DEPENDS += " \
14 metacity \ 14 metacity \
15 gdm \ 15 gdm \
16 gnome-desktop \ 16 gnome-desktop \
17 gnome-bluetooth \ 17 gnome-bluetooth3 \
18 gnome-panel \ 18 gnome-panel \
19" 19"
20 20
diff --git a/meta-gnome/recipes-gnome/gnome-shell/gnome-shell_42.0.bb b/meta-gnome/recipes-gnome/gnome-shell/gnome-shell_42.0.bb
index fd9a35d802..f54d966c73 100644
--- a/meta-gnome/recipes-gnome/gnome-shell/gnome-shell_42.0.bb
+++ b/meta-gnome/recipes-gnome/gnome-shell/gnome-shell_42.0.bb
@@ -35,7 +35,7 @@ SRC_URI[archive.sha256sum] = "33d404fb3c93b9de42984f0110a2969d6a4a7247c27fe7f5e2
35SRC_URI += "file://0001-Introduce-options-gjs_path-to-optionally-set-path-to.patch" 35SRC_URI += "file://0001-Introduce-options-gjs_path-to-optionally-set-path-to.patch"
36 36
37PACKAGECONFIG ??= "bluetooth nm ${@bb.utils.filter('DISTRO_FEATURES', 'systemd', d)}" 37PACKAGECONFIG ??= "bluetooth nm ${@bb.utils.filter('DISTRO_FEATURES', 'systemd', d)}"
38PACKAGECONFIG[bluetooth] = ",,gnome-bluetooth4" 38PACKAGECONFIG[bluetooth] = ",,gnome-bluetooth"
39PACKAGECONFIG[nm] = "-Dnetworkmanager=true, -Dnetworkmanager=false, networkmanager" 39PACKAGECONFIG[nm] = "-Dnetworkmanager=true, -Dnetworkmanager=false, networkmanager"
40PACKAGECONFIG[systemd] = "-Dsystemd=true, -Dsystemd=false, systemd" 40PACKAGECONFIG[systemd] = "-Dsystemd=true, -Dsystemd=false, systemd"
41 41
diff --git a/meta-gnome/recipes-support/packagegroups/packagegroup-gnome-desktop.bb b/meta-gnome/recipes-support/packagegroups/packagegroup-gnome-desktop.bb
index beea062777..13394ca1db 100644
--- a/meta-gnome/recipes-support/packagegroups/packagegroup-gnome-desktop.bb
+++ b/meta-gnome/recipes-support/packagegroups/packagegroup-gnome-desktop.bb
@@ -14,7 +14,7 @@ RDEPENDS:${PN} = " \
14 adwaita-icon-theme-cursors \ 14 adwaita-icon-theme-cursors \
15 evolution-data-server \ 15 evolution-data-server \
16 gnome-backgrounds \ 16 gnome-backgrounds \
17 gnome-bluetooth4 \ 17 gnome-bluetooth \
18 gnome-control-center \ 18 gnome-control-center \
19 gnome-desktop \ 19 gnome-desktop \
20 gnome-flashback \ 20 gnome-flashback \