New package: seahorse-nautilus-3.4.0.
This commit is contained in:
parent
1abd105a53
commit
e79688a251
|
@ -0,0 +1,20 @@
|
|||
libgtk-3.so.0
|
||||
libgdk-3.so.0
|
||||
libgpgme.so.11
|
||||
libgnome-keyring.so.0
|
||||
libdbus-glib-1.so.2
|
||||
libpthread.so.0
|
||||
libnotify.so.4
|
||||
libgio-2.0.so.0
|
||||
libgobject-2.0.so.0
|
||||
libcryptui.so.0
|
||||
libgconf-2.so.4
|
||||
libglib-2.0.so.0
|
||||
libc.so.6
|
||||
libnautilus-extension.so.1
|
||||
libatk-1.0.so.0
|
||||
libpangocairo-1.0.so.0
|
||||
libgdk_pixbuf-2.0.so.0
|
||||
libcairo-gobject.so.2
|
||||
libpango-1.0.so.0
|
||||
libcairo.so.2
|
|
@ -0,0 +1,42 @@
|
|||
# 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
|
Loading…
Reference in New Issue