seahorse-nautilus: update to 3.6.0.
This commit is contained in:
parent
fbd3b6e39b
commit
c5b9ee4238
2 changed files with 15 additions and 19 deletions
|
@ -1,17 +1,15 @@
|
|||
libgtk-3.so.0
|
||||
libgdk-3.so.0
|
||||
libgpgme.so.11
|
||||
libgnome-keyring.so.0
|
||||
libdbus-glib-1.so.2
|
||||
libpthread.so.0
|
||||
libgcr-base-3.so.1
|
||||
libnotify.so.4
|
||||
libcryptui.so.0
|
||||
libgtk-3.so.0
|
||||
libdbus-glib-1.so.2
|
||||
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
|
||||
libgdk-3.so.0
|
||||
libatk-1.0.so.0
|
||||
libpangocairo-1.0.so.0
|
||||
libgdk_pixbuf-2.0.so.0
|
||||
|
|
|
@ -1,18 +1,19 @@
|
|||
# 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"
|
||||
depends="desktop-file-utils"
|
||||
makedepends="pkg-config intltool gnome-doc-utils dbus-glib-devel gtk+3-devel nautilus-devel GConf-devel libnotify-devel gpgme-devel libgnome-keyring-devel libcryptui-devel"
|
||||
fulldepends="gnupg"
|
||||
version=3.6.0
|
||||
revision=1
|
||||
build_style=gnu-configure
|
||||
configure_args="--disable-schemas-compile"
|
||||
depends="desktop-file-utils"
|
||||
makedepends="pkg-config intltool gnome-doc-utils dbus-glib-devel
|
||||
gtk+3-devel>=3.6.0_2 nautilus-devel>=3.6.0 GConf-devel libnotify-devel
|
||||
gpgme-devel libcryptui-devel>=3.6.0 gcr-devel>=3.6.0"
|
||||
fulldepends="gnupg"
|
||||
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
|
||||
distfiles="${GNOME_SITE}/$pkgname/3.6/$pkgname-$version.tar.xz"
|
||||
checksum=edae97cf7bab38ed928e25a7805913977f892ec9b9120783d874cda07912519d
|
||||
long_desc="
|
||||
Seahorse is a GNOME application for managing encryption keys. It also
|
||||
integrates with nautilus, gedit and other places for encryption operations.
|
||||
|
@ -28,6 +29,3 @@ long_desc="
|
|||
|
||||
This package contains a plugin for the GNOME file manager, Nautilus to
|
||||
encrypt or decrypt OpenPGP files with GnuPG."
|
||||
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue