Changeset 2a01794


Ignore:
Timestamp:
02/13/2012 10:30:07 PM (12 years ago)
Author:
Ken Moffat <ken@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 7.10, 7.4, 7.5, 7.6, 7.6-blfs, 7.6-systemd, 7.7, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, gnome, kde5-13430, kde5-14269, kde5-14686, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, krejzi/svn, lazarus, lxqt, nosym, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, systemd-11177, systemd-13485, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
c0b8b2b
Parents:
f42801c
Message:

gnome-keyring-3.2.2

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@9398 af4574ff-66df-0310-9fd7-8a98e5e911e0

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • general.ent

    rf42801c r2a01794  
    702702<!ENTITY gnome-icon-theme-extras-version "3.0.0">
    703703<!ENTITY gnome-icon-theme-symbolic-version "3.2.1">
    704 <!ENTITY gnome-keyring-version        "2.30.3">
     704<!ENTITY gnome-keyring-version        "3.2.2">
    705705<!ENTITY gnome-menus-version          "2.30.2">
    706706<!ENTITY gnome-session-version        "2.30.2">
  • gnome/core/gnome-keyring.xml

    rf42801c r2a01794  
    55  %general-entities;
    66
    7   <!ENTITY gnome-keyring-download-http "&gnome-download-http;/gnome-keyring/&gnome-version;/gnome-keyring-&gnome-keyring-version;.tar.bz2">
    8   <!ENTITY gnome-keyring-download-ftp  "&gnome-download-ftp;/gnome-keyring/&gnome-version;/gnome-keyring-&gnome-keyring-version;.tar.bz2">
    9   <!ENTITY gnome-keyring-md5sum        "54cb1835c02a40f27fda73e58da17cc6">
    10   <!ENTITY gnome-keyring-size          "1.5 MB">
    11   <!ENTITY gnome-keyring-buildsize     "52 MB">
    12   <!ENTITY gnome-keyring-time          "0.6 SBU">
     7  <!ENTITY gnome-keyring-download-http "&gnome-download-http;/gnome-keyring/&gnome-version;/gnome-keyring-&gnome-keyring-version;.tar.xz">
     8  <!ENTITY gnome-keyring-download-ftp  "&gnome-download-ftp;/gnome-keyring/&gnome-version;/gnome-keyring-&gnome-keyring-version;.tar.xz">
     9  <!ENTITY gnome-keyring-md5sum        "0269f897bf6bc71df8b8cecd5f8e2f6c">
     10  <!ENTITY gnome-keyring-size          "1.6 MB">
     11  <!ENTITY gnome-keyring-buildsize     "165 MB">
     12  <!ENTITY gnome-keyring-time          "1.3 SBU">
    1313]>
    1414
     
    3333    daemon that keeps passwords and other secrets for users.</para>
    3434
    35     &lfs65_built;
     35    &lfs70_built;
    3636
    3737    <bridgehead renderas="sect3">Package Information</bridgehead>
     
    5757    </itemizedlist>
    5858
     59    <bridgehead renderas="sect3">Additional Downloads</bridgehead>
     60    <itemizedlist spacing='compact'>
     61      <listitem>
     62        <para>Required Patch: <ulink
     63        url="&patch-root;/gnome-keyring-&gnome-keyring-version;-work_without_daemon-1.patch"/></para>
     64      </listitem>
     65    </itemizedlist>
     66
    5967    <bridgehead renderas="sect3">gnome-keyring Dependencies</bridgehead>
    6068
     
    6371    <xref linkend="gtk2"/>,
    6472    <xref linkend="intltool"/>,
    65     <xref linkend="libgcrypt"/>, and
    66     <xref linkend="libtasn1"/></para>
     73    <xref linkend="libgcrypt"/>,
     74    <xref linkend="libtasn1"/>, and
     75    <xref linkend="p11-kit"/></para>
    6776
    6877    <bridgehead renderas="sect4">Optional</bridgehead>
     
    8594    following commands:</para>
    8695
    87 <screen><userinput>./configure --prefix=$(pkg-config --variable=prefix ORBit-2.0) \
    88             --libexecdir=$(pkg-config \
    89             --variable=prefix ORBit-2.0)/lib/gnome-keyring \
    90                 --sysconfdir=&gnome-etc-dir; \
     96<screen><userinput>patch -Np1 -i ../gnome-keyring-&gnome-keyring-version;-work_without_daemon-1.patch &amp;&amp;
     97./configure --prefix=$GNOME_PREFIX \
     98            --libexecdir=$GNOME_PREFIX/lib/gnome-keyring \
     99            --sysconfdir=$GNOME_SYSCONFDIR \
    91100            --with-pam-dir=/lib/security \
    92101            --with-dbus-services=/usr/share/dbus-1/services \
     
    105114    <title>Command Explanations</title>
    106115
     116    <para><command>patch -Np1 -i ...</command>: The patch allows testsuites from
     117    other packages which invoke <application>gnome-keyring</application>, such as
     118    <application>NetworkManager,</application> to run even if this package&apos;s
     119    daemon is not running, for example when you are building a
     120    <application>GNOME</application> desktop.</para>
     121
    107122    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    108123    href="../../xincludes/gnome-prefix.xml"/>
    109124
    110     <para><parameter>--libexecdir=$(pkg-config --variable=prefix
    111     ORBit-2.0)/lib/gnome-keyring</parameter>: This parameter causes the libexec
    112     files to be installed in the preferred location of
    113     <filename class="directory">$GNOME_PREFIX/lib/gnome-keyring</filename>
    114     instead of
     125    <para><parameter>--libexecdir=$GNOME_PREFIX/lib/gnome-keyring</parameter>:
     126    This parameter causes the libexec files to be installed in the preferred
     127    location of <filename
     128    class="directory">$GNOME_PREFIX/lib/gnome-keyring</filename> instead of
    115129    <filename class="directory">$GNOME_PREFIX/libexec</filename>.</para>
    116130
     131    <para><parameter>--sysconfdir=$GNOME_SYSCONFDIR</parameter>: This parameter
     132    ensures that the xdg autostart files are installed in a suitable location.
     133    </para>
     134
    117135    <para><parameter>--with-pam-dir=/lib/security</parameter>: This parameter
    118     specifies where the pam modules will be installed into.</para>
     136    specifies where the pam modules will be installed: you can omit this if you
     137    have not installed <application>Linux-PAM</application>.</para>
    119138
    120139    <para><parameter>--with-dbus-services=/usr/share/dbus-1/services</parameter>:
    121140    This parameter specifies where the <application>D-BUS</application> session
    122     services directory is located.</para>
     141    services directory is located: you can omit this if your GNOME_PREFIX is
     142    <filename class="directory">/usr</filename>.</para>
    123143
    124144    <para><parameter>--with-root-certs=/etc/ssl/certs</parameter>: This
    125145    parameter specifies where the trusted root certificates are located.</para>
    126 
    127     <para><option>--disable-scrollkeeper</option>: Use this parameter if you
    128     wish to disable the updates to the scrollkeeper database.</para>
    129146
    130147  </sect2>
     
    143160        gnome-keyring-pkcs11.so, gck-roots-store-standalone.so,
    144161        gck-secret-store-standalone.so, libgcr.so, libgp11.so, and
    145         pam_gnome_keyring.so</seg>
     162        pam_gnome_keyring.so (if Linux-PAM was installed)</seg>
    146163        <seg><envar>$GNOME_PREFIX</envar>/{include/{gcr,gp11},
    147164        lib/gnome-keyring/{devel,standalone},share/{gcr/ui,
  • introduction/welcome/changelog.xml

    rf42801c r2a01794  
    6060          <para>[ken] - add gnome-js-common from Wayne, but updated to 0.1.2.</para>
    6161        </listitem>
     62        <listitem>
     63          <para>[ken] - merge gnome-keyring-3.2.2 from Wayne.</para>
     64        </listitem>
    6265      </itemizedlist>
    6366    </listitem>
Note: See TracChangeset for help on using the changeset viewer.