mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-02-03 06:27:16 +08:00
Added new package, seahorse-plugins-2.30.1.
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@8581 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
parent
c9f6442139
commit
39b910edb9
@ -656,6 +656,7 @@ $Date$
|
||||
<!ENTITY gucharmap-version "2.30.2">
|
||||
<!ENTITY hamster-applet-version "2.30.2">
|
||||
<!ENTITY seahorse-version "2.30.1">
|
||||
<!ENTITY seahorse-plugins-version "2.30.1">
|
||||
<!ENTITY sound-juicer-version "2.28.2">
|
||||
<!ENTITY totem-version "2.30.2">
|
||||
|
||||
|
@ -67,6 +67,7 @@ $Date$
|
||||
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="gucharmap.xml"/>
|
||||
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="hamster-applet.xml"/>
|
||||
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="seahorse.xml"/>
|
||||
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="seahorse-plugins.xml"/>
|
||||
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="sound-juicer.xml"/>
|
||||
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="totem.xml"/>
|
||||
|
||||
|
209
gnome/add/seahorse-plugins.xml
Normal file
209
gnome/add/seahorse-plugins.xml
Normal file
@ -0,0 +1,209 @@
|
||||
<?xml version="1.0" encoding="ISO-8859-1"?>
|
||||
<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
|
||||
"http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
|
||||
<!ENTITY % general-entities SYSTEM "../../general.ent">
|
||||
%general-entities;
|
||||
|
||||
<!ENTITY seahorse-plugins-download-http "&gnome-download-http;/seahorse-plugins/&gnome-version;/seahorse-plugins-&seahorse-plugins-version;.tar.bz2">
|
||||
<!ENTITY seahorse-plugins-download-ftp "&gnome-download-http;/seahorse-plugins/&gnome-version;/seahorse-plugins-&seahorse-plugins-version;.tar.bz2">
|
||||
<!ENTITY seahorse-plugins-md5sum "cb8a86a1039054b621f6419ac2219695">
|
||||
<!ENTITY seahorse-plugins-size "1.2 MB">
|
||||
<!ENTITY seahorse-plugins-buildsize "26 MB">
|
||||
<!ENTITY seahorse-plugins-time "1.0 SBU">
|
||||
]>
|
||||
|
||||
<sect1 id="seahorse-plugins" xreflabel="seahorse-plugins-&seahorse-plugins-version;">
|
||||
<?dbhtml filename="seahorse-plugins.html"?>
|
||||
|
||||
<sect1info>
|
||||
<othername>$LastChangedBy$</othername>
|
||||
<date>$Date$</date>
|
||||
</sect1info>
|
||||
|
||||
<title>seahorse-plugins-&seahorse-plugins-version;</title>
|
||||
|
||||
<indexterm zone="seahorse-plugins">
|
||||
<primary sortas="a-seahorse-plugins">seahorse-plugins</primary>
|
||||
</indexterm>
|
||||
|
||||
<sect2 role="package">
|
||||
<title>Introduction to seahorse-plugins</title>
|
||||
|
||||
<para>The <application>seahorse-plugins</application> package contains
|
||||
plugins and utilities for encryption in
|
||||
<application>GNOME</application>.</para>
|
||||
|
||||
&lfs65_built;
|
||||
|
||||
<bridgehead renderas="sect3">Package Information</bridgehead>
|
||||
<itemizedlist spacing="compact">
|
||||
<listitem>
|
||||
<para>Download (HTTP): <ulink url="&seahorse-plugins-download-http;"/></para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>Download (FTP): <ulink url="&seahorse-plugins-download-ftp;"/></para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>Download MD5 sum: &seahorse-plugins-md5sum;</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>Download size: &seahorse-plugins-size;</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>Estimated disk space required: &seahorse-plugins-buildsize;</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>Estimated build time: &seahorse-plugins-time;</para>
|
||||
</listitem>
|
||||
</itemizedlist>
|
||||
|
||||
<bridgehead renderas="sect3">seahorse-plugins Dependencies</bridgehead>
|
||||
|
||||
<bridgehead renderas="sect4">Required</bridgehead>
|
||||
<para role="required"><xref linkend="seahorse"/></para>
|
||||
|
||||
<bridgehead renderas="sect4">Optional</bridgehead>
|
||||
<para role="optional"><xref linkend="avahi"/>,
|
||||
<xref linkend="epiphany"/>,
|
||||
<xref linkend="libbonoboui"/>,
|
||||
<xref linkend="libnotify"/>,
|
||||
<xref linkend="gedit"/>,
|
||||
<xref linkend="gnome-panel"/>,
|
||||
<xref linkend="nautilus"/>,
|
||||
<xref linkend="rarian"/>, and
|
||||
<xref linkend="shared-mime-info"/></para>
|
||||
|
||||
<para condition="html" role="usernotes">User Notes:
|
||||
<ulink url="&blfs-wiki;/seahorse-plugins"/></para>
|
||||
|
||||
</sect2>
|
||||
|
||||
<sect2 role="installation">
|
||||
<title>Installation of seahorse-plugins</title>
|
||||
|
||||
<para>Install <application>seahorse-plugins</application> by running the following
|
||||
commands:</para>
|
||||
|
||||
<screen><userinput>./configure --prefix=$(pkg-config --variable=prefix ORBit-2.0) \
|
||||
--sysconfdir=&gnome-etc-dir; \
|
||||
--disable-scrollkeeper \
|
||||
--disable-update-mime-database &&
|
||||
make</userinput></screen>
|
||||
|
||||
<para>This package does not come with a test suite.</para>
|
||||
|
||||
<para>Now, as the <systemitem class="username">root</systemitem> user:</para>
|
||||
|
||||
<screen role="root"><userinput>make install</userinput></screen>
|
||||
|
||||
</sect2>
|
||||
|
||||
<sect2 role="commands">
|
||||
<title>Command Explanations</title>
|
||||
|
||||
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
|
||||
href="../../xincludes/gnome-prefix.xml"/>
|
||||
|
||||
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
|
||||
href="../../xincludes/gnome-sysconfdir.xml"/>
|
||||
|
||||
<para><parameter>--disable-scrollkeeper</parameter>: Do not make updates to
|
||||
the <application>scrollkeeper</application> database. Remove it if you have
|
||||
<application>rarian</application> installed.</para>
|
||||
|
||||
<para><parameter>--disable-update-mime-database</parameter>: Do not run the
|
||||
<application>update-mime-database</application> utility. Remove it if you
|
||||
have <application>shared-mime-info</application> installed.</para>
|
||||
|
||||
</sect2>
|
||||
|
||||
<sect2 role="content">
|
||||
<title>Contents</title>
|
||||
|
||||
<segmentedlist>
|
||||
<segtitle>Installed Programs</segtitle>
|
||||
<segtitle>Installed Libraries</segtitle>
|
||||
<segtitle>Installed Directories</segtitle>
|
||||
|
||||
<seglistitem>
|
||||
<seg>seahorse-agent, seahorse-preferences, seahorse-tool, and
|
||||
seahorse-applet</seg>
|
||||
<seg>libseahorse-pgp.{so,a} and libnautilus-seahorse.{so,a}</seg>
|
||||
<seg><envar>$GNOME_PREFIX</envar>/share/{gnome/help/{seahorse-applet/*,
|
||||
seahorse-plugins/*},omf/{seahorse-applet,seahorse-plugins},
|
||||
pixmaps/seahorse-plugins/{22x22,48x48,scalable},seahorse-plugins/ui}</seg>
|
||||
</seglistitem>
|
||||
</segmentedlist>
|
||||
|
||||
<variablelist>
|
||||
<bridgehead renderas="sect3">Short Descriptions</bridgehead>
|
||||
<?dbfo list-presentation="list"?>
|
||||
<?dbhtml list-presentation="table"?>
|
||||
|
||||
<varlistentry id="seahorse-agent">
|
||||
<term><command>seahorse-agent</command></term>
|
||||
<listitem>
|
||||
<para>is a <application>seahorse</application> pass phrase caching
|
||||
agent.</para>
|
||||
<indexterm zone="seahorse-plugins seahorse-agent">
|
||||
<primary sortas="b-seahorse-agent">seahorse-agent</primary>
|
||||
</indexterm>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
||||
<!--<varlistentry id="seahorse-preferences">
|
||||
<term><command>seahorse-preferences</command></term>
|
||||
<listitem>
|
||||
<para></para>
|
||||
<indexterm zone="seahorse-plugins seahorse-preferences">
|
||||
<primary sortas="b-seahorse-preferences">seahorse-preferences</primary>
|
||||
</indexterm>
|
||||
</listitem>
|
||||
</varlistentry>-->
|
||||
|
||||
<varlistentry id="seahorse-tool">
|
||||
<term><command>seahorse-tool</command></term>
|
||||
<listitem>
|
||||
<para>is a PGP/GnuPG file encryption for the <application>GNOME
|
||||
Desktop</application>.</para>
|
||||
<indexterm zone="seahorse-plugins seahorse-tool">
|
||||
<primary sortas="b-seahorse-tool">seahorse-tool</primary>
|
||||
</indexterm>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
||||
<!--<varlistentry id="seahorse-applet">
|
||||
<term><command>seahorse-applet</command></term>
|
||||
<listitem>
|
||||
<para></para>
|
||||
<indexterm zone="seahorse-plugins seahorse-applet">
|
||||
<primary sortas="b-seahorse-applet">seahorse-applet</primary>
|
||||
</indexterm>
|
||||
</listitem>
|
||||
</varlistentry>-->
|
||||
|
||||
<varlistentry id="libseahorse-pgp">
|
||||
<term><filename class='libraryfile'>libseahorse-pgp.{so,a}</filename></term>
|
||||
<listitem>
|
||||
<para>is a <application>gedit</application> plugin.</para>
|
||||
<indexterm zone="seahorse-plugins libseahorse-pgp">
|
||||
<primary sortas="c-libseahorse-pgp">libseahorse-pgp.{so,a}</primary>
|
||||
</indexterm>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
||||
<varlistentry id="libnautilus-seahorse">
|
||||
<term><filename class='libraryfile'>libnautilus-seahorse.{so,a}</filename></term>
|
||||
<listitem>
|
||||
<para>is a <application>Nautilus</application> extension.</para>
|
||||
<indexterm zone="seahorse-plugins libnautilus-seahorse">
|
||||
<primary sortas="c-libnautilus-seahorse">libnautilus-seahorse.{so,a}</primary>
|
||||
</indexterm>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
||||
</variablelist>
|
||||
|
||||
</sect2>
|
||||
|
||||
</sect1>
|
@ -43,6 +43,9 @@
|
||||
<listitem>
|
||||
<para>August 29th, 2010</para>
|
||||
<itemizedlist>
|
||||
<listitem>
|
||||
<para>[wblaszcz] - Added new package, seahorse-plugins-2.30.1.</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>[wblaszcz] - Added new package, Seahorse-2.30.1.</para>
|
||||
</listitem>
|
||||
|
Loading…
Reference in New Issue
Block a user