Changeset bc5127e5


Ignore:
Timestamp:
02/15/2012 10:11:18 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:
7a0dcad
Parents:
da0b26c5
Message:

libgnome-keyring-3.2.2

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

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • general.ent

    rda0b26c5 rbc5127e5  
    688688<!ENTITY gnome-js-common-version      "0.1.2">
    689689<!ENTITY libgnomekbd-version          "3.2.0">
    690 <!ENTITY libgnome-keyring-version     "2.30.1">
     690<!ENTITY libgnome-keyring-version     "3.2.2">
    691691<!ENTITY libgtop-version              "2.28.1">
    692692<!ENTITY libgweather-version          "2.30.2">
  • gnome/core/libgnome-keyring.xml

    rda0b26c5 rbc5127e5  
    55  %general-entities;
    66
    7   <!ENTITY libgnome-keyring-download-http "&gnome-download-http;/libgnome-keyring/&gnome-version;/libgnome-keyring-&libgnome-keyring-version;.tar.bz2">
    8   <!ENTITY libgnome-keyring-download-ftp  "&gnome-download-ftp;/libgnome-keyring/&gnome-version;/libgnome-keyring-&libgnome-keyring-version;.tar.bz2">
    9   <!ENTITY libgnome-keyring-md5sum        "11ce9e5ca66cf934e243ddd68f52adc9">
    10   <!ENTITY libgnome-keyring-size          "793 KB">
    11   <!ENTITY libgnome-keyring-buildsize     "6 MB">
    12   <!ENTITY libgnome-keyring-time          "0.1 SBU">
     7  <!ENTITY libgnome-keyring-download-http "&gnome-download-http;/libgnome-keyring/&gnome-version;/libgnome-keyring-&libgnome-keyring-version;.tar.xz">
     8  <!ENTITY libgnome-keyring-download-ftp  "&gnome-download-ftp;/libgnome-keyring/&gnome-version;/libgnome-keyring-&libgnome-keyring-version;.tar.xz">
     9  <!ENTITY libgnome-keyring-md5sum        "51b822605b45c8ea0f6df68fdc3ee611">
     10  <!ENTITY libgnome-keyring-size          "351 KB">
     11  <!ENTITY libgnome-keyring-buildsize     "8.6 MB">
     12  <!ENTITY libgnome-keyring-time          "0.5 SBU">
    1313]>
    1414
     
    3131
    3232    <para>The <application>libgnome-keyring</application> package is a program
    33     that keep password and other secrets for users. The library libgnome-keyring
     33    that keeps password and other secrets for users. The library libgnome-keyring
    3434    is used by applications to integrate with the gnome keyring system.</para>
    3535
    36     &lfs65_checked;
     36    &lfs70_built;
    3737
    3838    <bridgehead renderas="sect3">Package Information</bridgehead>
     
    6161
    6262    <bridgehead renderas="sect4">Required</bridgehead>
    63     <para role="required"><xref linkend="eggdbus"/>,
     63    <para role="required"><xref linkend="dbus"/>,
     64    <xref linkend="glib2"/>,
    6465    <xref linkend="intltool"/>, and
    6566    <xref linkend="libgcrypt"/></para>
     
    7778    <title>Installation of libgnome-keyring</title>
    7879
    79     <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    80     href="../../xincludes/without-gnome.xml"/>
    81 
    8280    <para>Install <application>libgnome-keyring</application> by running the following
    8381    commands:</para>
    8482
    85 <screen><userinput>./configure --prefix=$(pkg-config --variable=prefix ORBit-2.0) &amp;&amp;
     83<screen><userinput>./configure --prefix=$GNOME_PREFIX &amp;&amp;
    8684make</userinput></screen>
    8785
    88     <para>This package does not come with a test suite.</para>
     86    <para>To test the results, issue: <command>make check</command>.</para>
    8987
    9088    <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
     
    117115        <seg>libgnome-keyring.so</seg>
    118116        <seg><envar>$GNOME_PREFIX</envar>/{include/gnome-keyring-1,
    119         share/gtk-doc/html/gnome-keyring}</seg>
     117        share/{gtk-doc/html/gnome-keyring,locale/fy/LC_MESSAGES}}</seg>
    120118      </seglistitem>
    121119    </segmentedlist>
  • introduction/welcome/changelog.xml

    rda0b26c5 rbc5127e5  
    7272          <para>[ken] - merge libgnomekbd-3.2.0 from Wayne.</para>
    7373        </listitem>
     74        <listitem>
     75          <para>[ken] - merge libgnome-keyring-3.2.2 from Wayne.</para>
     76        </listitem>
    7477      </itemizedlist>
    7578    </listitem>
Note: See TracChangeset for help on using the changeset viewer.