blob: 6789dec723b88a239ce81844ae20aa5e0660e30d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
|
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="project">
<email>gnome@gentoo.org</email>
<name>Gentoo GNOME Desktop</name>
</maintainer>
<use>
<flag name="ldap">Enable seahorse to manipulate GPG keys on a LDAP server.</flag>
</use>
<longdescription>Seahorse is a Gnome interface for GnuPG. It's main purpose is to be a PGP/GPG Key Manager, though
it has other components including a text editor and file manager.
Key Manager Features:
Generating a key
Deleting a key
Importing keys from text or a file
Exporting a key to text or a file
View key properties
Key Properties Features:
Show key info
Change owner trust
Change primary key's expiration date
Change passphrase
Export key
Delete Key
Plugins:
Nautilus Integration
Gedit plugin
</longdescription>
</pkgmetadata>
|