source: archive/gnome-obsolete/seahorse-plugins.xml@ e0ac6b0

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 7.10 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
Last change on this file since e0ac6b0 was 99b3ac4, checked in by Krejzi <krejzi@…>, 12 years ago

Rename archive/obsolete to archive/gnome-obsolete

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

  • Property mode set to 100644
File size: 7.5 KB
Line 
1<?xml version="1.0" encoding="ISO-8859-1"?>
2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
3 "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
4 <!ENTITY % general-entities SYSTEM "../../general.ent">
5 %general-entities;
6
7 <!ENTITY seahorse-plugins-download-http "&gnome-download-http;/seahorse-plugins/&gnome-version;/seahorse-plugins-&seahorse-plugins-version;.tar.bz2">
8 <!ENTITY seahorse-plugins-download-ftp "&gnome-download-http;/seahorse-plugins/&gnome-version;/seahorse-plugins-&seahorse-plugins-version;.tar.bz2">
9 <!ENTITY seahorse-plugins-md5sum "cb8a86a1039054b621f6419ac2219695">
10 <!ENTITY seahorse-plugins-size "1.2 MB">
11 <!ENTITY seahorse-plugins-buildsize "26 MB">
12 <!ENTITY seahorse-plugins-time "1.0 SBU">
13]>
14
15<sect1 id="seahorse-plugins" xreflabel="seahorse-plugins-&seahorse-plugins-version;">
16 <?dbhtml filename="seahorse-plugins.html"?>
17
18 <sect1info>
19 <othername>$LastChangedBy$</othername>
20 <date>$Date$</date>
21 </sect1info>
22
23 <title>seahorse-plugins-&seahorse-plugins-version;</title>
24
25 <indexterm zone="seahorse-plugins">
26 <primary sortas="a-seahorse-plugins">seahorse-plugins</primary>
27 </indexterm>
28
29 <sect2 role="package">
30 <title>Introduction to seahorse-plugins</title>
31
32 <para>The <application>seahorse-plugins</application> package contains
33 plugins and utilities for encryption in
34 <application>GNOME</application>.</para>
35
36 &lfs65_built;
37
38 <bridgehead renderas="sect3">Package Information</bridgehead>
39 <itemizedlist spacing="compact">
40 <listitem>
41 <para>Download (HTTP): <ulink url="&seahorse-plugins-download-http;"/></para>
42 </listitem>
43 <listitem>
44 <para>Download (FTP): <ulink url="&seahorse-plugins-download-ftp;"/></para>
45 </listitem>
46 <listitem>
47 <para>Download MD5 sum: &seahorse-plugins-md5sum;</para>
48 </listitem>
49 <listitem>
50 <para>Download size: &seahorse-plugins-size;</para>
51 </listitem>
52 <listitem>
53 <para>Estimated disk space required: &seahorse-plugins-buildsize;</para>
54 </listitem>
55 <listitem>
56 <para>Estimated build time: &seahorse-plugins-time;</para>
57 </listitem>
58 </itemizedlist>
59
60 <bridgehead renderas="sect3">seahorse-plugins Dependencies</bridgehead>
61
62 <bridgehead renderas="sect4">Required</bridgehead>
63 <para role="required"><xref linkend="seahorse"/></para>
64
65 <bridgehead renderas="sect4">Optional</bridgehead>
66 <para role="optional"><xref linkend="avahi"/>,
67 <xref linkend="epiphany"/>,
68 <xref linkend="libbonoboui"/>,
69 <xref linkend="libnotify"/>,
70 <xref linkend="gedit"/>,
71 <xref linkend="gnome-panel"/>,
72 <xref linkend="nautilus"/>,
73 <xref linkend="rarian"/>, and
74 <xref linkend="shared-mime-info"/></para>
75
76 <para condition="html" role="usernotes">User Notes:
77 <ulink url="&blfs-wiki;/seahorse-plugins"/></para>
78
79 </sect2>
80
81 <sect2 role="installation">
82 <title>Installation of seahorse-plugins</title>
83
84 <para>Install <application>seahorse-plugins</application> by running the following
85 commands:</para>
86
87<screen><userinput>./configure --prefix=$(pkg-config --variable=prefix ORBit-2.0) \
88 --sysconfdir=&gnome-etc-dir; \
89 --disable-scrollkeeper \
90 --disable-update-mime-database &amp;&amp;
91make</userinput></screen>
92
93 <para>This package does not come with a test suite.</para>
94
95 <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
96
97<screen role="root"><userinput>make install</userinput></screen>
98
99 </sect2>
100
101 <sect2 role="commands">
102 <title>Command Explanations</title>
103
104 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
105 href="../../xincludes/gnome-prefix.xml"/>
106
107 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
108 href="../../xincludes/gnome-sysconfdir.xml"/>
109
110 <para><parameter>--disable-scrollkeeper</parameter>: Do not make updates to
111 the <application>scrollkeeper</application> database. Remove it if you have
112 <application>rarian</application> installed.</para>
113
114 <para><parameter>--disable-update-mime-database</parameter>: Do not run the
115 <application>update-mime-database</application> utility. Remove it if you
116 have <application>shared-mime-info</application> installed.</para>
117
118 </sect2>
119
120 <sect2 role="content">
121 <title>Contents</title>
122
123 <segmentedlist>
124 <segtitle>Installed Programs</segtitle>
125 <segtitle>Installed Libraries</segtitle>
126 <segtitle>Installed Directories</segtitle>
127
128 <seglistitem>
129 <seg>seahorse-agent, seahorse-preferences, seahorse-tool, and
130 seahorse-applet</seg>
131 <seg>libseahorse-pgp.{so,a} and libnautilus-seahorse.{so,a}</seg>
132 <seg><envar>$GNOME_PREFIX</envar>/share/{gnome/help/{seahorse-applet/*,
133 seahorse-plugins/*},omf/{seahorse-applet,seahorse-plugins},
134 pixmaps/seahorse-plugins/{22x22,48x48,scalable},seahorse-plugins/ui}</seg>
135 </seglistitem>
136 </segmentedlist>
137
138 <variablelist>
139 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
140 <?dbfo list-presentation="list"?>
141 <?dbhtml list-presentation="table"?>
142
143 <varlistentry id="seahorse-agent">
144 <term><command>seahorse-agent</command></term>
145 <listitem>
146 <para>is a <application>seahorse</application> pass phrase caching
147 agent.</para>
148 <indexterm zone="seahorse-plugins seahorse-agent">
149 <primary sortas="b-seahorse-agent">seahorse-agent</primary>
150 </indexterm>
151 </listitem>
152 </varlistentry>
153
154 <!--<varlistentry id="seahorse-preferences">
155 <term><command>seahorse-preferences</command></term>
156 <listitem>
157 <para></para>
158 <indexterm zone="seahorse-plugins seahorse-preferences">
159 <primary sortas="b-seahorse-preferences">seahorse-preferences</primary>
160 </indexterm>
161 </listitem>
162 </varlistentry>-->
163
164 <varlistentry id="seahorse-tool">
165 <term><command>seahorse-tool</command></term>
166 <listitem>
167 <para>is a PGP/GnuPG file encryption for the <application>GNOME
168 Desktop</application>.</para>
169 <indexterm zone="seahorse-plugins seahorse-tool">
170 <primary sortas="b-seahorse-tool">seahorse-tool</primary>
171 </indexterm>
172 </listitem>
173 </varlistentry>
174
175 <!--<varlistentry id="seahorse-applet">
176 <term><command>seahorse-applet</command></term>
177 <listitem>
178 <para></para>
179 <indexterm zone="seahorse-plugins seahorse-applet">
180 <primary sortas="b-seahorse-applet">seahorse-applet</primary>
181 </indexterm>
182 </listitem>
183 </varlistentry>-->
184
185 <varlistentry id="libseahorse-pgp">
186 <term><filename class='libraryfile'>libseahorse-pgp.{so,a}</filename></term>
187 <listitem>
188 <para>is a <application>gedit</application> plugin.</para>
189 <indexterm zone="seahorse-plugins libseahorse-pgp">
190 <primary sortas="c-libseahorse-pgp">libseahorse-pgp.{so,a}</primary>
191 </indexterm>
192 </listitem>
193 </varlistentry>
194
195 <varlistentry id="libnautilus-seahorse">
196 <term><filename class='libraryfile'>libnautilus-seahorse.{so,a}</filename></term>
197 <listitem>
198 <para>is a <application>Nautilus</application> extension.</para>
199 <indexterm zone="seahorse-plugins libnautilus-seahorse">
200 <primary sortas="c-libnautilus-seahorse">libnautilus-seahorse.{so,a}</primary>
201 </indexterm>
202 </listitem>
203 </varlistentry>
204
205 </variablelist>
206
207 </sect2>
208
209</sect1>
Note: See TracBrowser for help on using the repository browser.