diff options
author | piernov <piernov@piernov.org> | 2012-05-23 15:00:44 +0000 |
---|---|---|
committer | piernov <piernov@piernov.org> | 2012-05-23 15:00:44 +0000 |
commit | 439f71c3bdba93032f4b13251481b6dd9d9fb080 (patch) | |
tree | c2fd126e6d0e9bf24c71a10d70ab3d39052eaefb | |
parent | ca979bef67f7e584eacb2bcb435ddb44ef9d8da1 (diff) | |
download | gnome3-439f71c3bdba93032f4b13251481b6dd9d9fb080.tar.gz gnome3-439f71c3bdba93032f4b13251481b6dd9d9fb080.tar.bz2 gnome3-439f71c3bdba93032f4b13251481b6dd9d9fb080.tar.xz gnome3-439f71c3bdba93032f4b13251481b6dd9d9fb080.zip |
seahorse 3.4.1-1 màj port
-rw-r--r-- | seahorse/.md5sum.i686 | 3 | ||||
-rw-r--r-- | seahorse/.md5sum.x86_64 | 3 | ||||
-rw-r--r-- | seahorse/Pkgfile | 6 | ||||
-rw-r--r-- | seahorse/fix-typo-gpgme.patch | 21 |
4 files changed, 29 insertions, 4 deletions
diff --git a/seahorse/.md5sum.i686 b/seahorse/.md5sum.i686 index b8cc033..6b23f7a 100644 --- a/seahorse/.md5sum.i686 +++ b/seahorse/.md5sum.i686 @@ -1 +1,2 @@ -e2c146599c3c169202b7f195c85f931a seahorse-3.4.0.tar.xz +6ffd4d5bbab043c56e9789c024a2375f fix-typo-gpgme.patch +0d5215a1b6d5747afe0909f4d91f53b9 seahorse-3.4.1.tar.xz diff --git a/seahorse/.md5sum.x86_64 b/seahorse/.md5sum.x86_64 index b8cc033..6b23f7a 100644 --- a/seahorse/.md5sum.x86_64 +++ b/seahorse/.md5sum.x86_64 @@ -1 +1,2 @@ -e2c146599c3c169202b7f195c85f931a seahorse-3.4.0.tar.xz +6ffd4d5bbab043c56e9789c024a2375f fix-typo-gpgme.patch +0d5215a1b6d5747afe0909f4d91f53b9 seahorse-3.4.1.tar.xz diff --git a/seahorse/Pkgfile b/seahorse/Pkgfile index 6ce13f3..6748ea2 100644 --- a/seahorse/Pkgfile +++ b/seahorse/Pkgfile @@ -6,12 +6,14 @@ # Run on: gnome-keyring,gpgme,libsoup,desktop-file-utils,openssh name=seahorse -version=3.4.0 +version=3.4.1 release=1 -source=(http://download.gnome.org/sources/$name/${version%.*}/$name-$version.tar.xz) +source=(http://download.gnome.org/sources/$name/${version%.*}/$name-$version.tar.xz + fix-typo-gpgme.patch) build() { cd $name-$version + patch -p1 < ../fix-typo-gpgme.patch ./configure --prefix=/usr \ --libexecdir=/usr/lib/$name \ --sysconfdir=/etc \ diff --git a/seahorse/fix-typo-gpgme.patch b/seahorse/fix-typo-gpgme.patch new file mode 100644 index 0000000..0c23d79 --- /dev/null +++ b/seahorse/fix-typo-gpgme.patch @@ -0,0 +1,21 @@ +From f8a0cfcfc78f487447a347309affa6acadcfe77f Mon Sep 17 00:00:00 2001 +From: Stef Walter <stefw@gnome.org> +Date: Mon, 30 Apr 2012 18:29:42 +0000 +Subject: Fix typo in finalizing of GPGME keyring + +--- +diff --git a/pgp/seahorse-gpgme-keyring.c b/pgp/seahorse-gpgme-keyring.c +index 79ff39b..579ab09 100644 +--- a/pgp/seahorse-gpgme-keyring.c ++++ b/pgp/seahorse-gpgme-keyring.c +@@ -859,7 +859,7 @@ seahorse_gpgme_keyring_finalize (GObject *object) + { + 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 */ +-- +cgit v0.9.0.2 |