seahorse-nautilus: remove long_desc.
This commit is contained in:
parent
b3bad7ca93
commit
5462d2877b
|
@ -1,13 +1,12 @@
|
|||
# Template file for 'seahorse-nautilus'
|
||||
pkgname=seahorse-nautilus
|
||||
version=3.10.1
|
||||
revision=1
|
||||
revision=2
|
||||
build_style=gnu-configure
|
||||
configure_args="--disable-schemas-compile"
|
||||
hostmakedepends="pkg-config intltool gnome-doc-utils"
|
||||
hostmakedepends="pkg-config intltool gnome-doc-utils gpgme-devel"
|
||||
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"
|
||||
gpgme-devel libcryptui-devel>=3.10 gcr-devel>=3.10 libgnome-keyring-devel>=3.10"
|
||||
depends="gnupg desktop-file-utils"
|
||||
short_desc="A Nautilus plugin for OpenPGP file encryption/decryption"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
|
@ -15,18 +14,3 @@ homepage="http://www.gnome.org/projects/seahorse/"
|
|||
license="GPL-2"
|
||||
distfiles="${GNOME_SITE}/$pkgname/${version%.*}/$pkgname-$version.tar.xz"
|
||||
checksum=eacaf33bba920cf117641393a6eef483dbc075009349082e77d22f79afbd823a
|
||||
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."
|
||||
|
|
Loading…
Reference in New Issue