Update to gnome-keyring-42.0.

This commit is contained in:
Bruce Dubbs 2022-05-21 20:46:55 -05:00
parent ea0b5bb788
commit 4e0c76b377
3 changed files with 17 additions and 10 deletions

View File

@ -64,7 +64,7 @@
<!ENTITY nautilus-version "42.1.1">
<!ENTITY zenity-version "3.42.1">
<!ENTITY gnome-bluetooth-version "42.0">
<!ENTITY gnome-keyring-version "40.0">
<!ENTITY gnome-keyring-version "42.0">
<!ENTITY gnome-settings-daemon-version "42.1">
<!ENTITY gnome-control-center-version "42.1">
<!ENTITY mutter-version "42.1">

View File

@ -8,9 +8,9 @@
"&gnome-download-http;/gnome-keyring/&gnome-40;/gnome-keyring-&gnome-keyring-version;.tar.xz">
<!ENTITY gnome-keyring-download-ftp
"&gnome-download-ftp;/gnome-keyring/&gnome-40;/gnome-keyring-&gnome-keyring-version;.tar.xz">
<!ENTITY gnome-keyring-md5sum "f404b61683a0ff54fb264b337772cff2">
<!ENTITY gnome-keyring-md5sum "dd3a191a2f61a14ca67ad6e2a3e6287e">
<!ENTITY gnome-keyring-size "1.3 MB">
<!ENTITY gnome-keyring-buildsize "155 MB">
<!ENTITY gnome-keyring-buildsize "116 MB">
<!ENTITY gnome-keyring-time "0.2 SBU (Using parallelism=4; add 0.3 SBU for tests)">
]>
@ -102,6 +102,16 @@
<sect2 role="installation">
<title>Installation of GNOME Keyring</title>
<para>
First, fix a packaging error:
</para>
<!-- This could be shortened to sed -i 's:/home.*dbus/::' daemon/dbus/*generated.c
but I expect a release of 42.1 soon to fix the problem. -->
<screen><userinput>sed -e 's:/home/niels/jhbuild/checkout/gnome-keyring/daemon/dbus/::' \
-i daemon/dbus/*generated.c</userinput></screen>
<para>
Install <application>GNOME Keyring</application> by running the
following commands:
@ -134,13 +144,6 @@ make</userinput></screen>
deprecated entry in the schema template.
</para>
<!-- FIXME: Removed with usr-merge
<para>
<parameter>- -with-pam-dir=/lib/security</parameter>: This switch
specifies where the PAM module will be installed.
</para>
-->
</sect2>
<sect2 role="content">

View File

@ -45,6 +45,10 @@
<listitem>
<para>May 21st, 2022</para>
<itemizedlist>
<listitem>
<para>[bdubbs] - Update to gnome-keyring-42.0. Fixes
<ulink url="&blfs-ticket-root;16565">#16565</ulink>.</para>
</listitem>
<listitem>
<para>[bdubbs] - Update to seahorse-42.0. Fixes
<ulink url="&blfs-ticket-root;16568">#16568</ulink>.</para>