diff options
| -rw-r--r-- | meta-gnome/recipes-gnome/gnome-settings-daemon/gnome-settings-daemon/0001-gsd-smartcard-enum-types.c.in-fix-reproducibility-is.patch | 42 | ||||
| -rw-r--r-- | meta-gnome/recipes-gnome/gnome-settings-daemon/gnome-settings-daemon_49.1.bb (renamed from meta-gnome/recipes-gnome/gnome-settings-daemon/gnome-settings-daemon_48.0.bb) | 19 |
2 files changed, 52 insertions, 9 deletions
diff --git a/meta-gnome/recipes-gnome/gnome-settings-daemon/gnome-settings-daemon/0001-gsd-smartcard-enum-types.c.in-fix-reproducibility-is.patch b/meta-gnome/recipes-gnome/gnome-settings-daemon/gnome-settings-daemon/0001-gsd-smartcard-enum-types.c.in-fix-reproducibility-is.patch new file mode 100644 index 0000000000..1aeb566609 --- /dev/null +++ b/meta-gnome/recipes-gnome/gnome-settings-daemon/gnome-settings-daemon/0001-gsd-smartcard-enum-types.c.in-fix-reproducibility-is.patch | |||
| @@ -0,0 +1,42 @@ | |||
| 1 | From 49df2d7021a68d9fe13ff094e9f564323c7c8556 Mon Sep 17 00:00:00 2001 | ||
| 2 | From: Markus Volk <f_l_k@t-online.de> | ||
| 3 | Date: Thu, 15 Jan 2026 14:33:58 +0100 | ||
| 4 | Subject: [PATCH] gsd-smartcard-enum-types.c.in:fix reproducibility issue | ||
| 5 | |||
| 6 | Upstream-Status: Submitted [https://gitlab.gnome.org/GNOME/gnome-settings-daemon/-/merge_requests/467] | ||
| 7 | --- | ||
| 8 | plugins/smartcard/gsd-smartcard-enum-types.c.in | 4 ++-- | ||
| 9 | plugins/smartcard/gsd-smartcard-enum-types.h.in | 2 +- | ||
| 10 | 2 files changed, 3 insertions(+), 3 deletions(-) | ||
| 11 | |||
| 12 | diff --git a/plugins/smartcard/gsd-smartcard-enum-types.c.in b/plugins/smartcard/gsd-smartcard-enum-types.c.in | ||
| 13 | index f281cf4e..0a970105 100644 | ||
| 14 | --- a/plugins/smartcard/gsd-smartcard-enum-types.c.in | ||
| 15 | +++ b/plugins/smartcard/gsd-smartcard-enum-types.c.in | ||
| 16 | @@ -5,8 +5,8 @@ | ||
| 17 | /*** END file-header ***/ | ||
| 18 | |||
| 19 | /*** BEGIN file-production ***/ | ||
| 20 | -#include "@filename@" | ||
| 21 | -/* enumerations from "@filename@" */ | ||
| 22 | +#include "@basename@" | ||
| 23 | +/* enumerations from "@basename@" */ | ||
| 24 | /*** END file-production ***/ | ||
| 25 | |||
| 26 | /*** BEGIN value-header ***/ | ||
| 27 | diff --git a/plugins/smartcard/gsd-smartcard-enum-types.h.in b/plugins/smartcard/gsd-smartcard-enum-types.h.in | ||
| 28 | index 79dcc3d8..3906ba4c 100644 | ||
| 29 | --- a/plugins/smartcard/gsd-smartcard-enum-types.h.in | ||
| 30 | +++ b/plugins/smartcard/gsd-smartcard-enum-types.h.in | ||
| 31 | @@ -9,7 +9,7 @@ G_BEGIN_DECLS | ||
| 32 | |||
| 33 | /*** BEGIN file-production ***/ | ||
| 34 | |||
| 35 | -/* enumerations from "@filename@" */ | ||
| 36 | +/* enumerations from "@basename@" */ | ||
| 37 | /*** END file-production ***/ | ||
| 38 | |||
| 39 | /*** BEGIN value-header ***/ | ||
| 40 | -- | ||
| 41 | 2.52.0 | ||
| 42 | |||
diff --git a/meta-gnome/recipes-gnome/gnome-settings-daemon/gnome-settings-daemon_48.0.bb b/meta-gnome/recipes-gnome/gnome-settings-daemon/gnome-settings-daemon_49.1.bb index 9a2948d432..2125bd91fe 100644 --- a/meta-gnome/recipes-gnome/gnome-settings-daemon/gnome-settings-daemon_48.0.bb +++ b/meta-gnome/recipes-gnome/gnome-settings-daemon/gnome-settings-daemon_49.1.bb | |||
| @@ -17,33 +17,34 @@ DEPENDS = " \ | |||
| 17 | libnotify \ | 17 | libnotify \ |
| 18 | upower \ | 18 | upower \ |
| 19 | libwacom \ | 19 | libwacom \ |
| 20 | virtual/libx11 \ | 20 | networkmanager \ |
| 21 | " | 21 | " |
| 22 | 22 | ||
| 23 | # all these are mandatory | 23 | # all these are mandatory |
| 24 | REQUIRED_DISTRO_FEATURES = "x11 polkit pulseaudio systemd gobject-introspection-data" | 24 | REQUIRED_DISTRO_FEATURES = "x11 polkit pulseaudio systemd gobject-introspection-data" |
| 25 | GIR_MESON_OPTION = "" | 25 | GIR_MESON_OPTION = "" |
| 26 | 26 | ||
| 27 | SRC_URI[archive.sha256sum] = "f3da20ab4a2ba56fd3e97b991f2bc267973d5619bd58bfa516410aa036305e45" | 27 | SRC_URI += "file://0001-gsd-smartcard-enum-types.c.in-fix-reproducibility-is.patch" |
| 28 | SRC_URI[archive.sha256sum] = "2a9957fc4f91c3b9127b49484179bef485120d9c1c208e44d44e6a746e6cc1c1" | ||
| 28 | 29 | ||
| 29 | PACKAGECONFIG ??= " \ | 30 | PACKAGECONFIG ??= " \ |
| 30 | cups nm \ | 31 | ${@bb.utils.filter('DISTRO_FEATURES', 'systemd x11 alsa', d)} \ |
| 31 | alsa gudev \ | 32 | gudev \ |
| 32 | smartcard \ | 33 | smartcard \ |
| 33 | ${@bb.utils.filter('DISTRO_FEATURES', 'wayland', d)} \ | 34 | xwayland \ |
| 35 | cups \ | ||
| 34 | " | 36 | " |
| 35 | PACKAGECONFIG[alsa] = "-Dalsa=true,-Dalsa=false,alsa-lib" | 37 | PACKAGECONFIG[alsa] = "-Dalsa=true,-Dalsa=false,alsa-lib" |
| 36 | PACKAGECONFIG[cups] = "-Dcups=true,-Dcups=false,cups" | 38 | PACKAGECONFIG[cups] = "-Dcups=true,-Dcups=false,cups" |
| 37 | PACKAGECONFIG[gudev] = "-Dgudev=true,-Dgudev=false,libgudev" | 39 | PACKAGECONFIG[gudev] = "-Dgudev=true,-Dgudev=false,libgudev" |
| 38 | PACKAGECONFIG[nm] = "-Dnetwork_manager=true,-Dnetwork_manager=false,networkmanager" | ||
| 39 | PACKAGECONFIG[smartcard] = "-Dsmartcard=true,-Dsmartcard=false,nss" | 40 | PACKAGECONFIG[smartcard] = "-Dsmartcard=true,-Dsmartcard=false,nss" |
| 40 | PACKAGECONFIG[wayland] = "-Dwayland=true,-Dwayland=false,wayland" | 41 | PACKAGECONFIG[systemd] = "-Dsystemd=true,-Dsystemd=false,systemd" |
| 42 | PACKAGECONFIG[xwayland] = "-Dxwayland=true,-Dxwayland=true" | ||
| 43 | PACKAGECONFIG[x11] = "-Dx11=true,-Dx11=false,libx11 libxfixes" | ||
| 41 | 44 | ||
| 42 | def gnome_verdir(v): | 45 | def gnome_verdir(v): |
| 43 | return oe.utils.trim_version(v, 1) | 46 | return oe.utils.trim_version(v, 1) |
| 44 | 47 | ||
| 45 | PACKAGE_DEBUG_SPLIT_STYLE = "debug-without-src" | ||
| 46 | |||
| 47 | FILES:${PN} += " \ | 48 | FILES:${PN} += " \ |
| 48 | ${systemd_user_unitdir} \ | 49 | ${systemd_user_unitdir} \ |
| 49 | ${libdir}/gnome-settings-daemon-${@gnome_verdir("${PV}")}/libgsd.so \ | 50 | ${libdir}/gnome-settings-daemon-${@gnome_verdir("${PV}")}/libgsd.so \ |
