Difference between revisions of "Seahorse"
From CBLFS
Jump to navigationJump to searchWeibullguy (talk | contribs) (Added page) |
Weibullguy (talk | contribs) m |
||
(6 intermediate revisions by 3 users not shown) | |||
Line 2: | Line 2: | ||
|- | |- | ||
!Download Source: | !Download Source: | ||
− | |http://ftp.gnome.org/pub/gnome/sources/seahorse/ | + | |http://ftp.gnome.org/pub/gnome/sources/seahorse/{{Seahorse-Version2}}/seahorse-{{Seahorse-Version}}.tar.bz2 |
|- | |- | ||
|} | |} | ||
Line 35: | Line 35: | ||
* [[Avahi]] | * [[Avahi]] | ||
* [[Epiphany]] | * [[Epiphany]] | ||
− | * [[Firefox]] or [[Thunderbird]] or [[ | + | * [[Firefox]] or [[Thunderbird]] or [[SeaMonkey]] or [[XULRunner]] for Gecko engine |
== Configuration Information == | == Configuration Information == | ||
Line 51: | Line 51: | ||
Compile the package: | Compile the package: | ||
− | GNUPG=/usr/bin/gpg2 ./configure --prefix=${GNOME_PREFIX} && | + | GNUPG=/usr/bin/gpg2 ./configure --prefix=${GNOME_PREFIX} --sysconfdir=/etc/gnome && |
make | make | ||
Line 61: | Line 61: | ||
== Multilib == | == Multilib == | ||
− | |||
− | |||
=== 32Bit === | === 32Bit === | ||
Line 68: | Line 66: | ||
Compile the package: | Compile the package: | ||
− | + | export PKG_CONFIG_PATH="${PKG_CONFIG_PATH32}" && | |
− | GNUPG=/usr/bin/gpg2 ./configure --prefix=${GNOME_PREFIX} && | + | CC="gcc ${BUILD32}" USE_ARCH=32 \ |
+ | GNUPG=/usr/bin/gpg2 ./configure --prefix=${GNOME_PREFIX} --sysconfdir=/etc/gnome && | ||
make | make | ||
Install the package: | Install the package: | ||
− | make install | + | make install && |
+ | unset PKG_CONFIG_PATH | ||
=== N32 === | === N32 === | ||
Line 80: | Line 80: | ||
Compile the package: | Compile the package: | ||
− | + | export PKG_CONFIG_PATH="${PKG_CONFIG_PATHN32}" && | |
− | GNUPG=/usr/bin/gpg2 ./configure --prefix=${GNOME_PREFIX} \ | + | CC="gcc ${BUILDN32}" USE_ARCH=n32 \ |
+ | GNUPG=/usr/bin/gpg2 ./configure --prefix=${GNOME_PREFIX} --sysconfdir=/etc/gnome \ | ||
--libdir=${GNOME_PREFIX}/lib32 && | --libdir=${GNOME_PREFIX}/lib32 && | ||
make | make | ||
Line 87: | Line 88: | ||
Install the package: | Install the package: | ||
− | make install | + | make install && |
+ | unset PKG_CONFIG_PATH | ||
=== 64Bit === | === 64Bit === | ||
Line 93: | Line 95: | ||
Compile the package: | Compile the package: | ||
− | + | export PKG_CONFIG_PATH="${PKG_CONFIG_PATH64}" && | |
− | GNUPG=/usr/bin/gpg2 ./configure --prefix=${GNOME_PREFIX} \ | + | CC="gcc ${BUILD64}" USE_ARCH=64 \ |
+ | GNUPG=/usr/bin/gpg2 ./configure --prefix=${GNOME_PREFIX} --sysconfdir=/etc/gnome \ | ||
--libdir=${GNOME_PREFIX}/lib64 && | --libdir=${GNOME_PREFIX}/lib64 && | ||
make | make | ||
Line 101: | Line 104: | ||
make install && | make install && | ||
− | + | unset PKG_CONFIG_PATH | |
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
== Contents == | == Contents == | ||
Line 144: | Line 131: | ||
|-valign="top" | |-valign="top" | ||
!seahorse | !seahorse | ||
− | |||
− | |||
− | |||
| | | | ||
|-valign="top" | |-valign="top" |
Latest revision as of 07:10, 25 October 2009
Download Source: | http://ftp.gnome.org/pub/gnome/sources/seahorse/2.26/seahorse-2.26.2.tar.bz2 |
---|
Contents
Introduction to Seahorse
Seahorse is a GNOME application for managing encryption keys. It is the replacement for GNOME Keyring Manager.
Project Homepage: http://www.gnome.org/projects/seahorse/index.html
Dependencies
Required
Recommended
Optional
- OpenLDAP
- gedit
- Nautilus
- libsoup
- libnotify
- Avahi
- Epiphany
- Firefox or Thunderbird or SeaMonkey or XULRunner for Gecko engine
Configuration Information
--enable-tests: Compile Test Programs. |
The following build instructions assume you've installed version 2 of GnuPG. If you are still using version 1, omit GNUPG=/usr/bin/gpg2.
Non-Multilib
Compile the package:
GNUPG=/usr/bin/gpg2 ./configure --prefix=${GNOME_PREFIX} --sysconfdir=/etc/gnome && make
Install the package:
make install && chmod -s ${GNOME_PREFIX}/bin/seahorse-agent && chmod -s ${GNOME_PREFIX}/bin/seahorse-daemon
Multilib
32Bit
Compile the package:
export PKG_CONFIG_PATH="${PKG_CONFIG_PATH32}" && CC="gcc ${BUILD32}" USE_ARCH=32 \ GNUPG=/usr/bin/gpg2 ./configure --prefix=${GNOME_PREFIX} --sysconfdir=/etc/gnome && make
Install the package:
make install && unset PKG_CONFIG_PATH
N32
Compile the package:
export PKG_CONFIG_PATH="${PKG_CONFIG_PATHN32}" && CC="gcc ${BUILDN32}" USE_ARCH=n32 \ GNUPG=/usr/bin/gpg2 ./configure --prefix=${GNOME_PREFIX} --sysconfdir=/etc/gnome \ --libdir=${GNOME_PREFIX}/lib32 && make
Install the package:
make install && unset PKG_CONFIG_PATH
64Bit
Compile the package:
export PKG_CONFIG_PATH="${PKG_CONFIG_PATH64}" && CC="gcc ${BUILD64}" USE_ARCH=64 \ GNUPG=/usr/bin/gpg2 ./configure --prefix=${GNOME_PREFIX} --sysconfdir=/etc/gnome \ --libdir=${GNOME_PREFIX}/lib64 && make
Install the package:
make install && unset PKG_CONFIG_PATH
Contents
Installed Directories: | None |
---|---|
Installed Programs: | cryptui-test-keyset, cryptui-test-ui, seahorse, seahorse-agent, seahorse-daemon, seahorse-preferences, seahorse-tool |
Installed Libraries: | libseahorse-pgp.{a, la, so}, libcryptui.{a, la, so}, libnautilus-seahorse.{a, la, so} |
Short Descriptions
cryptui-test-keyset | |
---|---|
cryptui-test-ui | |
seahorse | |
seahorse-daemon | |
seahorse-preferences | |
seahorse-tool |