[blfs] 01/02: gnome-settings-daemon: fix hard coded versions in contents
| Newsgroups | gmane.linux.lfs.beyond.book |
|---|---|
| Message-ID | <[email protected]> |
This is an automated email from the git hooks/post-receive script. git pushed a commit to branch trunk in repository blfs. commit 3495a4b4631ba21647b3e35cad0e21568dcf562b Author: Xi Ruoyao <[email protected]> AuthorDate: Sat Aug 22 23:24:26 2026 +0800 gnome-settings-daemon: fix hard coded versions in contents --- gnome.ent | 3 ++- gnome/platform/gnome-settings-daemon.xml | 4 ++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/gnome.ent b/gnome.ent index 684a1c7850..6864e65ddd 100644 --- a/gnome.ent +++ b/gnome.ent @@ -82,7 +82,8 @@ <!--<!ENTITY zenity-version "3.42.1">--> <!ENTITY gnome-bluetooth-version "47.2"> <!ENTITY gnome-keyring-version "50.0"> -<!ENTITY gnome-settings-daemon-version "50.1"> +<!ENTITY gnome-settings-daemon-major "50"> +<!ENTITY gnome-settings-daemon-version "&gnome-settings-daemon-major;.1"> <!ENTITY tecla-version "50.0"> <!ENTITY gnome-control-center-version "50.4"> <!ENTITY mutter-version "50.4"> diff --git a/gnome/platform/gnome-settings-daemon.xml b/gnome/platform/gnome-settings-daemon.xml index 5502960670..931450ec4e 100644 --- a/gnome/platform/gnome-settings-daemon.xml +++ b/gnome/platform/gnome-settings-daemon.xml @@ -213,8 +213,8 @@ ninja</userinput></screen> </seg> <seg> /etc/xdg/Xwayland-session.d, - /usr/include/gnome-settings-daemon-48, - /usr/lib/gnome-settings-daemon-48, and + /usr/include/gnome-settings-daemon-&gnome-settings-daemon-major;, + /usr/lib/gnome-settings-daemon-&gnome-settings-daemon-major;, and /usr/share/gnome-settings-daemon </seg> </seglistitem> -- To stop receiving notification emails like this one, please contact the administrator of this repository. -- http://lists.linuxfromscratch.org/sympa/info/blfs-book Unsubscribe: See the above information page