summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndreas Müller <schnitzeltony@gmail.com>2022-04-15 11:58:32 +0200
committerKhem Raj <raj.khem@gmail.com>2022-04-15 21:45:45 -0700
commit3f923023420b80ef68709f5bd87471033d8f5596 (patch)
tree6cad5d15f0ee001eb8b08a0196577d13d6d2d658
parent26a042d436852d7ad63a8dee97fa25ae4d8d2824 (diff)
downloadmeta-openembedded-3f923023420b80ef68709f5bd87471033d8f5596.tar.gz
gnome-settings-daemon: upgrade 41.0 -> 42.1
============ Version 42.1 ============ - Brown paper bag release ============ Version 42.0 ============ - Translation updates Keyboard: - Clear content of gtk-im-module setting ============= Version 42.rc ============= Sharing: - Do not manage gnome-remote-desktop, now done through gnome-control-center and systemd services =============== Version 42.beta =============== - Translation updates Datetime: - Port to GWeather 4 Media-keys: - Fix launching of Settings actions - Suppress UCM generic soundcard names on volume OSDs - Remove screenshot key handling, done now in GNOME Shell Power: - Improve battery warning debouncing logic XSettings: - Adopt x11-specific code to look up GTK IM module from gsd-keyboard ================ Version 42.alpha ================ - Translation updates Color: - Night light color temperature fixes Media-keys: - Remove GNOME-specific MediaKeys API - Multiple MPRIS fixes Power: - Do not print an error for failures from realpath XSettings: - Support new "high-contrast" setting Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r--meta-gnome/recipes-gnome/gnome-settings-daemon/gnome-settings-daemon/0001-build-remove-positional-i18n.merge_file-arguments.patch40
-rw-r--r--meta-gnome/recipes-gnome/gnome-settings-daemon/gnome-settings-daemon_42.1.bb (renamed from meta-gnome/recipes-gnome/gnome-settings-daemon/gnome-settings-daemon_41.0.bb)7
2 files changed, 3 insertions, 44 deletions
diff --git a/meta-gnome/recipes-gnome/gnome-settings-daemon/gnome-settings-daemon/0001-build-remove-positional-i18n.merge_file-arguments.patch b/meta-gnome/recipes-gnome/gnome-settings-daemon/gnome-settings-daemon/0001-build-remove-positional-i18n.merge_file-arguments.patch
deleted file mode 100644
index cb758c7c8d..0000000000
--- a/meta-gnome/recipes-gnome/gnome-settings-daemon/gnome-settings-daemon/0001-build-remove-positional-i18n.merge_file-arguments.patch
+++ /dev/null
@@ -1,40 +0,0 @@
1From 56535d2f1ec64e847e5fbd0613e78bd0dc046519 Mon Sep 17 00:00:00 2001
2From: Michal Vasilek <michal@vasilek.cz>
3Date: Fri, 14 Jan 2022 23:55:06 +0100
4Subject: [PATCH] build: remove positional i18n.merge_file arguments
5
6otherwise building with meson 0.61+ fails:
7
8 ERROR: Function does not take positional arguments.
9
10Upstream-Status: Submitted [https://gitlab.gnome.org/GNOME/gnome-settings-daemon/-/merge_requests/281]
11Signed-off-by: Alexander Kanavin <alex@linutronix.de>
12---
13 plugins/power/meson.build | 1 -
14 plugins/wacom/meson.build | 1 -
15 2 files changed, 2 deletions(-)
16
17diff --git a/plugins/power/meson.build b/plugins/power/meson.build
18index 69e619f..014bb6d 100644
19--- a/plugins/power/meson.build
20+++ b/plugins/power/meson.build
21@@ -76,7 +76,6 @@ if host_is_linux
22 )
23
24 i18n.merge_file(
25- policy,
26 input: policy_in,
27 output: policy,
28 po_dir: po_dir,
29diff --git a/plugins/wacom/meson.build b/plugins/wacom/meson.build
30index d8dd0ec..c00323d 100644
31--- a/plugins/wacom/meson.build
32+++ b/plugins/wacom/meson.build
33@@ -7,7 +7,6 @@ policy_in = configure_file(
34 )
35
36 i18n.merge_file(
37- policy,
38 input: policy_in,
39 output: policy,
40 po_dir: po_dir,
diff --git a/meta-gnome/recipes-gnome/gnome-settings-daemon/gnome-settings-daemon_41.0.bb b/meta-gnome/recipes-gnome/gnome-settings-daemon/gnome-settings-daemon_42.1.bb
index cbc4c460c1..3d5913ac06 100644
--- a/meta-gnome/recipes-gnome/gnome-settings-daemon/gnome-settings-daemon_41.0.bb
+++ b/meta-gnome/recipes-gnome/gnome-settings-daemon/gnome-settings-daemon_42.1.bb
@@ -11,7 +11,7 @@ DEPENDS = " \
11 geocode-glib \ 11 geocode-glib \
12 gcr \ 12 gcr \
13 gnome-desktop \ 13 gnome-desktop \
14 libgweather \ 14 libgweather4 \
15 lcms \ 15 lcms \
16 libcanberra \ 16 libcanberra \
17 geoclue \ 17 geoclue \
@@ -25,8 +25,7 @@ DEPENDS = " \
25REQUIRED_DISTRO_FEATURES = "x11 polkit pulseaudio systemd gobject-introspection-data" 25REQUIRED_DISTRO_FEATURES = "x11 polkit pulseaudio systemd gobject-introspection-data"
26GIR_MESON_OPTION = "" 26GIR_MESON_OPTION = ""
27 27
28SRC_URI += " file://0001-build-remove-positional-i18n.merge_file-arguments.patch" 28SRC_URI[archive.sha256sum] = "ed65851ae54adcd58a24c86837d624fc6a14bd84ab22e94df40a3a4cfd19ffdb"
29SRC_URI[archive.sha256sum] = "e6ca6361fbd1deab2de1a1e390d4f14167cf47b1c547dbb8b65a5d89e9663884"
30 29
31PACKAGECONFIG ??= " \ 30PACKAGECONFIG ??= " \
32 cups nm \ 31 cups nm \
@@ -43,5 +42,5 @@ PACKAGECONFIG[wayland] = "-Dwayland=true,-Dwayland=false,wayland"
43 42
44FILES:${PN} += " \ 43FILES:${PN} += " \
45 ${systemd_user_unitdir} \ 44 ${systemd_user_unitdir} \
46 ${libdir}/gnome-settings-daemon-41/libgsd.so \ 45 ${libdir}/gnome-settings-daemon-42/libgsd.so \
47" 46"