2012-03-29 23:41:46 +02:00
|
|
|
# Template file for 'seahorse-nautilus'
|
|
|
|
pkgname=seahorse-nautilus
|
2013-10-17 09:39:05 +02:00
|
|
|
version=3.10.1
|
2012-09-27 11:39:53 +02:00
|
|
|
revision=1
|
2012-03-29 23:41:46 +02:00
|
|
|
build_style=gnu-configure
|
2012-09-27 11:39:53 +02:00
|
|
|
configure_args="--disable-schemas-compile"
|
2013-04-01 10:45:49 +02:00
|
|
|
hostmakedepends="pkg-config intltool gnome-doc-utils"
|
2013-09-28 10:25:40 +02:00
|
|
|
makedepends="gtk+3-devel>=3.8 nautilus-devel>=3.10 libnotify-devel
|
|
|
|
gpgme-devel libcryptui-devel>=3.10 gcr-devel>=3.10
|
|
|
|
libgnome-keyring-devel>=3.10 gnupg"
|
2012-03-29 23:41:46 +02:00
|
|
|
short_desc="A Nautilus plugin for OpenPGP file encryption/decryption"
|
|
|
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
|
|
|
homepage="http://www.gnome.org/projects/seahorse/"
|
2013-04-01 10:45:49 +02:00
|
|
|
license="GPL-2"
|
2013-09-28 10:25:40 +02:00
|
|
|
distfiles="${GNOME_SITE}/$pkgname/${version%.*}/$pkgname-$version.tar.xz"
|
2013-10-17 09:39:05 +02:00
|
|
|
checksum=eacaf33bba920cf117641393a6eef483dbc075009349082e77d22f79afbd823a
|
2012-03-29 23:41:46 +02:00
|
|
|
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."
|
2013-04-14 12:31:59 +02:00
|
|
|
|
|
|
|
seahorse-nautilus_package() {
|
|
|
|
depends="gnupg desktop-file-utils"
|
|
|
|
pkg_install() {
|
2013-09-28 10:25:40 +02:00
|
|
|
vmove all
|
2013-04-14 12:31:59 +02:00
|
|
|
}
|
|
|
|
}
|