2010-11-06 07:36:00 +00:00
|
|
|
# Template file for 'seahorse'
|
|
|
|
pkgname=seahorse
|
2013-04-17 20:11:32 +00:00
|
|
|
version=3.8.1
|
2012-09-26 04:06:25 +00:00
|
|
|
revision=1
|
2011-10-24 12:14:47 +00:00
|
|
|
build_style=gnu-configure
|
2012-09-26 04:06:25 +00:00
|
|
|
configure_args="--disable-schemas-compile
|
2012-10-15 22:03:07 +00:00
|
|
|
--enable-ldap --enable-hkp --disable-debug"
|
2013-03-28 21:13:59 +00:00
|
|
|
hostmakedepends="which pkg-config intltool gnome-doc-utils itstool"
|
|
|
|
makedepends="gtk+3-devel>=3.8 gcr-devel>=3.8 libsecret-devel
|
2013-04-14 10:31:59 +00:00
|
|
|
gpgme-devel libldap-devel libsoup-devel avahi-glib-libs-devel
|
|
|
|
openssh>=6.1p1"
|
2010-11-06 07:36:00 +00:00
|
|
|
short_desc="Encryption Made Easy"
|
|
|
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
2012-08-29 06:02:23 +00:00
|
|
|
homepage="http://projects.gnome.org/seahorse/"
|
|
|
|
license="GPL-2"
|
2013-03-28 21:13:59 +00:00
|
|
|
distfiles="${GNOME_SITE}/$pkgname/3.8/$pkgname-$version.tar.xz"
|
2013-04-17 20:11:32 +00:00
|
|
|
checksum=c1a1d97618a37a79e19902e00f3a0de7cfb947b52eb9282ea09e5f9f73151e7a
|
2010-11-06 07:36:00 +00: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..."
|
2013-04-14 10:31:59 +00:00
|
|
|
|
|
|
|
seahorse_package() {
|
|
|
|
depends="hicolor-icon-theme desktop-file-utils gcr>=3.6.2 openssh>=6.1p1"
|
|
|
|
pkg_install() {
|
|
|
|
vmove usr
|
|
|
|
}
|
|
|
|
}
|