seahorse: update to 3.6.0.

This commit is contained in:
Juan RP 2012-09-26 06:06:25 +02:00
parent 0c737f2a18
commit 1b1780a5db
3 changed files with 9 additions and 22 deletions

View file

@ -1,14 +0,0 @@
seahorse-gpgme-keyring.c: In function seahorse_gpgme_keyring_finalize:
seahorse-gpgme-keyring.c:862:1: error: size of array _GStaticAssertCompileTimeAssertion_12 is negative
--- pgp/seahorse-gpgme-keyring.c 2012-01-27 07:50:26.000000000 -0600
+++ pgp/seahorse-gpgme-keyring.c 2012-05-06 04:54:05.214835400 -0500
@@ -859,7 +859,7 @@ seahorse_gpgme_keyring_finalize (GObject
{
SeahorseGpgmeKeyring *self = SEAHORSE_GPGME_KEYRING (object);
- g_clear_object (self->pv->actions);
+ g_clear_object (&self->pv->actions);
g_hash_table_destroy (self->pv->keys);
/* All monitoring and scheduling should be done */

View file

@ -2,7 +2,7 @@ libc.so.6
libgpgme.so.11
libldap-2.4.so.2
libsoup-2.4.so.1
libgnome-keyring.so.0
libsecret-1.so.0
libavahi-common.so.3
libavahi-client.so.3
libavahi-glib.so.1

View file

@ -1,21 +1,22 @@
# Template file for 'seahorse'
pkgname=seahorse
version=3.4.1
revision=2
version=3.6.0
revision=1
build_style=gnu-configure
gtk_iconcache_dirs="/usr/share/icons/hicolor"
configure_args="--disable-scrollkeeper --disable-schemas-compile
configure_args="--disable-schemas-compile
--enable-ldap --enable-hkp --disable-debug"
depends="hicolor-icon-theme desktop-file-utils"
makedepends="which pkg-config intltool gnome-doc-utils gtk+3-devel gpgme-devel
libldap-devel libsoup-devel libgnome-keyring-devel avahi-glib-libs-devel gcr-devel"
makedepends="which pkg-config intltool gnome-doc-utils gtk+3-devel>=3.6.0_2
gpgme-devel libldap-devel libsoup-devel avahi-glib-libs-devel
gcr-devel>=3.6.0 libsecret-devel itstool"
fulldepends="openssh>=6.1p1"
short_desc="Encryption Made Easy"
maintainer="Juan RP <xtraeme@gmail.com>"
homepage="http://projects.gnome.org/seahorse/"
license="GPL-2"
distfiles="${GNOME_SITE}/$pkgname/3.4/$pkgname-$version.tar.xz"
checksum=841443ed6d7f865e1c9347867527591287bcc5b2e281c8da11b2cb355d678faa
distfiles="${GNOME_SITE}/$pkgname/3.6/$pkgname-$version.tar.xz"
checksum=88a0bcaa3aeef6a9a2f2abf4c7ffbf94cef474b466d79d45054d19175d5ccee8
long_desc="
Seahorse is a GNOME application for managing encryption keys. It also
integrates with nautilus, gedit and other places for encryption operations.