43 lines
1.5 KiB
Text
43 lines
1.5 KiB
Text
|
# Template file for 'seahorse-nautilus'
|
||
|
pkgname=seahorse-nautilus
|
||
|
version=3.4.0
|
||
|
distfiles="${GNOME_SITE}/$pkgname/3.4/$pkgname-$version.tar.xz"
|
||
|
build_style=gnu-configure
|
||
|
configure_args="--disable-schemas-install
|
||
|
--with-gconf-schema-file-dir=/usr/share/gconf/schemas"
|
||
|
short_desc="A Nautilus plugin for OpenPGP file encryption/decryption"
|
||
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||
|
homepage="http://www.gnome.org/projects/seahorse/"
|
||
|
checksum=4724438b8c09d5c25c30a304cbc398950d5a2fdd1e2ef3f6389ffbf18ac01480
|
||
|
long_desc="
|
||
|
Seahorse is a GNOME application for managing encryption keys. It also
|
||
|
integrates with nautilus, gedit and other places for encryption operations.
|
||
|
|
||
|
With seahorse you can...
|
||
|
|
||
|
* Create and manage PGP keys
|
||
|
* Create and manage SSH keys
|
||
|
* Publish and retrieve keys from key servers
|
||
|
* Cache your passphrase so you don't have to keep typing it
|
||
|
* Backup your keys and keyring
|
||
|
* more...
|
||
|
|
||
|
This package contains a plugin for the GNOME file manager, Nautilus to
|
||
|
encrypt or decrypt OpenPGP files with GnuPG."
|
||
|
|
||
|
Add_dependency build pkg-config
|
||
|
Add_dependency build intltool
|
||
|
Add_dependency build gnome-doc-utils
|
||
|
Add_dependency build dbus-glib-devel
|
||
|
Add_dependency build gtk+3-devel
|
||
|
Add_dependency build nautilus-devel
|
||
|
Add_dependency build GConf-devel
|
||
|
Add_dependency build libnotify-devel
|
||
|
Add_dependency build gpgme-devel
|
||
|
Add_dependency build libgnome-keyring-devel
|
||
|
Add_dependency build libcryptui-devel
|
||
|
|
||
|
Add_dependency run desktop-file-utils
|
||
|
|
||
|
Add_dependency full gnupg
|