[arch-commits] Commit in seahorse/trunk (PKGBUILD)

2020-11-07 Thread Jan Steffens via arch-commits
Date: Sunday, November 8, 2020 @ 00:36:26
  Author: heftig
Revision: 399609

3.38.0.1-1

Modified:
  seahorse/trunk/PKGBUILD

--+
 PKGBUILD |5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-11-07 23:44:16 UTC (rev 399608)
+++ PKGBUILD2020-11-08 00:36:26 UTC (rev 399609)
@@ -3,7 +3,7 @@
 # Contributor: Michel Brabants 
 
 pkgname=seahorse
-pkgver=3.38.0
+pkgver=3.38.0.1
 pkgrel=1
 epoch=1
 pkgdesc="GNOME application for managing PGP keys."
@@ -14,7 +14,7 @@
  libhandy)
 makedepends=(libldap yelp-tools gobject-introspection vala git meson)
 provides=(x11-ssh-askpass)
-_commit=70fa2f78bf01f2eaaceb0e44566996058e580d13  # tags/3.38.0^0
+_commit=3a4a1d7fd2b610e945ebe3074518247a99c90a63  # tags/3.38.0.1^0
 source=("git+https://gitlab.gnome.org/GNOME/seahorse.git#commit=$_commit";)
 sha256sums=('SKIP')
 
@@ -25,7 +25,6 @@
 
 prepare() {
   cd $pkgname
-  git cherry-pick -n d7632ee9322c65840e63405f14b35b8c93c243b9  # system 
libhandy
 }
 
 build() {


[arch-commits] Commit in seahorse/trunk (PKGBUILD)

2020-11-07 Thread Jan Steffens via arch-commits
Date: Saturday, November 7, 2020 @ 19:04:31
  Author: heftig
Revision: 399585

3.38.0-1

Modified:
  seahorse/trunk/PKGBUILD

--+
 PKGBUILD |7 ---
 1 file changed, 4 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-11-07 18:55:27 UTC (rev 399584)
+++ PKGBUILD2020-11-07 19:04:31 UTC (rev 399585)
@@ -3,7 +3,7 @@
 # Contributor: Michel Brabants 
 
 pkgname=seahorse
-pkgver=3.37.2+29+g1d84684a
+pkgver=3.38.0
 pkgrel=1
 epoch=1
 pkgdesc="GNOME application for managing PGP keys."
@@ -11,10 +11,10 @@
 arch=(x86_64)
 license=(GPL)
 depends=(gtk3 gcr libsecret libsoup gpgme org.freedesktop.secrets libpwquality
- libhandy0)
+ libhandy)
 makedepends=(libldap yelp-tools gobject-introspection vala git meson)
 provides=(x11-ssh-askpass)
-_commit=1d84684a2b2876f92b250d9cfa4d5b178d09978e  # master
+_commit=70fa2f78bf01f2eaaceb0e44566996058e580d13  # tags/3.38.0^0
 source=("git+https://gitlab.gnome.org/GNOME/seahorse.git#commit=$_commit";)
 sha256sums=('SKIP')
 
@@ -25,6 +25,7 @@
 
 prepare() {
   cd $pkgname
+  git cherry-pick -n d7632ee9322c65840e63405f14b35b8c93c243b9  # system 
libhandy
 }
 
 build() {


[arch-commits] Commit in seahorse/trunk (PKGBUILD)

2020-09-27 Thread Jan Steffens via arch-commits
Date: Sunday, September 27, 2020 @ 16:32:17
  Author: heftig
Revision: 396734

3.37.2+29+g1d84684a-1

Modified:
  seahorse/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-09-27 16:30:18 UTC (rev 396733)
+++ PKGBUILD2020-09-27 16:32:17 UTC (rev 396734)
@@ -3,7 +3,7 @@
 # Contributor: Michel Brabants 
 
 pkgname=seahorse
-pkgver=3.36.2
+pkgver=3.37.2+29+g1d84684a
 pkgrel=1
 epoch=1
 pkgdesc="GNOME application for managing PGP keys."
@@ -11,10 +11,10 @@
 arch=(x86_64)
 license=(GPL)
 depends=(gtk3 gcr libsecret libsoup gpgme org.freedesktop.secrets libpwquality
- libhandy)
+ libhandy0)
 makedepends=(libldap yelp-tools gobject-introspection vala git meson)
 provides=(x11-ssh-askpass)
-_commit=23f8fdac69071b72922ffca4eda4b22a767426c4  # tags/3.36.2^0
+_commit=1d84684a2b2876f92b250d9cfa4d5b178d09978e  # master
 source=("git+https://gitlab.gnome.org/GNOME/seahorse.git#commit=$_commit";)
 sha256sums=('SKIP')
 


[arch-commits] Commit in seahorse/trunk (PKGBUILD)

2020-06-20 Thread Jan Steffens via arch-commits
Date: Saturday, June 20, 2020 @ 22:42:48
  Author: heftig
Revision: 389582

maintainer

Modified:
  seahorse/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-06-20 22:13:55 UTC (rev 389581)
+++ PKGBUILD2020-06-20 22:42:48 UTC (rev 389582)
@@ -1,4 +1,4 @@
-# Maintainer: Jan Alexander Steffens (heftig) 
+# Maintainer: Jan Alexander Steffens (heftig) 
 # Contributor: Jan de Groot 
 # Contributor: Michel Brabants 
 


[arch-commits] Commit in seahorse/trunk (PKGBUILD)

2020-06-20 Thread Jan Steffens via arch-commits
Date: Saturday, June 20, 2020 @ 22:13:55
  Author: heftig
Revision: 389581

3.36.2-1

Modified:
  seahorse/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-06-20 16:06:49 UTC (rev 389580)
+++ PKGBUILD2020-06-20 22:13:55 UTC (rev 389581)
@@ -3,7 +3,7 @@
 # Contributor: Michel Brabants 
 
 pkgname=seahorse
-pkgver=3.36
+pkgver=3.36.2
 pkgrel=1
 epoch=1
 pkgdesc="GNOME application for managing PGP keys."
@@ -14,7 +14,7 @@
  libhandy)
 makedepends=(libldap yelp-tools gobject-introspection vala git meson)
 provides=(x11-ssh-askpass)
-_commit=a342b325b84c3062f1627d65b1f4d0028f5d96dc  # tags/3.36^0
+_commit=23f8fdac69071b72922ffca4eda4b22a767426c4  # tags/3.36.2^0
 source=("git+https://gitlab.gnome.org/GNOME/seahorse.git#commit=$_commit";)
 sha256sums=('SKIP')
 
@@ -29,7 +29,7 @@
 
 build() {
   arch-meson $pkgname build -D manpage=true
-  ninja -C build
+  meson compile -C build
 }
 
 check() {


[arch-commits] Commit in seahorse/trunk (PKGBUILD)

2020-03-10 Thread Jan Steffens via arch-commits
Date: Tuesday, March 10, 2020 @ 22:57:17
  Author: heftig
Revision: 377344

3.36-1

Modified:
  seahorse/trunk/PKGBUILD

--+
 PKGBUILD |7 ---
 1 file changed, 4 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-03-10 22:34:22 UTC (rev 377343)
+++ PKGBUILD2020-03-10 22:57:17 UTC (rev 377344)
@@ -3,7 +3,7 @@
 # Contributor: Michel Brabants 
 
 pkgname=seahorse
-pkgver=3.34.1
+pkgver=3.36
 pkgrel=1
 epoch=1
 pkgdesc="GNOME application for managing PGP keys."
@@ -10,10 +10,11 @@
 url="https://wiki.gnome.org/Apps/Seahorse";
 arch=(x86_64)
 license=(GPL)
-depends=(gtk3 gcr libsecret libsoup gpgme org.freedesktop.secrets libpwquality)
+depends=(gtk3 gcr libsecret libsoup gpgme org.freedesktop.secrets libpwquality
+ libhandy)
 makedepends=(libldap yelp-tools gobject-introspection vala git meson)
 provides=(x11-ssh-askpass)
-_commit=222e106ab8ba2cc6f07e6876982054e6c21ac670  # tags/3.34.1^0
+_commit=a342b325b84c3062f1627d65b1f4d0028f5d96dc  # tags/3.36^0
 source=("git+https://gitlab.gnome.org/GNOME/seahorse.git#commit=$_commit";)
 sha256sums=('SKIP')
 


[arch-commits] Commit in seahorse/trunk (PKGBUILD)

2020-01-05 Thread Jan Steffens via arch-commits
Date: Monday, January 6, 2020 @ 00:44:43
  Author: heftig
Revision: 372632

3.34.1-1

Modified:
  seahorse/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-01-06 00:43:41 UTC (rev 372631)
+++ PKGBUILD2020-01-06 00:44:43 UTC (rev 372632)
@@ -3,8 +3,8 @@
 # Contributor: Michel Brabants 
 
 pkgname=seahorse
-pkgver=3.34
-pkgrel=2
+pkgver=3.34.1
+pkgrel=1
 epoch=1
 pkgdesc="GNOME application for managing PGP keys."
 url="https://wiki.gnome.org/Apps/Seahorse";
@@ -13,7 +13,7 @@
 depends=(gtk3 gcr libsecret libsoup gpgme org.freedesktop.secrets libpwquality)
 makedepends=(libldap yelp-tools gobject-introspection vala git meson)
 provides=(x11-ssh-askpass)
-_commit=3b225da434e64c27a094270f5b0b389d3e32ab2c  # tags/3.34^0
+_commit=222e106ab8ba2cc6f07e6876982054e6c21ac670  # tags/3.34.1^0
 source=("git+https://gitlab.gnome.org/GNOME/seahorse.git#commit=$_commit";)
 sha256sums=('SKIP')
 


[arch-commits] Commit in seahorse/trunk (PKGBUILD)

2019-12-06 Thread Jan Steffens via arch-commits
Date: Friday, December 6, 2019 @ 20:37:17
  Author: heftig
Revision: 370495

3.34-2

Modified:
  seahorse/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-12-06 20:36:49 UTC (rev 370494)
+++ PKGBUILD2019-12-06 20:37:17 UTC (rev 370495)
@@ -4,13 +4,13 @@
 
 pkgname=seahorse
 pkgver=3.34
-pkgrel=1
+pkgrel=2
 epoch=1
 pkgdesc="GNOME application for managing PGP keys."
 url="https://wiki.gnome.org/Apps/Seahorse";
 arch=(x86_64)
 license=(GPL)
-depends=(gtk3 gcr libsecret libsoup gpgme gnome-keyring libpwquality)
+depends=(gtk3 gcr libsecret libsoup gpgme org.freedesktop.secrets libpwquality)
 makedepends=(libldap yelp-tools gobject-introspection vala git meson)
 provides=(x11-ssh-askpass)
 _commit=3b225da434e64c27a094270f5b0b389d3e32ab2c  # tags/3.34^0


[arch-commits] Commit in seahorse/trunk (PKGBUILD)

2019-10-01 Thread Jan Steffens via arch-commits
Date: Tuesday, October 1, 2019 @ 07:01:09
  Author: heftig
Revision: 363592

3.34-1

Modified:
  seahorse/trunk/PKGBUILD

--+
 PKGBUILD |9 -
 1 file changed, 4 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-10-01 06:55:50 UTC (rev 363591)
+++ PKGBUILD2019-10-01 07:01:09 UTC (rev 363592)
@@ -3,7 +3,7 @@
 # Contributor: Michel Brabants 
 
 pkgname=seahorse
-pkgver=3.32.2
+pkgver=3.34
 pkgrel=1
 epoch=1
 pkgdesc="GNOME application for managing PGP keys."
@@ -13,7 +13,7 @@
 depends=(gtk3 gcr libsecret libsoup gpgme gnome-keyring libpwquality)
 makedepends=(libldap yelp-tools gobject-introspection vala git meson)
 provides=(x11-ssh-askpass)
-_commit=1dd5b4d6070e4c10c4c8863235945a028a162503  # gnome-3-32
+_commit=3b225da434e64c27a094270f5b0b389d3e32ab2c  # tags/3.34^0
 source=("git+https://gitlab.gnome.org/GNOME/seahorse.git#commit=$_commit";)
 sha256sums=('SKIP')
 
@@ -24,16 +24,15 @@
 
 prepare() {
   cd $pkgname
-  git tag -f 3.32.2 1dd5b4d6070e4c10c4c8863235945a028a162503 # Fixup missing 
tag
 }
 
 build() {
-  arch-meson $pkgname build
+  arch-meson $pkgname build -D manpage=true
   ninja -C build
 }
 
 check() {
-  meson test -C build
+  meson test -C build --print-errorlogs
 }
 
 package() {


[arch-commits] Commit in seahorse/trunk (PKGBUILD)

2019-05-16 Thread Jan Steffens via arch-commits
Date: Thursday, May 16, 2019 @ 21:46:27
  Author: heftig
Revision: 353511

3.32.2-1

Modified:
  seahorse/trunk/PKGBUILD

--+
 PKGBUILD |5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-05-16 21:23:20 UTC (rev 353510)
+++ PKGBUILD2019-05-16 21:46:27 UTC (rev 353511)
@@ -3,7 +3,7 @@
 # Contributor: Michel Brabants 
 
 pkgname=seahorse
-pkgver=3.32.1
+pkgver=3.32.2
 pkgrel=1
 epoch=1
 pkgdesc="GNOME application for managing PGP keys."
@@ -13,7 +13,7 @@
 depends=(gtk3 gcr libsecret libsoup gpgme gnome-keyring libpwquality)
 makedepends=(libldap yelp-tools gobject-introspection vala git meson)
 provides=(x11-ssh-askpass)
-_commit=d4fbb9676b232a2d29fe2ceee055a7fc7f4846ec  # tags/3.32.1^0
+_commit=1dd5b4d6070e4c10c4c8863235945a028a162503  # gnome-3-32
 source=("git+https://gitlab.gnome.org/GNOME/seahorse.git#commit=$_commit";)
 sha256sums=('SKIP')
 
@@ -24,6 +24,7 @@
 
 prepare() {
   cd $pkgname
+  git tag -f 3.32.2 1dd5b4d6070e4c10c4c8863235945a028a162503 # Fixup missing 
tag
 }
 
 build() {


[arch-commits] Commit in seahorse/trunk (PKGBUILD)

2019-04-24 Thread Jan Steffens via arch-commits
Date: Wednesday, April 24, 2019 @ 19:43:44
  Author: heftig
Revision: 352083

3.32.1-1

Modified:
  seahorse/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-04-24 19:30:50 UTC (rev 352082)
+++ PKGBUILD2019-04-24 19:43:44 UTC (rev 352083)
@@ -3,7 +3,7 @@
 # Contributor: Michel Brabants 
 
 pkgname=seahorse
-pkgver=3.32
+pkgver=3.32.1
 pkgrel=1
 epoch=1
 pkgdesc="GNOME application for managing PGP keys."
@@ -13,7 +13,7 @@
 depends=(gtk3 gcr libsecret libsoup gpgme gnome-keyring libpwquality)
 makedepends=(libldap yelp-tools gobject-introspection vala git meson)
 provides=(x11-ssh-askpass)
-_commit=12f9744bb61fd6dfdfa7c3a7a44bc7d76c55e721  # tags/3.32^0
+_commit=d4fbb9676b232a2d29fe2ceee055a7fc7f4846ec  # tags/3.32.1^0
 source=("git+https://gitlab.gnome.org/GNOME/seahorse.git#commit=$_commit";)
 sha256sums=('SKIP')
 


[arch-commits] Commit in seahorse/trunk (PKGBUILD)

2019-03-15 Thread Jan Steffens via arch-commits
Date: Friday, March 15, 2019 @ 21:47:23
  Author: heftig
Revision: 348402

3.32-1

Modified:
  seahorse/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-03-15 21:44:25 UTC (rev 348401)
+++ PKGBUILD2019-03-15 21:47:23 UTC (rev 348402)
@@ -3,7 +3,7 @@
 # Contributor: Michel Brabants 
 
 pkgname=seahorse
-pkgver=3.30.1.1
+pkgver=3.32
 pkgrel=1
 epoch=1
 pkgdesc="GNOME application for managing PGP keys."
@@ -10,10 +10,10 @@
 url="https://wiki.gnome.org/Apps/Seahorse";
 arch=(x86_64)
 license=(GPL)
-depends=(gtk3 gcr libsecret libsoup gpgme gnome-keyring)
+depends=(gtk3 gcr libsecret libsoup gpgme gnome-keyring libpwquality)
 makedepends=(libldap yelp-tools gobject-introspection vala git meson)
 provides=(x11-ssh-askpass)
-_commit=27a7fffe8a410ac9f7e0fed604907dc092639347  # tags/3.30.1.1^0
+_commit=12f9744bb61fd6dfdfa7c3a7a44bc7d76c55e721  # tags/3.32^0
 source=("git+https://gitlab.gnome.org/GNOME/seahorse.git#commit=$_commit";)
 sha256sums=('SKIP')
 


[arch-commits] Commit in seahorse/trunk (PKGBUILD)

2018-12-11 Thread Jan Steffens via arch-commits
Date: Wednesday, December 12, 2018 @ 00:16:08
  Author: heftig
Revision: 341599

3.30.1.1-1

Modified:
  seahorse/trunk/PKGBUILD

--+
 PKGBUILD |5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-12-12 00:13:27 UTC (rev 341598)
+++ PKGBUILD2018-12-12 00:16:08 UTC (rev 341599)
@@ -3,8 +3,9 @@
 # Contributor: Michel Brabants 
 
 pkgname=seahorse
-pkgver=3.30+4+g50146aa9
+pkgver=3.30.1.1
 pkgrel=1
+epoch=1
 pkgdesc="GNOME application for managing PGP keys."
 url="https://wiki.gnome.org/Apps/Seahorse";
 arch=(x86_64)
@@ -12,7 +13,7 @@
 depends=(gtk3 gcr libsecret libsoup gpgme gnome-keyring)
 makedepends=(libldap yelp-tools gobject-introspection vala git meson)
 provides=(x11-ssh-askpass)
-_commit=50146aa99ae44ffb45c3c136be4a592c696c2192  # gnome-3-30
+_commit=27a7fffe8a410ac9f7e0fed604907dc092639347  # tags/3.30.1.1^0
 source=("git+https://gitlab.gnome.org/GNOME/seahorse.git#commit=$_commit";)
 sha256sums=('SKIP')
 


[arch-commits] Commit in seahorse/trunk (PKGBUILD)

2018-09-24 Thread Jan Steffens via arch-commits
Date: Monday, September 24, 2018 @ 11:21:05
  Author: heftig
Revision: 335310

3.30+4+g50146aa9-1

Modified:
  seahorse/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-09-24 08:07:05 UTC (rev 335309)
+++ PKGBUILD2018-09-24 11:21:05 UTC (rev 335310)
@@ -3,7 +3,7 @@
 # Contributor: Michel Brabants 
 
 pkgname=seahorse
-pkgver=3.30
+pkgver=3.30+4+g50146aa9
 pkgrel=1
 pkgdesc="GNOME application for managing PGP keys."
 url="https://wiki.gnome.org/Apps/Seahorse";
@@ -12,7 +12,7 @@
 depends=(gtk3 gcr libsecret libsoup gpgme gnome-keyring)
 makedepends=(libldap yelp-tools gobject-introspection vala git meson)
 provides=(x11-ssh-askpass)
-_commit=7e0535880a2010df356d9c468c68cdcb77b45431  # tags/3.30^0
+_commit=50146aa99ae44ffb45c3c136be4a592c696c2192  # gnome-3-30
 source=("git+https://gitlab.gnome.org/GNOME/seahorse.git#commit=$_commit";)
 sha256sums=('SKIP')
 


[arch-commits] Commit in seahorse/trunk (PKGBUILD)

2018-09-05 Thread Jan Steffens via arch-commits
Date: Wednesday, September 5, 2018 @ 21:03:29
  Author: heftig
Revision: 333564

3.30-1

Modified:
  seahorse/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-09-05 21:03:17 UTC (rev 333563)
+++ PKGBUILD2018-09-05 21:03:29 UTC (rev 333564)
@@ -3,7 +3,7 @@
 # Contributor: Michel Brabants 
 
 pkgname=seahorse
-pkgver=3.29.92+6+gdd81db31
+pkgver=3.30
 pkgrel=1
 pkgdesc="GNOME application for managing PGP keys."
 url="https://wiki.gnome.org/Apps/Seahorse";
@@ -12,7 +12,7 @@
 depends=(gtk3 gcr libsecret libsoup gpgme gnome-keyring)
 makedepends=(libldap yelp-tools gobject-introspection vala git meson)
 provides=(x11-ssh-askpass)
-_commit=dd81db3139dff1a8afa47ea0146b510e0f0a3abb  # master
+_commit=7e0535880a2010df356d9c468c68cdcb77b45431  # tags/3.30^0
 source=("git+https://gitlab.gnome.org/GNOME/seahorse.git#commit=$_commit";)
 sha256sums=('SKIP')
 


[arch-commits] Commit in seahorse/trunk (PKGBUILD)

2018-01-18 Thread Jan Steffens via arch-commits
Date: Thursday, January 18, 2018 @ 09:42:12
  Author: heftig
Revision: 315066

FS#57108 gnome groups

Modified:
  seahorse/trunk/PKGBUILD

--+
 PKGBUILD |1 -
 1 file changed, 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-01-18 09:42:02 UTC (rev 315065)
+++ PKGBUILD2018-01-18 09:42:12 UTC (rev 315066)
@@ -14,7 +14,6 @@
 makedepends=(libldap intltool yelp-tools gobject-introspection openssh vala 
gnome-common git)
 optdepends=('openssh: SSH support')
 provides=(x11-ssh-askpass)
-groups=(gnome-extra)
 _commit=b31e32fe145a6599096cebf9fba93d86090c6d90  # master
 source=("git+https://git.gnome.org/browse/seahorse#commit=$_commit";)
 sha256sums=('SKIP')


[arch-commits] Commit in seahorse/trunk (PKGBUILD)

2017-09-05 Thread Jan Steffens
Date: Tuesday, September 5, 2017 @ 20:20:57
  Author: heftig
Revision: 304719

3.20.0+105+gb31e32fe-1

Modified:
  seahorse/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-09-05 20:11:01 UTC (rev 304718)
+++ PKGBUILD2017-09-05 20:20:57 UTC (rev 304719)
@@ -4,18 +4,18 @@
 # Contributor: Michel Brabants 
 
 pkgname=seahorse
-pkgver=3.20.0+94+g4c671a78
+pkgver=3.20.0+105+gb31e32fe
 pkgrel=1
 pkgdesc="GNOME application for managing PGP keys."
+url="https://wiki.gnome.org/Apps/Seahorse";
 arch=(i686 x86_64)
 license=(GPL)
-url="http://projects.gnome.org/seahorse/";
 depends=(gtk3 gcr libsecret libsoup desktop-file-utils dconf gpgme 
gnome-keyring)
 makedepends=(libldap intltool yelp-tools gobject-introspection openssh vala 
gnome-common git)
 optdepends=('openssh: SSH support')
 provides=(x11-ssh-askpass)
 groups=(gnome-extra)
-_commit=4c671a7844b0aa9eea1bdbc67d1d7fa8e2451226  # master
+_commit=b31e32fe145a6599096cebf9fba93d86090c6d90  # master
 source=("git+https://git.gnome.org/browse/seahorse#commit=$_commit";)
 sha256sums=('SKIP')
 


[arch-commits] Commit in seahorse/trunk (PKGBUILD)

2017-06-25 Thread Jan Steffens
Date: Sunday, June 25, 2017 @ 15:48:31
  Author: heftig
Revision: 299217

3.20.0+94+g4c671a78-1

Modified:
  seahorse/trunk/PKGBUILD

--+
 PKGBUILD |   10 --
 1 file changed, 4 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-06-25 13:30:51 UTC (rev 299216)
+++ PKGBUILD2017-06-25 15:48:31 UTC (rev 299217)
@@ -4,7 +4,7 @@
 # Contributor: Michel Brabants 
 
 pkgname=seahorse
-pkgver=3.20.0+44+ga1474bb
+pkgver=3.20.0+94+g4c671a78
 pkgrel=1
 pkgdesc="GNOME application for managing PGP keys."
 arch=(i686 x86_64)
@@ -14,10 +14,9 @@
 makedepends=(libldap intltool yelp-tools gobject-introspection openssh vala 
gnome-common git)
 optdepends=('openssh: SSH support')
 provides=(x11-ssh-askpass)
-options=('!emptydirs')
 groups=(gnome-extra)
-_commit=a1474bb0ac692c81e74aa3cdbea0ff7ae3f9cbe9  # master
-source=("git://git.gnome.org/seahorse#commit=$_commit")
+_commit=4c671a7844b0aa9eea1bdbc67d1d7fa8e2451226  # master
+source=("git+https://git.gnome.org/browse/seahorse#commit=$_commit";)
 sha256sums=('SKIP')
 
 pkgver() {
@@ -33,8 +32,7 @@
 build() {
   cd "$pkgname"
   ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
-  --enable-ldap --enable-hkp \
-  --disable-schemas-compile
+  --enable-ldap --enable-hkp --disable-schemas-compile
   make
 }
 


[arch-commits] Commit in seahorse/trunk (PKGBUILD)

2016-09-28 Thread Jan de Groot
Date: Wednesday, September 28, 2016 @ 14:40:43
  Author: jgc
Revision: 277261

upgpkg: seahorse 3.20.0+44+ga1474bb-1

Modified:
  seahorse/trunk/PKGBUILD

--+
 PKGBUILD |   25 ++---
 1 file changed, 18 insertions(+), 7 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-09-28 14:27:30 UTC (rev 277260)
+++ PKGBUILD2016-09-28 14:40:43 UTC (rev 277261)
@@ -4,23 +4,34 @@
 # Contributor: Michel Brabants 
 
 pkgname=seahorse
-pkgver=3.20.0
-pkgrel=2
+pkgver=3.20.0+44+ga1474bb
+pkgrel=1
 pkgdesc="GNOME application for managing PGP keys."
 arch=(i686 x86_64)
 license=(GPL)
 url="http://projects.gnome.org/seahorse/";
 depends=(gtk3 gcr libsecret libsoup desktop-file-utils dconf gpgme 
gnome-keyring)
-makedepends=(libldap intltool yelp-tools gobject-introspection openssh vala)
+makedepends=(libldap intltool yelp-tools gobject-introspection openssh vala 
gnome-common git)
 optdepends=('openssh: SSH support')
 provides=(x11-ssh-askpass)
 options=('!emptydirs')
 groups=(gnome-extra)
-source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
-sha256sums=('e2b07461ed54a8333e5628e9b8e517ec2b731068377bf376570aad998274c6df')
+_commit=a1474bb0ac692c81e74aa3cdbea0ff7ae3f9cbe9  # master
+source=("git://git.gnome.org/seahorse#commit=$_commit")
+sha256sums=('SKIP')
 
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+  NOCONFIGURE=1 ./autogen.sh
+}
+
 build() {
-  cd "$pkgname-$pkgver"
+  cd "$pkgname"
   ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
   --enable-ldap --enable-hkp \
   --disable-schemas-compile
@@ -28,6 +39,6 @@
 }
 
 package() {
-  cd "$pkgname-$pkgver"
+  cd "$pkgname"
   make DESTDIR="$pkgdir" install
 }


[arch-commits] Commit in seahorse/trunk (PKGBUILD seahorse.install)

2016-06-13 Thread Jan de Groot
Date: Monday, June 13, 2016 @ 14:44:34
  Author: jgc
Revision: 269441

upgpkg: seahorse 3.20.0-2

Use hooks instead of install scriptlet
Add gnome-keyring dependency (FS#46104)
Remove libsm makedepend, configure checks for gtk3 for EGGSMCLIENT these days

Modified:
  seahorse/trunk/PKGBUILD
Deleted:
  seahorse/trunk/seahorse.install

--+
 PKGBUILD |7 +++
 seahorse.install |   16 
 2 files changed, 3 insertions(+), 20 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-06-13 11:28:53 UTC (rev 269440)
+++ PKGBUILD2016-06-13 12:44:34 UTC (rev 269441)
@@ -5,18 +5,17 @@
 
 pkgname=seahorse
 pkgver=3.20.0
-pkgrel=1
+pkgrel=2
 pkgdesc="GNOME application for managing PGP keys."
 arch=(i686 x86_64)
 license=(GPL)
 url="http://projects.gnome.org/seahorse/";
-depends=(gtk3 gcr libsecret libsoup desktop-file-utils dconf gpgme)
-makedepends=(libldap intltool yelp-tools gobject-introspection openssh libsm 
vala)
+depends=(gtk3 gcr libsecret libsoup desktop-file-utils dconf gpgme 
gnome-keyring)
+makedepends=(libldap intltool yelp-tools gobject-introspection openssh vala)
 optdepends=('openssh: SSH support')
 provides=(x11-ssh-askpass)
 options=('!emptydirs')
 groups=(gnome-extra)
-install=seahorse.install
 
source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
 sha256sums=('e2b07461ed54a8333e5628e9b8e517ec2b731068377bf376570aad998274c6df')
 

Deleted: seahorse.install
===
--- seahorse.install2016-06-13 11:28:53 UTC (rev 269440)
+++ seahorse.install2016-06-13 12:44:34 UTC (rev 269441)
@@ -1,16 +0,0 @@
-post_install() {
-  glib-compile-schemas /usr/share/glib-2.0/schemas
-  update-desktop-database -q
-  gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor
-}
-
-post_upgrade() {
-  post_install
-  if [[ $(vercmp 3.18.0-2 "$2") -eq 1 ]]; then
-echo "The SSH_ASKPASS environment variable is not exported by default 
anymore. Set it in /etc/profile to revert to the previous behavior"
-  fi
-}
-
-post_remove() {
-  post_install
-}


[arch-commits] Commit in seahorse/trunk (PKGBUILD gpg-2.1.patch)

2016-03-25 Thread Jan de Groot
Date: Friday, March 25, 2016 @ 14:10:13
  Author: jgc
Revision: 262536

upgpkg: seahorse 3.20.0-1

Modified:
  seahorse/trunk/PKGBUILD
Deleted:
  seahorse/trunk/gpg-2.1.patch

---+
 PKGBUILD  |8 
 gpg-2.1.patch |   11 ---
 2 files changed, 4 insertions(+), 15 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-03-25 13:07:12 UTC (rev 262535)
+++ PKGBUILD2016-03-25 13:10:13 UTC (rev 262536)
@@ -4,13 +4,13 @@
 # Contributor: Michel Brabants 
 
 pkgname=seahorse
-pkgver=3.18.0
-pkgrel=2
+pkgver=3.20.0
+pkgrel=1
 pkgdesc="GNOME application for managing PGP keys."
 arch=(i686 x86_64)
 license=(GPL)
 url="http://projects.gnome.org/seahorse/";
-depends=(gtk3 gcr libsecret libsoup desktop-file-utils hicolor-icon-theme 
dconf)
+depends=(gtk3 gcr libsecret libsoup desktop-file-utils dconf gpgme)
 makedepends=(libldap intltool yelp-tools gobject-introspection openssh libsm 
vala)
 optdepends=('openssh: SSH support')
 provides=(x11-ssh-askpass)
@@ -18,7 +18,7 @@
 groups=(gnome-extra)
 install=seahorse.install
 
source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
-sha256sums=('530c889a01c4cad25df4c9ab58ab95d24747875789bc6116bef529d60fc1b667')
+sha256sums=('e2b07461ed54a8333e5628e9b8e517ec2b731068377bf376570aad998274c6df')
 
 build() {
   cd "$pkgname-$pkgver"

Deleted: gpg-2.1.patch
===
--- gpg-2.1.patch   2016-03-25 13:07:12 UTC (rev 262535)
+++ gpg-2.1.patch   2016-03-25 13:10:13 UTC (rev 262536)
@@ -1,11 +0,0 @@
 a/configure.ac 2015-01-19 09:47:35.260129636 +
-+++ b/configure.ac 2015-01-19 09:47:41.363436425 +
-@@ -9,7 +9,7 @@
- GTK_REQ=3.4.0
- GTK_MAX=GTK_VERSION_3_4
- 
--GNUPG_ACCEPTED="1.2 1.4 2.0"
-+GNUPG_ACCEPTED="1.2 1.4 2.0 2.1"
- GPGME_REQUIRED=1.0.0
- LIBSECRET_REQUIRED=0.16
- AVAHI_GLIB_REQUIRED=0.6


[arch-commits] Commit in seahorse/trunk (PKGBUILD)

2015-09-28 Thread Jan Steffens
Date: Monday, September 28, 2015 @ 21:19:27
  Author: heftig
Revision: 247842

3.18.0

Modified:
  seahorse/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-09-28 19:17:52 UTC (rev 247841)
+++ PKGBUILD2015-09-28 19:19:27 UTC (rev 247842)
@@ -4,7 +4,7 @@
 # Contributor: Michel Brabants 
 
 pkgname=seahorse
-pkgver=3.17.4
+pkgver=3.18.0
 pkgrel=1
 pkgdesc="GNOME application for managing PGP keys."
 arch=(i686 x86_64)
@@ -19,7 +19,7 @@
 install=seahorse.install
 
source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz
 seahorse-ssh-askpass.sh)
-sha256sums=('5c8dd9521a00bd6b0b1191a75daf0a88f844c24b871a9a8f0e9fad10767c2bf6'
+sha256sums=('530c889a01c4cad25df4c9ab58ab95d24747875789bc6116bef529d60fc1b667'
 '400ea9a6084acc93f1dbd4223b95622bbd48071b763063328efba00de378b68c')
 
 build() {


[arch-commits] Commit in seahorse/trunk (PKGBUILD)

2015-09-25 Thread Jan Steffens
Date: Friday, September 25, 2015 @ 18:36:55
  Author: heftig
Revision: 247470

3.17.4

Modified:
  seahorse/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-09-25 16:34:46 UTC (rev 247469)
+++ PKGBUILD2015-09-25 16:36:55 UTC (rev 247470)
@@ -4,7 +4,7 @@
 # Contributor: Michel Brabants 
 
 pkgname=seahorse
-pkgver=3.16.0
+pkgver=3.17.4
 pkgrel=1
 pkgdesc="GNOME application for managing PGP keys."
 arch=(i686 x86_64)
@@ -19,7 +19,7 @@
 install=seahorse.install
 
source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz
 seahorse-ssh-askpass.sh)
-sha256sums=('770a5f03b8745054ef04cef9923dd713b1fbf309169150bc8dd32d7e5f7ee131'
+sha256sums=('5c8dd9521a00bd6b0b1191a75daf0a88f844c24b871a9a8f0e9fad10767c2bf6'
 '400ea9a6084acc93f1dbd4223b95622bbd48071b763063328efba00de378b68c')
 
 build() {


[arch-commits] Commit in seahorse/trunk (PKGBUILD)

2015-05-12 Thread Jan Steffens
Date: Tuesday, May 12, 2015 @ 22:38:09
  Author: heftig
Revision: 239238

3.16.0

Modified:
  seahorse/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-05-12 20:37:41 UTC (rev 239237)
+++ PKGBUILD2015-05-12 20:38:09 UTC (rev 239238)
@@ -4,7 +4,7 @@
 # Contributor: Michel Brabants 
 
 pkgname=seahorse
-pkgver=3.15.92
+pkgver=3.16.0
 pkgrel=1
 pkgdesc="GNOME application for managing PGP keys."
 arch=(i686 x86_64)
@@ -19,7 +19,7 @@
 install=seahorse.install
 
source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz
 seahorse-ssh-askpass.sh)
-sha256sums=('e8ac3f6db660c763d3f7cec7fdb406f72bdc849074fd9f36a5dd7249008f0740'
+sha256sums=('770a5f03b8745054ef04cef9923dd713b1fbf309169150bc8dd32d7e5f7ee131'
 '400ea9a6084acc93f1dbd4223b95622bbd48071b763063328efba00de378b68c')
 
 build() {


[arch-commits] Commit in seahorse/trunk (PKGBUILD)

2015-03-22 Thread Jan de Groot
Date: Sunday, March 22, 2015 @ 10:43:54
  Author: jgc
Revision: 234458

upgpkg: seahorse 3.15.92-1

Modified:
  seahorse/trunk/PKGBUILD

--+
 PKGBUILD |   17 +++--
 1 file changed, 3 insertions(+), 14 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-03-22 09:42:36 UTC (rev 234457)
+++ PKGBUILD2015-03-22 09:43:54 UTC (rev 234458)
@@ -4,13 +4,13 @@
 # Contributor: Michel Brabants 
 
 pkgname=seahorse
-pkgver=3.14.1
+pkgver=3.15.92
 pkgrel=1
 pkgdesc="GNOME application for managing PGP keys."
 arch=(i686 x86_64)
 license=(GPL)
 url="http://projects.gnome.org/seahorse/";
-depends=(gtk3 gcr libsecret libsoup gpgme desktop-file-utils 
hicolor-icon-theme dconf)
+depends=(gtk3 gcr libsecret libsoup desktop-file-utils hicolor-icon-theme 
dconf)
 makedepends=(libldap intltool yelp-tools gobject-introspection openssh libsm 
vala)
 optdepends=('openssh: SSH support')
 provides=(x11-ssh-askpass)
@@ -18,21 +18,10 @@
 groups=(gnome-extra)
 install=seahorse.install
 
source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz
-gpg-2.1.patch
 seahorse-ssh-askpass.sh)
-sha256sums=('092a890982fa594da8a384f156b961392f69ce5d9518a9801035e6deb1f05e93'
-'491cacc029e6eac1c13b7808806cc45b49413570e73e1fa7668c28efe10427a0'
+sha256sums=('e8ac3f6db660c763d3f7cec7fdb406f72bdc849074fd9f36a5dd7249008f0740'
 '400ea9a6084acc93f1dbd4223b95622bbd48071b763063328efba00de378b68c')
 
-prepare() {
-  cd "$pkgname-$pkgver"
-  
-  # Quick fix for now
-  patch -Np1 -i ../gpg-2.1.patch
-
-  autoreconf -fi
-}
-
 build() {
   cd "$pkgname-$pkgver"
   ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \


[arch-commits] Commit in seahorse/trunk (PKGBUILD)

2014-09-24 Thread Jan Steffens
Date: Wednesday, September 24, 2014 @ 21:45:14
  Author: heftig
Revision: 222948

bindir not needed anymore since 6b052c77cc

Modified:
  seahorse/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-09-24 19:42:04 UTC (rev 222947)
+++ PKGBUILD2014-09-24 19:45:14 UTC (rev 222948)
@@ -24,7 +24,7 @@
 
 build() {
   cd "$pkgname-$pkgver"
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var 
--bindir=/usr/bin \
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
   --enable-ldap --enable-hkp \
   --disable-schemas-compile
   make



[arch-commits] Commit in seahorse/trunk (PKGBUILD)

2014-09-23 Thread Jan de Groot
Date: Tuesday, September 23, 2014 @ 11:17:43
  Author: jgc
Revision: 222814

upgpkg: seahorse 3.14.0-1

Modified:
  seahorse/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-09-23 08:55:08 UTC (rev 222813)
+++ PKGBUILD2014-09-23 09:17:43 UTC (rev 222814)
@@ -4,7 +4,7 @@
 # Contributor: Michel Brabants 
 
 pkgname=seahorse
-pkgver=3.12.2
+pkgver=3.14.0
 pkgrel=1
 pkgdesc="GNOME application for managing PGP keys."
 arch=(i686 x86_64)
@@ -19,7 +19,7 @@
 install=seahorse.install
 
source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz
 seahorse-ssh-askpass.sh)
-sha256sums=('5e6fb25373fd4490e181e2fa0f5cacf99b78b2f6caa5d91c9c605900fb5f3839'
+sha256sums=('2ea22830f5af1a11fadbdd8da6b34513410f2c371d9ec75fbf9b9b2d9177fc8a'
 '400ea9a6084acc93f1dbd4223b95622bbd48071b763063328efba00de378b68c')
 
 build() {



[arch-commits] Commit in seahorse/trunk (PKGBUILD)

2014-05-13 Thread Jan de Groot
Date: Tuesday, May 13, 2014 @ 23:56:40
  Author: jgc
Revision: 212353

upgpkg: seahorse 3.12.2-1

Modified:
  seahorse/trunk/PKGBUILD

--+
 PKGBUILD |   10 +-
 1 file changed, 5 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-05-13 21:34:38 UTC (rev 212352)
+++ PKGBUILD2014-05-13 21:56:40 UTC (rev 212353)
@@ -4,22 +4,22 @@
 # Contributor: Michel Brabants 
 
 pkgname=seahorse
-pkgver=3.12.0
-pkgrel=2
+pkgver=3.12.2
+pkgrel=1
 pkgdesc="GNOME application for managing PGP keys."
 arch=(i686 x86_64)
 license=(GPL)
 url="http://projects.gnome.org/seahorse/";
 depends=(gtk3 gcr libsecret libsoup gpgme desktop-file-utils 
hicolor-icon-theme dconf)
-makedepends=(libldap intltool yelp-tools gobject-introspection openssh libsm)
+makedepends=(libldap intltool yelp-tools gobject-introspection openssh libsm 
vala)
 optdepends=('openssh: SSH support')
 provides=(x11-ssh-askpass)
 options=('!emptydirs')
 groups=(gnome-extra)
 install=seahorse.install
-source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz
+source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz
 seahorse-ssh-askpass.sh)
-sha256sums=('f78800b1d25b285ddc8928e925f9ee24f27640abba3fc9ab1cd9554c83380d0b'
+sha256sums=('5e6fb25373fd4490e181e2fa0f5cacf99b78b2f6caa5d91c9c605900fb5f3839'
 '400ea9a6084acc93f1dbd4223b95622bbd48071b763063328efba00de378b68c')
 
 build() {



[arch-commits] Commit in seahorse/trunk (PKGBUILD)

2014-03-31 Thread Jan Steffens
Date: Monday, March 31, 2014 @ 20:56:43
  Author: heftig
Revision: 209658

Explicitly set bindir to prevent build bug (bad desktop file)

Modified:
  seahorse/trunk/PKGBUILD

--+
 PKGBUILD |5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-03-31 18:56:07 UTC (rev 209657)
+++ PKGBUILD2014-03-31 18:56:43 UTC (rev 209658)
@@ -5,7 +5,7 @@
 
 pkgname=seahorse
 pkgver=3.12.0
-pkgrel=1
+pkgrel=2
 pkgdesc="GNOME application for managing PGP keys."
 arch=(i686 x86_64)
 license=(GPL)
@@ -24,8 +24,7 @@
 
 build() {
   cd "$pkgname-$pkgver"
-  ./configure --prefix=/usr --sysconfdir=/etc \
-  --localstatedir=/var --disable-static \
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var 
--bindir=/usr/bin \
   --enable-ldap --enable-hkp \
   --disable-schemas-compile
   make



[arch-commits] Commit in seahorse/trunk (PKGBUILD)

2014-03-29 Thread Jan Steffens
Date: Sunday, March 30, 2014 @ 00:01:36
  Author: heftig
Revision: 209181

3.12.0

Modified:
  seahorse/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-03-29 23:01:10 UTC (rev 209180)
+++ PKGBUILD2014-03-29 23:01:36 UTC (rev 209181)
@@ -4,7 +4,7 @@
 # Contributor: Michel Brabants 
 
 pkgname=seahorse
-pkgver=3.10.2
+pkgver=3.12.0
 pkgrel=1
 pkgdesc="GNOME application for managing PGP keys."
 arch=(i686 x86_64)
@@ -19,7 +19,7 @@
 install=seahorse.install
 
source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz
 seahorse-ssh-askpass.sh)
-sha256sums=('89cabf19f77a55f220bc61a3b97e4db845a0980f0f1d9c66147cc9a4ced8cd16'
+sha256sums=('f78800b1d25b285ddc8928e925f9ee24f27640abba3fc9ab1cd9554c83380d0b'
 '400ea9a6084acc93f1dbd4223b95622bbd48071b763063328efba00de378b68c')
 
 build() {



[arch-commits] Commit in seahorse/trunk (PKGBUILD)

2014-01-08 Thread Jan Steffens
Date: Wednesday, January 8, 2014 @ 19:26:55
  Author: heftig
Revision: 203358

3.10.2

Modified:
  seahorse/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-01-08 14:52:40 UTC (rev 203357)
+++ PKGBUILD2014-01-08 18:26:55 UTC (rev 203358)
@@ -4,7 +4,7 @@
 # Contributor: Michel Brabants 
 
 pkgname=seahorse
-pkgver=3.10.1
+pkgver=3.10.2
 pkgrel=1
 pkgdesc="GNOME application for managing PGP keys."
 arch=(i686 x86_64)
@@ -19,7 +19,7 @@
 install=seahorse.install
 
source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz
 seahorse-ssh-askpass.sh)
-sha256sums=('1df307481988c272d5648a335b2e8bb545b568a00c3f2ca2f3aa732badb46985'
+sha256sums=('89cabf19f77a55f220bc61a3b97e4db845a0980f0f1d9c66147cc9a4ced8cd16'
 '400ea9a6084acc93f1dbd4223b95622bbd48071b763063328efba00de378b68c')
 
 build() {



[arch-commits] Commit in seahorse/trunk (PKGBUILD)

2013-10-17 Thread Jan Steffens
Date: Thursday, October 17, 2013 @ 14:28:38
  Author: heftig
Revision: 196729

3.10.1

Modified:
  seahorse/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-10-17 12:27:39 UTC (rev 196728)
+++ PKGBUILD2013-10-17 12:28:38 UTC (rev 196729)
@@ -4,7 +4,7 @@
 # Contributor: Michel Brabants 
 
 pkgname=seahorse
-pkgver=3.10.0
+pkgver=3.10.1
 pkgrel=1
 pkgdesc="GNOME application for managing PGP keys."
 arch=(i686 x86_64)
@@ -19,7 +19,7 @@
 install=seahorse.install
 
source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz
 seahorse-ssh-askpass.sh)
-sha256sums=('98023cb8805cf778163833ddba783ba1505c0595683e1ac92109d27e8556fbde'
+sha256sums=('1df307481988c272d5648a335b2e8bb545b568a00c3f2ca2f3aa732badb46985'
 '400ea9a6084acc93f1dbd4223b95622bbd48071b763063328efba00de378b68c')
 
 build() {



[arch-commits] Commit in seahorse/trunk (PKGBUILD)

2013-09-24 Thread Jan de Groot
Date: Tuesday, September 24, 2013 @ 10:52:06
  Author: jgc
Revision: 194918

upgpkg: seahorse 3.10.0-1

Modified:
  seahorse/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-09-24 08:34:47 UTC (rev 194917)
+++ PKGBUILD2013-09-24 08:52:06 UTC (rev 194918)
@@ -4,7 +4,7 @@
 # Contributor: Michel Brabants 
 
 pkgname=seahorse
-pkgver=3.8.2
+pkgver=3.10.0
 pkgrel=1
 pkgdesc="GNOME application for managing PGP keys."
 arch=(i686 x86_64)
@@ -17,9 +17,9 @@
 options=('!libtool' '!emptydirs')
 groups=(gnome-extra)
 install=seahorse.install
-source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver::3}/$pkgname-$pkgver.tar.xz
+source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz
 seahorse-ssh-askpass.sh)
-sha256sums=('b3837d088b7e3f7ebc41cb3f11c5c85e2df7e06bdc538a3e85bb1a13c34c9a12'
+sha256sums=('98023cb8805cf778163833ddba783ba1505c0595683e1ac92109d27e8556fbde'
 '400ea9a6084acc93f1dbd4223b95622bbd48071b763063328efba00de378b68c')
 
 build() {



[arch-commits] Commit in seahorse/trunk (PKGBUILD)

2013-05-14 Thread Jan Steffens
Date: Tuesday, May 14, 2013 @ 12:59:32
  Author: heftig
Revision: 185471

3.8.2

Modified:
  seahorse/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-05-14 10:59:26 UTC (rev 185470)
+++ PKGBUILD2013-05-14 10:59:32 UTC (rev 185471)
@@ -4,7 +4,7 @@
 # Contributor: Michel Brabants 
 
 pkgname=seahorse
-pkgver=3.8.1
+pkgver=3.8.2
 pkgrel=1
 pkgdesc="GNOME application for managing PGP keys."
 arch=(i686 x86_64)
@@ -19,7 +19,7 @@
 install=seahorse.install
 
source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver::3}/$pkgname-$pkgver.tar.xz
 seahorse-ssh-askpass.sh)
-sha256sums=('c1a1d97618a37a79e19902e00f3a0de7cfb947b52eb9282ea09e5f9f73151e7a'
+sha256sums=('b3837d088b7e3f7ebc41cb3f11c5c85e2df7e06bdc538a3e85bb1a13c34c9a12'
 '400ea9a6084acc93f1dbd4223b95622bbd48071b763063328efba00de378b68c')
 
 build() {



[arch-commits] Commit in seahorse/trunk (PKGBUILD)

2013-04-16 Thread Jan de Groot
Date: Tuesday, April 16, 2013 @ 11:02:13
  Author: jgc
Revision: 182934

upgpkg: seahorse 3.8.1-1

3.8.1

Modified:
  seahorse/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-04-16 08:39:21 UTC (rev 182933)
+++ PKGBUILD2013-04-16 09:02:13 UTC (rev 182934)
@@ -4,7 +4,7 @@
 # Contributor: Michel Brabants 
 
 pkgname=seahorse
-pkgver=3.8.0
+pkgver=3.8.1
 pkgrel=1
 pkgdesc="GNOME application for managing PGP keys."
 arch=(i686 x86_64)
@@ -19,7 +19,7 @@
 install=seahorse.install
 
source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver::3}/$pkgname-$pkgver.tar.xz
 seahorse-ssh-askpass.sh)
-sha256sums=('0b12d1cda37d1b70ad96bb6ec2ee08b093d48844ca7fa62b4905732232a890c9'
+sha256sums=('c1a1d97618a37a79e19902e00f3a0de7cfb947b52eb9282ea09e5f9f73151e7a'
 '400ea9a6084acc93f1dbd4223b95622bbd48071b763063328efba00de378b68c')
 
 build() {



[arch-commits] Commit in seahorse/trunk (PKGBUILD)

2013-03-31 Thread Jan Steffens
Date: Sunday, March 31, 2013 @ 15:06:15
  Author: heftig
Revision: 181105

3.8.0

Modified:
  seahorse/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-03-31 12:56:26 UTC (rev 181104)
+++ PKGBUILD2013-03-31 13:06:15 UTC (rev 181105)
@@ -4,7 +4,7 @@
 # Contributor: Michel Brabants 
 
 pkgname=seahorse
-pkgver=3.6.3
+pkgver=3.8.0
 pkgrel=1
 pkgdesc="GNOME application for managing PGP keys."
 arch=(i686 x86_64)
@@ -19,7 +19,7 @@
 install=seahorse.install
 
source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver::3}/$pkgname-$pkgver.tar.xz
 seahorse-ssh-askpass.sh)
-sha256sums=('9b712da1989725547a8093e638725ee6de74d7870661545a15374c7ebf335cc1'
+sha256sums=('0b12d1cda37d1b70ad96bb6ec2ee08b093d48844ca7fa62b4905732232a890c9'
 '400ea9a6084acc93f1dbd4223b95622bbd48071b763063328efba00de378b68c')
 
 build() {



[arch-commits] Commit in seahorse/trunk (PKGBUILD)

2012-11-12 Thread Jan Steffens
Date: Monday, November 12, 2012 @ 03:34:12
  Author: heftig
Revision: 170818

3.6.3

Modified:
  seahorse/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2012-11-12 08:32:19 UTC (rev 170817)
+++ PKGBUILD2012-11-12 08:34:12 UTC (rev 170818)
@@ -4,7 +4,7 @@
 # Contributor: Michel Brabants 
 
 pkgname=seahorse
-pkgver=3.6.2
+pkgver=3.6.3
 pkgrel=1
 pkgdesc="GNOME application for managing PGP keys."
 arch=(i686 x86_64)
@@ -19,7 +19,7 @@
 install=seahorse.install
 
source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver::3}/$pkgname-$pkgver.tar.xz
 seahorse-ssh-askpass.sh)
-sha256sums=('cf3ffa48fdbd4c30fa3cc7ea9e8188c1325416e67e5985c9ce22af0a5fd7560b'
+sha256sums=('9b712da1989725547a8093e638725ee6de74d7870661545a15374c7ebf335cc1'
 '400ea9a6084acc93f1dbd4223b95622bbd48071b763063328efba00de378b68c')
 
 build() {



[arch-commits] Commit in seahorse/trunk (PKGBUILD)

2012-10-22 Thread Jan Steffens
Date: Monday, October 22, 2012 @ 17:10:19
  Author: heftig
Revision: 169512

3.6.2

Modified:
  seahorse/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2012-10-22 21:09:49 UTC (rev 169511)
+++ PKGBUILD2012-10-22 21:10:19 UTC (rev 169512)
@@ -4,7 +4,7 @@
 # Contributor: Michel Brabants 
 
 pkgname=seahorse
-pkgver=3.6.1
+pkgver=3.6.2
 pkgrel=1
 pkgdesc="GNOME application for managing PGP keys."
 arch=(i686 x86_64)
@@ -19,7 +19,7 @@
 install=seahorse.install
 
source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver::3}/$pkgname-$pkgver.tar.xz
 seahorse-ssh-askpass.sh)
-sha256sums=('dcdd9681a7896a13a597cf02aa2d6718b5f0ab3b50ed81f8d24b8db296a9214b'
+sha256sums=('cf3ffa48fdbd4c30fa3cc7ea9e8188c1325416e67e5985c9ce22af0a5fd7560b'
 '400ea9a6084acc93f1dbd4223b95622bbd48071b763063328efba00de378b68c')
 
 build() {



[arch-commits] Commit in seahorse/trunk (PKGBUILD)

2012-10-17 Thread Jan de Groot
Date: Wednesday, October 17, 2012 @ 03:35:49
  Author: jgc
Revision: 168976

upgpkg: seahorse 3.6.1-1

3.6.1

Modified:
  seahorse/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2012-10-17 07:20:15 UTC (rev 168975)
+++ PKGBUILD2012-10-17 07:35:49 UTC (rev 168976)
@@ -4,7 +4,7 @@
 # Contributor: Michel Brabants 
 
 pkgname=seahorse
-pkgver=3.6.0
+pkgver=3.6.1
 pkgrel=1
 pkgdesc="GNOME application for managing PGP keys."
 arch=(i686 x86_64)
@@ -19,7 +19,7 @@
 install=seahorse.install
 
source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver::3}/$pkgname-$pkgver.tar.xz
 seahorse-ssh-askpass.sh)
-sha256sums=('88a0bcaa3aeef6a9a2f2abf4c7ffbf94cef474b466d79d45054d19175d5ccee8'
+sha256sums=('dcdd9681a7896a13a597cf02aa2d6718b5f0ab3b50ed81f8d24b8db296a9214b'
 '400ea9a6084acc93f1dbd4223b95622bbd48071b763063328efba00de378b68c')
 
 build() {



[arch-commits] Commit in seahorse/trunk (PKGBUILD)

2012-10-03 Thread Jan Steffens
Date: Wednesday, October 3, 2012 @ 11:07:09
  Author: heftig
Revision: 167870

3.6.0

Modified:
  seahorse/trunk/PKGBUILD

--+
 PKGBUILD |   16 
 1 file changed, 8 insertions(+), 8 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2012-10-03 15:02:28 UTC (rev 167869)
+++ PKGBUILD2012-10-03 15:07:09 UTC (rev 167870)
@@ -4,22 +4,22 @@
 # Contributor: Michel Brabants 
 
 pkgname=seahorse
-pkgver=3.4.1
+pkgver=3.6.0
 pkgrel=1
 pkgdesc="GNOME application for managing PGP keys."
 arch=(i686 x86_64)
-license=('GPL')
+license=(GPL)
 url="http://projects.gnome.org/seahorse/";
-depends=('gtk3' 'gcr' 'libgnome-keyring' 'libsoup' 'gpgme' 
'desktop-file-utils' 'hicolor-icon-theme' 'dconf')
-makedepends=('libldap' 'intltool' 'gnome-doc-utils' 'gobject-introspection' 
'openssh' 'libsm')
+depends=(gtk3 gcr libsecret libsoup gpgme desktop-file-utils 
hicolor-icon-theme dconf)
+makedepends=(libldap intltool yelp-tools gobject-introspection openssh libsm)
 optdepends=('openssh: SSH support')
-provides=('x11-ssh-askpass')
+provides=(x11-ssh-askpass)
 options=('!libtool' '!emptydirs')
-groups=('gnome-extra')
+groups=(gnome-extra)
 install=seahorse.install
-source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz
+source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver::3}/$pkgname-$pkgver.tar.xz
 seahorse-ssh-askpass.sh)
-sha256sums=('841443ed6d7f865e1c9347867527591287bcc5b2e281c8da11b2cb355d678faa'
+sha256sums=('88a0bcaa3aeef6a9a2f2abf4c7ffbf94cef474b466d79d45054d19175d5ccee8'
 '400ea9a6084acc93f1dbd4223b95622bbd48071b763063328efba00de378b68c')
 
 build() {



[arch-commits] Commit in seahorse/trunk (PKGBUILD)

2012-04-16 Thread Jan de Groot
Date: Monday, April 16, 2012 @ 09:25:13
  Author: jgc
Revision: 156248

upgpkg: seahorse 3.4.1-1

Update to 3.4.1

Modified:
  seahorse/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2012-04-16 13:20:59 UTC (rev 156247)
+++ PKGBUILD2012-04-16 13:25:13 UTC (rev 156248)
@@ -4,7 +4,7 @@
 # Contributor: Michel Brabants 
 
 pkgname=seahorse
-pkgver=3.4.0
+pkgver=3.4.1
 pkgrel=1
 pkgdesc="GNOME application for managing PGP keys."
 arch=(i686 x86_64)
@@ -19,7 +19,7 @@
 install=seahorse.install
 
source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz
 seahorse-ssh-askpass.sh)
-sha256sums=('6bb7a7952c3d39a6023ddb493d9e31c4ed99ef3da1062d5dfd4b47d1d4ca2cc9'
+sha256sums=('841443ed6d7f865e1c9347867527591287bcc5b2e281c8da11b2cb355d678faa'
 '400ea9a6084acc93f1dbd4223b95622bbd48071b763063328efba00de378b68c')
 
 build() {



[arch-commits] Commit in seahorse/trunk (PKGBUILD)

2012-03-28 Thread Jan Steffens
Date: Wednesday, March 28, 2012 @ 07:18:59
  Author: heftig
Revision: 154433

3.4.0

Modified:
  seahorse/trunk/PKGBUILD

--+
 PKGBUILD |8 
 1 file changed, 4 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2012-03-28 11:15:41 UTC (rev 154432)
+++ PKGBUILD2012-03-28 11:18:59 UTC (rev 154433)
@@ -1,9 +1,10 @@
 # $Id$
-# Maintainer: Jan de Groot 
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Jan de Groot 
 # Contributor: Michel Brabants 
 
 pkgname=seahorse
-pkgver=3.3.92
+pkgver=3.4.0
 pkgrel=1
 pkgdesc="GNOME application for managing PGP keys."
 arch=(i686 x86_64)
@@ -18,7 +19,7 @@
 install=seahorse.install
 
source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz
 seahorse-ssh-askpass.sh)
-sha256sums=('3b3e5794ef6a4a68d19db586fae1c6785b1c2ef1d4fd7f038e376190bf2e0230'
+sha256sums=('6bb7a7952c3d39a6023ddb493d9e31c4ed99ef3da1062d5dfd4b47d1d4ca2cc9'
 '400ea9a6084acc93f1dbd4223b95622bbd48071b763063328efba00de378b68c')
 
 build() {
@@ -26,7 +27,6 @@
   ./configure --prefix=/usr --sysconfdir=/etc \
   --localstatedir=/var --disable-static \
   --enable-ldap --enable-hkp \
-  --disable-scrollkeeper \
   --disable-schemas-compile
   make
 }



[arch-commits] Commit in seahorse/trunk (PKGBUILD)

2012-03-19 Thread Ionut Biru
Date: Monday, March 19, 2012 @ 15:16:11
  Author: ibiru
Revision: 153823

update to 3.3.92

Modified:
  seahorse/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2012-03-19 19:12:31 UTC (rev 153822)
+++ PKGBUILD2012-03-19 19:16:11 UTC (rev 153823)
@@ -3,7 +3,7 @@
 # Contributor: Michel Brabants 
 
 pkgname=seahorse
-pkgver=3.3.91
+pkgver=3.3.92
 pkgrel=1
 pkgdesc="GNOME application for managing PGP keys."
 arch=(i686 x86_64)
@@ -18,7 +18,7 @@
 install=seahorse.install
 
source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz
 seahorse-ssh-askpass.sh)
-sha256sums=('06290072d4c339c0d97db4a5fe6d39b92709e8199e57f57e9a6708a5ea4c5a05'
+sha256sums=('3b3e5794ef6a4a68d19db586fae1c6785b1c2ef1d4fd7f038e376190bf2e0230'
 '400ea9a6084acc93f1dbd4223b95622bbd48071b763063328efba00de378b68c')
 
 build() {



[arch-commits] Commit in seahorse/trunk (PKGBUILD)

2012-03-15 Thread Ionut Biru
Date: Thursday, March 15, 2012 @ 09:47:31
  Author: ibiru
Revision: 153515

update to 3.3.91

Modified:
  seahorse/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2012-03-15 13:26:26 UTC (rev 153514)
+++ PKGBUILD2012-03-15 13:47:31 UTC (rev 153515)
@@ -3,7 +3,7 @@
 # Contributor: Michel Brabants 
 
 pkgname=seahorse
-pkgver=3.3.5
+pkgver=3.3.91
 pkgrel=1
 pkgdesc="GNOME application for managing PGP keys."
 arch=(i686 x86_64)
@@ -18,7 +18,7 @@
 install=seahorse.install
 
source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz
 seahorse-ssh-askpass.sh)
-sha256sums=('891575802815706add29488187418524acf17ee23ec6860d5dc1db8e7e02fee8'
+sha256sums=('06290072d4c339c0d97db4a5fe6d39b92709e8199e57f57e9a6708a5ea4c5a05'
 '400ea9a6084acc93f1dbd4223b95622bbd48071b763063328efba00de378b68c')
 
 build() {



[arch-commits] Commit in seahorse/trunk (PKGBUILD seahorse.install)

2012-03-10 Thread Ionut Biru
Date: Saturday, March 10, 2012 @ 11:37:07
  Author: ibiru
Revision: 152910

update to 3.3.5

Modified:
  seahorse/trunk/PKGBUILD
  seahorse/trunk/seahorse.install

--+
 PKGBUILD |   15 +++
 seahorse.install |   12 ++--
 2 files changed, 9 insertions(+), 18 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2012-03-10 16:35:46 UTC (rev 152909)
+++ PKGBUILD2012-03-10 16:37:07 UTC (rev 152910)
@@ -3,14 +3,14 @@
 # Contributor: Michel Brabants 
 
 pkgname=seahorse
-pkgver=3.2.2
-pkgrel=2
+pkgver=3.3.5
+pkgrel=1
 pkgdesc="GNOME application for managing PGP keys."
 arch=(i686 x86_64)
 license=('GPL')
 url="http://projects.gnome.org/seahorse/";
-depends=('gtk3' 'libgnome-keyring' 'gnome-keyring' 'libsoup' 'gpgme' 
'desktop-file-utils' 'hicolor-icon-theme' 'dconf')
-makedepends=('gettext' 'libldap' 'intltool' 'pkgconfig' 'gnome-doc-utils' 
'gobject-introspection' 'openssh' 'libsm')
+depends=('gtk3' 'gcr' 'libgnome-keyring' 'libsoup' 'gpgme' 
'desktop-file-utils' 'hicolor-icon-theme' 'dconf')
+makedepends=('libldap' 'intltool' 'gnome-doc-utils' 'gobject-introspection' 
'openssh' 'libsm')
 optdepends=('openssh: SSH support')
 provides=('x11-ssh-askpass')
 options=('!libtool' '!emptydirs')
@@ -18,22 +18,21 @@
 install=seahorse.install
 
source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz
 seahorse-ssh-askpass.sh)
-sha256sums=('25146aa4c4bb4c375ec1afec524e1907852989bd1b0c9e12490326616ac6a7e9'
+sha256sums=('891575802815706add29488187418524acf17ee23ec6860d5dc1db8e7e02fee8'
 '400ea9a6084acc93f1dbd4223b95622bbd48071b763063328efba00de378b68c')
 
 build() {
-  cd "$srcdir/$pkgname-$pkgver"
+  cd "$pkgname-$pkgver"
   ./configure --prefix=/usr --sysconfdir=/etc \
   --localstatedir=/var --disable-static \
   --enable-ldap --enable-hkp \
   --disable-scrollkeeper \
-  --disable-update-mime-database \
   --disable-schemas-compile
   make
 }
 
 package() {
-  cd "$srcdir/$pkgname-$pkgver"
+  cd "$pkgname-$pkgver"
   make DESTDIR="$pkgdir" install
   install -Dm755 "$srcdir/seahorse-ssh-askpass.sh" \
 "$pkgdir/etc/profile.d/seahorse-ssh-askpass.sh"

Modified: seahorse.install
===
--- seahorse.install2012-03-10 16:35:46 UTC (rev 152909)
+++ seahorse.install2012-03-10 16:37:07 UTC (rev 152910)
@@ -1,17 +1,9 @@
-pkgname=seahorse
-
 post_install() {
-  glib-compile-schemas usr/share/glib-2.0/schemas
+  glib-compile-schemas /usr/share/glib-2.0/schemas
   update-desktop-database -q
-  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+  gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor
 }
 
-pre_upgrade() {
-  if [ -f usr/share/gconf/schemas/$pkgname.schemas ]; then
-  usr/sbin/gconfpkg --uninstall $pkgname
-  fi
-}
-
 post_upgrade() {
   post_install
 }



[arch-commits] Commit in seahorse/trunk (PKGBUILD seahorse-ssh-askpass.sh)

2011-12-10 Thread Jan Steffens
Date: Saturday, December 10, 2011 @ 16:33:27
  Author: heftig
Revision: 144928

Fix FS#27483

Modified:
  seahorse/trunk/PKGBUILD
  seahorse/trunk/seahorse-ssh-askpass.sh

-+
 PKGBUILD|4 ++--
 seahorse-ssh-askpass.sh |2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2011-12-10 21:25:05 UTC (rev 144927)
+++ PKGBUILD2011-12-10 21:33:27 UTC (rev 144928)
@@ -4,7 +4,7 @@
 
 pkgname=seahorse
 pkgver=3.2.2
-pkgrel=1
+pkgrel=2
 pkgdesc="GNOME application for managing PGP keys."
 arch=(i686 x86_64)
 license=('GPL')
@@ -19,7 +19,7 @@
 
source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz
 seahorse-ssh-askpass.sh)
 sha256sums=('25146aa4c4bb4c375ec1afec524e1907852989bd1b0c9e12490326616ac6a7e9'
-'1792ab2c0bbad446b8fad0a0c9008a75f60a9666c895d37d2adcd827e49fafbb')
+'400ea9a6084acc93f1dbd4223b95622bbd48071b763063328efba00de378b68c')
 
 build() {
   cd "$srcdir/$pkgname-$pkgver"

Modified: seahorse-ssh-askpass.sh
===
--- seahorse-ssh-askpass.sh 2011-12-10 21:25:05 UTC (rev 144927)
+++ seahorse-ssh-askpass.sh 2011-12-10 21:33:27 UTC (rev 144928)
@@ -1,3 +1,3 @@
-if [ -z "$SSH_ASKPASS" ]; then
+if [ -z "$SSH_ASKPASS" ] && [ -n "$DISPLAY" ]; then
   export SSH_ASKPASS=/usr/lib/seahorse/seahorse-ssh-askpass
 fi



[arch-commits] Commit in seahorse/trunk (PKGBUILD)

2011-11-14 Thread Ionut Biru
Date: Monday, November 14, 2011 @ 07:21:30
  Author: ibiru
Revision: 142739

update to 3.2.2

Modified:
  seahorse/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2011-11-14 12:15:43 UTC (rev 142738)
+++ PKGBUILD2011-11-14 12:21:30 UTC (rev 142739)
@@ -3,7 +3,7 @@
 # Contributor: Michel Brabants 
 
 pkgname=seahorse
-pkgver=3.2.1
+pkgver=3.2.2
 pkgrel=1
 pkgdesc="GNOME application for managing PGP keys."
 arch=(i686 x86_64)
@@ -18,7 +18,7 @@
 install=seahorse.install
 
source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz
 seahorse-ssh-askpass.sh)
-sha256sums=('84f1df80055ca66179a023130e179de44053e7df91c1f6c7fd536563fac832b2'
+sha256sums=('25146aa4c4bb4c375ec1afec524e1907852989bd1b0c9e12490326616ac6a7e9'
 '1792ab2c0bbad446b8fad0a0c9008a75f60a9666c895d37d2adcd827e49fafbb')
 
 build() {



[arch-commits] Commit in seahorse/trunk (PKGBUILD)

2011-10-18 Thread Ionut Biru
Date: Tuesday, October 18, 2011 @ 10:24:17
  Author: ibiru
Revision: 140717

update to 3.2.1

Modified:
  seahorse/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2011-10-18 14:22:05 UTC (rev 140716)
+++ PKGBUILD2011-10-18 14:24:17 UTC (rev 140717)
@@ -3,8 +3,8 @@
 # Contributor: Michel Brabants 
 
 pkgname=seahorse
-pkgver=3.2.0
-pkgrel=2
+pkgver=3.2.1
+pkgrel=1
 pkgdesc="GNOME application for managing PGP keys."
 arch=(i686 x86_64)
 license=('GPL')
@@ -18,7 +18,7 @@
 install=seahorse.install
 
source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz
 seahorse-ssh-askpass.sh)
-sha256sums=('ef76aed10bac519fa854a869dc713cd7b49a41fbd2085647067444595302b6f7'
+sha256sums=('84f1df80055ca66179a023130e179de44053e7df91c1f6c7fd536563fac832b2'
 '1792ab2c0bbad446b8fad0a0c9008a75f60a9666c895d37d2adcd827e49fafbb')
 
 build() {



[arch-commits] Commit in seahorse/trunk (PKGBUILD seahorse-ssh-askpass.sh)

2011-10-17 Thread Jan Steffens
Date: Monday, October 17, 2011 @ 04:51:34
  Author: heftig
Revision: 140589

add askpass support

Added:
  seahorse/trunk/seahorse-ssh-askpass.sh
Modified:
  seahorse/trunk/PKGBUILD

-+
 PKGBUILD|   18 --
 seahorse-ssh-askpass.sh |3 +++
 2 files changed, 15 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2011-10-17 08:41:26 UTC (rev 140588)
+++ PKGBUILD2011-10-17 08:51:34 UTC (rev 140589)
@@ -4,21 +4,25 @@
 
 pkgname=seahorse
 pkgver=3.2.0
-pkgrel=1
+pkgrel=2
 pkgdesc="GNOME application for managing PGP keys."
 arch=(i686 x86_64)
 license=('GPL')
 url="http://projects.gnome.org/seahorse/";
 depends=('gtk3' 'libgnome-keyring' 'gnome-keyring' 'libsoup' 'gpgme' 
'desktop-file-utils' 'hicolor-icon-theme' 'dconf')
 makedepends=('gettext' 'libldap' 'intltool' 'pkgconfig' 'gnome-doc-utils' 
'gobject-introspection' 'openssh' 'libsm')
+optdepends=('openssh: SSH support')
+provides=('x11-ssh-askpass')
 options=('!libtool' '!emptydirs')
 groups=('gnome-extra')
 install=seahorse.install
-source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
-sha256sums=('ef76aed10bac519fa854a869dc713cd7b49a41fbd2085647067444595302b6f7')
+source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz
+seahorse-ssh-askpass.sh)
+sha256sums=('ef76aed10bac519fa854a869dc713cd7b49a41fbd2085647067444595302b6f7'
+'1792ab2c0bbad446b8fad0a0c9008a75f60a9666c895d37d2adcd827e49fafbb')
 
 build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
+  cd "$srcdir/$pkgname-$pkgver"
   ./configure --prefix=/usr --sysconfdir=/etc \
   --localstatedir=/var --disable-static \
   --enable-ldap --enable-hkp \
@@ -29,6 +33,8 @@
 }
 
 package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  make DESTDIR="${pkgdir}" install
+  cd "$srcdir/$pkgname-$pkgver"
+  make DESTDIR="$pkgdir" install
+  install -Dm755 "$srcdir/seahorse-ssh-askpass.sh" \
+"$pkgdir/etc/profile.d/seahorse-ssh-askpass.sh"
 }

Added: seahorse-ssh-askpass.sh
===
--- seahorse-ssh-askpass.sh (rev 0)
+++ seahorse-ssh-askpass.sh 2011-10-17 08:51:34 UTC (rev 140589)
@@ -0,0 +1,3 @@
+if [ -z "$SSH_ASKPASS" ]; then
+  export SSH_ASKPASS=/usr/lib/seahorse/seahorse-ssh-askpass
+fi



[arch-commits] Commit in seahorse/trunk (PKGBUILD)

2011-09-27 Thread Ionut Biru
Date: Tuesday, September 27, 2011 @ 07:48:39
  Author: ibiru
Revision: 138597

update to 3.2.0

Modified:
  seahorse/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2011-09-27 11:44:03 UTC (rev 138596)
+++ PKGBUILD2011-09-27 11:48:39 UTC (rev 138597)
@@ -3,7 +3,7 @@
 # Contributor: Michel Brabants 
 
 pkgname=seahorse
-pkgver=3.1.92
+pkgver=3.2.0
 pkgrel=1
 pkgdesc="GNOME application for managing PGP keys."
 arch=(i686 x86_64)
@@ -15,7 +15,7 @@
 groups=('gnome-extra')
 install=seahorse.install
 
source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
-sha256sums=('d853966b0166aeb2657d964dff46f6ceb3c9b3202c45650765f4bf6957c3fec5')
+sha256sums=('ef76aed10bac519fa854a869dc713cd7b49a41fbd2085647067444595302b6f7')
 
 build() {
   cd "${srcdir}/${pkgname}-${pkgver}"



[arch-commits] Commit in seahorse/trunk (PKGBUILD)

2011-09-18 Thread Jan Steffens
Date: Sunday, September 18, 2011 @ 04:59:39
  Author: heftig
Revision: 138181

3.1.92

Modified:
  seahorse/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2011-09-18 08:59:37 UTC (rev 138180)
+++ PKGBUILD2011-09-18 08:59:39 UTC (rev 138181)
@@ -3,7 +3,7 @@
 # Contributor: Michel Brabants 
 
 pkgname=seahorse
-pkgver=3.1.91
+pkgver=3.1.92
 pkgrel=1
 pkgdesc="GNOME application for managing PGP keys."
 arch=(i686 x86_64)
@@ -15,7 +15,7 @@
 groups=('gnome-extra')
 install=seahorse.install
 
source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
-sha256sums=('7b253f62641fd1adb7d949f4f9ce9623590a5552c14056ddc9f1786822f837e2')
+sha256sums=('d853966b0166aeb2657d964dff46f6ceb3c9b3202c45650765f4bf6957c3fec5')
 
 build() {
   cd "${srcdir}/${pkgname}-${pkgver}"



[arch-commits] Commit in seahorse/trunk (PKGBUILD)

2011-09-05 Thread Ionut Biru
Date: Monday, September 5, 2011 @ 04:36:13
  Author: ibiru
Revision: 137014

update to 3.1.91

Modified:
  seahorse/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2011-09-05 08:31:24 UTC (rev 137013)
+++ PKGBUILD2011-09-05 08:36:13 UTC (rev 137014)
@@ -3,7 +3,7 @@
 # Contributor: Michel Brabants 
 
 pkgname=seahorse
-pkgver=3.1.90
+pkgver=3.1.91
 pkgrel=1
 pkgdesc="GNOME application for managing PGP keys."
 arch=(i686 x86_64)
@@ -15,7 +15,7 @@
 groups=('gnome-extra')
 install=seahorse.install
 
source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
-sha256sums=('e866d3dd46d3e1e303bc76fa47073a0fb48b8825fe9839157ac37916e4cd19a2')
+sha256sums=('7b253f62641fd1adb7d949f4f9ce9623590a5552c14056ddc9f1786822f837e2')
 
 build() {
   cd "${srcdir}/${pkgname}-${pkgver}"



[arch-commits] Commit in seahorse/trunk (PKGBUILD seahorse.install)

2011-09-02 Thread Ionut Biru
Date: Friday, September 2, 2011 @ 10:49:46
  Author: ibiru
Revision: 136873

update to 3.1.90

Modified:
  seahorse/trunk/PKGBUILD
  seahorse/trunk/seahorse.install

--+
 PKGBUILD |   17 +++--
 seahorse.install |   15 ++-
 2 files changed, 13 insertions(+), 19 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2011-09-02 14:49:29 UTC (rev 136872)
+++ PKGBUILD2011-09-02 14:49:46 UTC (rev 136873)
@@ -3,19 +3,19 @@
 # Contributor: Michel Brabants 
 
 pkgname=seahorse
-pkgver=3.0.2
+pkgver=3.1.90
 pkgrel=1
 pkgdesc="GNOME application for managing PGP keys."
 arch=(i686 x86_64)
 license=('GPL')
 url="http://projects.gnome.org/seahorse/";
-depends=('gtk3' 'gconf' 'libgnome-keyring' 'gnome-keyring' 'libnotify' 
'libsoup' 'gpgme' 'desktop-file-utils' 'hicolor-icon-theme')
+depends=('gtk3' 'libgnome-keyring' 'gnome-keyring' 'libsoup' 'gpgme' 
'desktop-file-utils' 'hicolor-icon-theme' 'dconf')
 makedepends=('gettext' 'libldap' 'intltool' 'pkgconfig' 'gnome-doc-utils' 
'gobject-introspection' 'openssh' 'libsm')
 options=('!libtool' '!emptydirs')
 groups=('gnome-extra')
 install=seahorse.install
-source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.bz2)
-sha256sums=('78b38d6e7220d1957af34eac79c21423f1f4be066853126d30cc030d8407a1bf')
+source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
+sha256sums=('e866d3dd46d3e1e303bc76fa47073a0fb48b8825fe9839157ac37916e4cd19a2')
 
 build() {
   cd "${srcdir}/${pkgname}-${pkgver}"
@@ -23,15 +23,12 @@
   --localstatedir=/var --disable-static \
   --enable-ldap --enable-hkp \
   --disable-scrollkeeper \
-  --disable-update-mime-database
+  --disable-update-mime-database \
+  --disable-schemas-compile
   make
 }
 
 package() {
   cd "${srcdir}/${pkgname}-${pkgver}"
-  make GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1 DESTDIR="${pkgdir}" install
-
-  install -m755 -d "${pkgdir}/usr/share/gconf/schemas"
-  gconf-merge-schema "${pkgdir}/usr/share/gconf/schemas/${pkgname}.schemas" 
--domain seahorse ${pkgdir}/etc/gconf/schemas/*.schemas
-  rm -f ${pkgdir}/etc/gconf/schemas/*.schemas
+  make DESTDIR="${pkgdir}" install
 }

Modified: seahorse.install
===
--- seahorse.install2011-09-02 14:49:29 UTC (rev 136872)
+++ seahorse.install2011-09-02 14:49:46 UTC (rev 136873)
@@ -1,24 +1,21 @@
 pkgname=seahorse
 
 post_install() {
-  usr/sbin/gconfpkg --install ${pkgname}
+  glib-compile-schemas usr/share/glib-2.0/schemas
   update-desktop-database -q
   gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
 }
 
 pre_upgrade() {
-  pre_remove $1
+  if [ -f usr/share/gconf/schemas/$pkgname.schemas ]; then
+  usr/sbin/gconfpkg --uninstall $pkgname
+  fi
 }
 
 post_upgrade() {
-  post_install $1
+  post_install
 }
 
-pre_remove() {
-  usr/sbin/gconfpkg --uninstall ${pkgname}
-}
-
 post_remove() {
-  update-desktop-database -q
-  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+  post_install
 }



[arch-commits] Commit in seahorse/trunk (PKGBUILD)

2011-05-22 Thread Ionut Biru
Date: Sunday, May 22, 2011 @ 11:13:07
  Author: ibiru
Revision: 124485

update to 3.0.2

Modified:
  seahorse/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2011-05-22 15:07:56 UTC (rev 124484)
+++ PKGBUILD2011-05-22 15:13:07 UTC (rev 124485)
@@ -3,7 +3,7 @@
 # Contributor: Michel Brabants 
 
 pkgname=seahorse
-pkgver=3.0.1
+pkgver=3.0.2
 pkgrel=1
 pkgdesc="GNOME application for managing PGP keys."
 arch=(i686 x86_64)
@@ -15,7 +15,7 @@
 groups=('gnome-extra')
 install=seahorse.install
 
source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.bz2)
-sha256sums=('79efc22f9fe7db3d53a02be8bcf910be25aef0e321a49ec87a3a709f8912')
+sha256sums=('78b38d6e7220d1957af34eac79c21423f1f4be066853126d30cc030d8407a1bf')
 
 build() {
   cd "${srcdir}/${pkgname}-${pkgver}"



[arch-commits] Commit in seahorse/trunk (PKGBUILD)

2011-04-25 Thread Ionut Biru
Date: Monday, April 25, 2011 @ 14:04:11
  Author: ibiru
Revision: 120604

update to 3.0.1

Modified:
  seahorse/trunk/PKGBUILD

--+
 PKGBUILD |7 +++
 1 file changed, 3 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2011-04-25 18:02:10 UTC (rev 120603)
+++ PKGBUILD2011-04-25 18:04:11 UTC (rev 120604)
@@ -3,7 +3,7 @@
 # Contributor: Michel Brabants 
 
 pkgname=seahorse
-pkgver=3.0.0
+pkgver=3.0.1
 pkgrel=1
 pkgdesc="GNOME application for managing PGP keys."
 arch=(i686 x86_64)
@@ -15,7 +15,7 @@
 groups=('gnome-extra')
 install=seahorse.install
 
source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.bz2)
-sha256sums=('93df5c39755e6d87b72fa3a17ded2d5f99d153701613cb2c7d2ab6221dc93e26')
+sha256sums=('79efc22f9fe7db3d53a02be8bcf910be25aef0e321a49ec87a3a709f8912')
 
 build() {
   cd "${srcdir}/${pkgname}-${pkgver}"
@@ -23,8 +23,7 @@
   --localstatedir=/var --disable-static \
   --enable-ldap --enable-hkp \
   --disable-scrollkeeper \
-  --disable-update-mime-database \
-  --with-gtk=3.0
+  --disable-update-mime-database
   make
 }
 



[arch-commits] Commit in seahorse/trunk (PKGBUILD)

2011-04-07 Thread Jan Steffens
Date: Thursday, April 7, 2011 @ 06:50:49
  Author: heftig
Revision: 118482

upgpkg: seahorse 3.0.0-1
Update to 3.0.0

Modified:
  seahorse/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2011-04-07 09:36:50 UTC (rev 118481)
+++ PKGBUILD2011-04-07 10:50:49 UTC (rev 118482)
@@ -3,7 +3,7 @@
 # Contributor: Michel Brabants 
 
 pkgname=seahorse
-pkgver=2.91.93
+pkgver=3.0.0
 pkgrel=1
 pkgdesc="GNOME application for managing PGP keys."
 arch=(i686 x86_64)
@@ -15,7 +15,7 @@
 groups=('gnome-extra')
 install=seahorse.install
 
source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.bz2)
-sha256sums=('ac67e077249062e38b5239616a1f02d96b2484045d2964cb2ce6972e9e0d2ae4')
+sha256sums=('93df5c39755e6d87b72fa3a17ded2d5f99d153701613cb2c7d2ab6221dc93e26')
 
 build() {
   cd "${srcdir}/${pkgname}-${pkgver}"



[arch-commits] Commit in seahorse/trunk (PKGBUILD)

2011-03-25 Thread Ionut Biru
Date: Friday, March 25, 2011 @ 18:03:39
  Author: ibiru
Revision: 116829

upgpkg: seahorse 2.91.93-1
update to 2.91.93

Modified:
  seahorse/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2011-03-25 21:59:50 UTC (rev 116828)
+++ PKGBUILD2011-03-25 22:03:39 UTC (rev 116829)
@@ -3,7 +3,7 @@
 # Contributor: Michel Brabants 
 
 pkgname=seahorse
-pkgver=2.91.92
+pkgver=2.91.93
 pkgrel=1
 pkgdesc="GNOME application for managing PGP keys."
 arch=(i686 x86_64)
@@ -15,7 +15,7 @@
 groups=('gnome-extra')
 install=seahorse.install
 
source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.bz2)
-sha256sums=('2318e67ef51573141d8e07f947806a9a206899586e9038180e3c3269968abebb')
+sha256sums=('ac67e077249062e38b5239616a1f02d96b2484045d2964cb2ce6972e9e0d2ae4')
 
 build() {
   cd "${srcdir}/${pkgname}-${pkgver}"



[arch-commits] Commit in seahorse/trunk (PKGBUILD)

2011-03-22 Thread Jan Steffens
Date: Tuesday, March 22, 2011 @ 16:30:43
  Author: heftig
Revision: 116225

upgpkg: seahorse 2.91.92-1
Update to 2.91.92

Modified:
  seahorse/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2011-03-22 20:30:39 UTC (rev 116224)
+++ PKGBUILD2011-03-22 20:30:43 UTC (rev 116225)
@@ -3,7 +3,7 @@
 # Contributor: Michel Brabants 
 
 pkgname=seahorse
-pkgver=2.91.91
+pkgver=2.91.92
 pkgrel=1
 pkgdesc="GNOME application for managing PGP keys."
 arch=(i686 x86_64)
@@ -14,8 +14,8 @@
 options=('!libtool' '!emptydirs')
 groups=('gnome-extra')
 install=seahorse.install
-source=(http://ftp.gnome.org/pub/GNOME/sources/seahorse/2.91/seahorse-${pkgver}.tar.bz2)
-sha256sums=('2b520dab7c1f4c7c341aa94f9c0bf9297158d64462b3576e3e82ef23ddd8aa7b')
+source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.bz2)
+sha256sums=('2318e67ef51573141d8e07f947806a9a206899586e9038180e3c3269968abebb')
 
 build() {
   cd "${srcdir}/${pkgname}-${pkgver}"



[arch-commits] Commit in seahorse/trunk (PKGBUILD)

2011-03-08 Thread Ionut Biru
Date: Tuesday, March 8, 2011 @ 07:29:36
  Author: ibiru
Revision: 113312

upgpkg: seahorse 2.91.91-1
update to 2.91.91

Modified:
  seahorse/trunk/PKGBUILD

--+
 PKGBUILD |5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2011-03-08 12:23:16 UTC (rev 113311)
+++ PKGBUILD2011-03-08 12:29:36 UTC (rev 113312)
@@ -3,7 +3,7 @@
 # Contributor: Michel Brabants 
 
 pkgname=seahorse
-pkgver=2.91.4
+pkgver=2.91.91
 pkgrel=1
 pkgdesc="GNOME application for managing PGP keys."
 arch=(i686 x86_64)
@@ -15,7 +15,7 @@
 groups=('gnome-extra')
 install=seahorse.install
 
source=(http://ftp.gnome.org/pub/GNOME/sources/seahorse/2.91/seahorse-${pkgver}.tar.bz2)
-sha256sums=('9941db9973d353e0da568f2a16099ee12a1e1041c163e59a2367795db28f1bb4')
+sha256sums=('2b520dab7c1f4c7c341aa94f9c0bf9297158d64462b3576e3e82ef23ddd8aa7b')
 
 build() {
   cd "${srcdir}/${pkgname}-${pkgver}"
@@ -25,7 +25,6 @@
   --disable-scrollkeeper \
   --disable-update-mime-database \
   --with-gtk=3.0
-
   make
 }
 



[arch-commits] Commit in seahorse/trunk (PKGBUILD)

2011-02-28 Thread Ionut Biru
Date: Monday, February 28, 2011 @ 08:22:46
  Author: ibiru
Revision: 111679

upgpkg: seahorse 2.91.4-1
update to 2.91.4

Modified:
  seahorse/trunk/PKGBUILD

--+
 PKGBUILD |   20 +---
 1 file changed, 13 insertions(+), 7 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2011-02-28 10:49:41 UTC (rev 111678)
+++ PKGBUILD2011-02-28 13:22:46 UTC (rev 111679)
@@ -3,28 +3,34 @@
 # Contributor: Michel Brabants 
 
 pkgname=seahorse
-pkgver=2.32.0
+pkgver=2.91.4
 pkgrel=1
 pkgdesc="GNOME application for managing PGP keys."
 arch=(i686 x86_64)
 license=('GPL')
 url="http://projects.gnome.org/seahorse/";
-depends=('libgnome-keyring>=2.32.0' 'avahi>=0.6.27' 'libnotify>=0.4.5' 
'libsoup>=2.32.0' 'gpgme>=1.2.0' 'desktop-file-utils' 'hicolor-icon-theme' 
'gconf>=2.32.0' 'gnome-keyring')
-makedepends=('gettext' 'libldap' 'intltool' 'pkgconfig' 
'gnome-doc-utils>=0.20.1' 'openssh' 'libsm')
+depends=('gtk3' 'gconf' 'libgnome-keyring' 'gnome-keyring' 'libnotify' 
'libsoup' 'gpgme' 'desktop-file-utils' 'hicolor-icon-theme')
+makedepends=('gettext' 'libldap' 'intltool' 'pkgconfig' 'gnome-doc-utils' 
'gobject-introspection' 'openssh' 'libsm')
 options=('!libtool' '!emptydirs')
 groups=('gnome-extra')
 install=seahorse.install
-source=(http://ftp.gnome.org/pub/GNOME/sources/seahorse/2.32/seahorse-${pkgver}.tar.bz2)
-sha256sums=('f55468237246a485317d59e2fbc1b1ef5f5bd4c5a7b9ff6f40c3d921af0ed52d')
+source=(http://ftp.gnome.org/pub/GNOME/sources/seahorse/2.91/seahorse-${pkgver}.tar.bz2)
+sha256sums=('9941db9973d353e0da568f2a16099ee12a1e1041c163e59a2367795db28f1bb4')
 
 build() {
   cd "${srcdir}/${pkgname}-${pkgver}"
   ./configure --prefix=/usr --sysconfdir=/etc \
   --localstatedir=/var --disable-static \
   --enable-ldap --enable-hkp \
-  --enable-libnotify \
-  --disable-scrollkeeper --disable-update-mime-database
+  --disable-scrollkeeper \
+  --disable-update-mime-database \
+  --with-gtk=3.0
+
   make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
   make GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1 DESTDIR="${pkgdir}" install
 
   install -m755 -d "${pkgdir}/usr/share/gconf/schemas"



[arch-commits] Commit in seahorse/trunk (PKGBUILD)

2010-09-28 Thread Jan de Groot
Date: Tuesday, September 28, 2010 @ 03:18:30
  Author: jgc
Revision: 91814

upgpkg: seahorse 2.32.0-1
Update to 2.32.0

Modified:
  seahorse/trunk/PKGBUILD

--+
 PKGBUILD |8 
 1 file changed, 4 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2010-09-28 06:59:27 UTC (rev 91813)
+++ PKGBUILD2010-09-28 07:18:30 UTC (rev 91814)
@@ -3,19 +3,19 @@
 # Contributor: Michel Brabants 
 
 pkgname=seahorse
-pkgver=2.31.91
+pkgver=2.32.0
 pkgrel=1
 pkgdesc="GNOME application for managing PGP keys."
 arch=(i686 x86_64)
 license=('GPL')
 url="http://projects.gnome.org/seahorse/";
-depends=('libgnome-keyring>=2.31.92' 'avahi>=0.6.25' 'libnotify>=0.4.5' 
'libsoup>=2.31.92' 'gpgme>=1.2.0' 'desktop-file-utils' 'hicolor-icon-theme' 
'gconf>=2.31.91' 'gnome-keyring')
+depends=('libgnome-keyring>=2.32.0' 'avahi>=0.6.27' 'libnotify>=0.4.5' 
'libsoup>=2.32.0' 'gpgme>=1.2.0' 'desktop-file-utils' 'hicolor-icon-theme' 
'gconf>=2.32.0' 'gnome-keyring')
 makedepends=('gettext' 'libldap' 'intltool' 'pkgconfig' 
'gnome-doc-utils>=0.20.1' 'openssh' 'libsm')
 options=('!libtool' '!emptydirs')
 groups=('gnome-extra')
 install=seahorse.install
-source=(http://ftp.gnome.org/pub/GNOME/sources/seahorse/2.31/seahorse-${pkgver}.tar.bz2)
-sha256sums=('9ac3804fcd84c1a16a4198eba8ffdac6a1dbfae3585e023eee3b718479e6ab4e')
+source=(http://ftp.gnome.org/pub/GNOME/sources/seahorse/2.32/seahorse-${pkgver}.tar.bz2)
+sha256sums=('f55468237246a485317d59e2fbc1b1ef5f5bd4c5a7b9ff6f40c3d921af0ed52d')
 
 build() {
   cd "${srcdir}/${pkgname}-${pkgver}"



[arch-commits] Commit in seahorse/trunk (PKGBUILD)

2010-09-27 Thread Ionut Biru
Date: Monday, September 27, 2010 @ 12:39:53
  Author: ibiru
Revision: 91678

upgpkg: seahorse 2.31.91-1
update to 2.31.90

Modified:
  seahorse/trunk/PKGBUILD

--+
 PKGBUILD |   19 +--
 1 file changed, 9 insertions(+), 10 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2010-09-27 16:38:03 UTC (rev 91677)
+++ PKGBUILD2010-09-27 16:39:53 UTC (rev 91678)
@@ -3,20 +3,19 @@
 # Contributor: Michel Brabants 
 
 pkgname=seahorse
-pkgver=2.30.1
-pkgrel=2
+pkgver=2.31.91
+pkgrel=1
 pkgdesc="GNOME application for managing PGP keys."
 arch=(i686 x86_64)
 license=('GPL')
 url="http://projects.gnome.org/seahorse/";
-depends=('libgnome-keyring>=2.30.1' 'avahi>=0.6.25' 'libnotify>=0.4.5' 
'libsoup>=2.30.1' 'gpgme>=1.2.0' 'desktop-file-utils' 'hicolor-icon-theme' 
'gnome-keyring')
+depends=('libgnome-keyring>=2.31.92' 'avahi>=0.6.25' 'libnotify>=0.4.5' 
'libsoup>=2.31.92' 'gpgme>=1.2.0' 'desktop-file-utils' 'hicolor-icon-theme' 
'gconf>=2.31.91' 'gnome-keyring')
 makedepends=('gettext' 'libldap' 'intltool' 'pkgconfig' 
'gnome-doc-utils>=0.20.1' 'openssh' 'libsm')
 options=('!libtool' '!emptydirs')
 groups=('gnome-extra')
-replaces=('gnome-keyring-manager')
 install=seahorse.install
-source=(http://ftp.gnome.org/pub/GNOME/sources/seahorse/2.30/seahorse-${pkgver}.tar.bz2)
-sha256sums=('1b97064ee91f87494040313a0a2fe813473ec4dba15b5781245080e8fea8e7c3')
+source=(http://ftp.gnome.org/pub/GNOME/sources/seahorse/2.31/seahorse-${pkgver}.tar.bz2)
+sha256sums=('9ac3804fcd84c1a16a4198eba8ffdac6a1dbfae3585e023eee3b718479e6ab4e')
 
 build() {
   cd "${srcdir}/${pkgname}-${pkgver}"
@@ -24,11 +23,11 @@
   --localstatedir=/var --disable-static \
   --enable-ldap --enable-hkp \
   --enable-libnotify \
-  --disable-scrollkeeper --disable-update-mime-database || return 1
-  make || return 1
-  make GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1 DESTDIR="${pkgdir}" install || 
return 1
+  --disable-scrollkeeper --disable-update-mime-database
+  make
+  make GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1 DESTDIR="${pkgdir}" install
 
   install -m755 -d "${pkgdir}/usr/share/gconf/schemas"
-  gconf-merge-schema "${pkgdir}/usr/share/gconf/schemas/${pkgname}.schemas" 
--domain seahorse ${pkgdir}/etc/gconf/schemas/*.schemas || return 1
+  gconf-merge-schema "${pkgdir}/usr/share/gconf/schemas/${pkgname}.schemas" 
--domain seahorse ${pkgdir}/etc/gconf/schemas/*.schemas
   rm -f ${pkgdir}/etc/gconf/schemas/*.schemas
 }



[arch-commits] Commit in seahorse/trunk (PKGBUILD)

2010-08-19 Thread Jan de Groot
Date: Thursday, August 19, 2010 @ 06:44:05
  Author: jgc
Revision: 88047

upgpkg: seahorse 2.30.1-2
Add dependency on gnome-keyring

Modified:
  seahorse/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2010-08-19 10:39:12 UTC (rev 88046)
+++ PKGBUILD2010-08-19 10:44:05 UTC (rev 88047)
@@ -4,12 +4,12 @@
 
 pkgname=seahorse
 pkgver=2.30.1
-pkgrel=1
+pkgrel=2
 pkgdesc="GNOME application for managing PGP keys."
 arch=(i686 x86_64)
 license=('GPL')
 url="http://projects.gnome.org/seahorse/";
-depends=('libgnome-keyring>=2.30.1' 'avahi>=0.6.25' 'libnotify>=0.4.5' 
'libsoup>=2.30.1' 'gpgme>=1.2.0' 'desktop-file-utils' 'hicolor-icon-theme')
+depends=('libgnome-keyring>=2.30.1' 'avahi>=0.6.25' 'libnotify>=0.4.5' 
'libsoup>=2.30.1' 'gpgme>=1.2.0' 'desktop-file-utils' 'hicolor-icon-theme' 
'gnome-keyring')
 makedepends=('gettext' 'libldap' 'intltool' 'pkgconfig' 
'gnome-doc-utils>=0.20.1' 'openssh' 'libsm')
 options=('!libtool' '!emptydirs')
 groups=('gnome-extra')



[arch-commits] Commit in seahorse/trunk (PKGBUILD)

2010-04-29 Thread Ionut Biru
Date: Thursday, April 29, 2010 @ 10:35:17
  Author: ibiru
Revision: 78946

upgpkg: seahorse 2.30.1-1
update to 2.30.1

Modified:
  seahorse/trunk/PKGBUILD

--+
 PKGBUILD |8 
 1 file changed, 4 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2010-04-29 14:30:59 UTC (rev 78945)
+++ PKGBUILD2010-04-29 14:35:17 UTC (rev 78946)
@@ -3,20 +3,20 @@
 # Contributor: Michel Brabants 
 
 pkgname=seahorse
-pkgver=2.30.0
+pkgver=2.30.1
 pkgrel=1
 pkgdesc="GNOME application for managing PGP keys."
 arch=(i686 x86_64)
 license=('GPL')
 url="http://projects.gnome.org/seahorse/";
-depends=('libgnome-keyring>=2.30.0' 'avahi>=0.6.25' 'libnotify>=0.4.5' 
'libsoup>=2.30.0' 'gpgme>=1.2.0' 'desktop-file-utils' 'hicolor-icon-theme')
-makedepends=('gettext' 'libldap' 'intltool' 'pkgconfig' 
'gnome-doc-utils>=0.20.0' 'openssh' 'libsm')
+depends=('libgnome-keyring>=2.30.1' 'avahi>=0.6.25' 'libnotify>=0.4.5' 
'libsoup>=2.30.1' 'gpgme>=1.2.0' 'desktop-file-utils' 'hicolor-icon-theme')
+makedepends=('gettext' 'libldap' 'intltool' 'pkgconfig' 
'gnome-doc-utils>=0.20.1' 'openssh' 'libsm')
 options=('!libtool' '!emptydirs')
 groups=('gnome-extra')
 replaces=('gnome-keyring-manager')
 install=seahorse.install
 
source=(http://ftp.gnome.org/pub/GNOME/sources/seahorse/2.30/seahorse-${pkgver}.tar.bz2)
-sha256sums=('21a17ddac08092b410887e027921d9f522e687adeabe85c85919fc52feec1ab7')
+sha256sums=('1b97064ee91f87494040313a0a2fe813473ec4dba15b5781245080e8fea8e7c3')
 
 build() {
   cd "${srcdir}/${pkgname}-${pkgver}"



[arch-commits] Commit in seahorse/trunk (PKGBUILD)

2010-04-07 Thread Jan de Groot
Date: Wednesday, April 7, 2010 @ 08:21:07
  Author: jgc
Revision: 76067

Update url

Modified:
  seahorse/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2010-04-07 08:26:28 UTC (rev 76066)
+++ PKGBUILD2010-04-07 12:21:07 UTC (rev 76067)
@@ -8,7 +8,7 @@
 pkgdesc="GNOME application for managing PGP keys."
 arch=(i686 x86_64)
 license=('GPL')
-url="http://seahorse.sourceforge.net/";
+url="http://projects.gnome.org/seahorse/";
 depends=('libgnome-keyring>=2.30.0' 'avahi>=0.6.25' 'libnotify>=0.4.5' 
'libsoup>=2.30.0' 'gpgme>=1.2.0' 'desktop-file-utils' 'hicolor-icon-theme')
 makedepends=('gettext' 'libldap' 'intltool' 'pkgconfig' 
'gnome-doc-utils>=0.20.0' 'openssh' 'libsm')
 options=('!libtool' '!emptydirs')



[arch-commits] Commit in seahorse/trunk (PKGBUILD)

2010-03-30 Thread Ionut Biru
Date: Tuesday, March 30, 2010 @ 19:42:44
  Author: ibiru
Revision: 74448

update to 2.30.0

Modified:
  seahorse/trunk/PKGBUILD

--+
 PKGBUILD |   10 +-
 1 file changed, 5 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2010-03-30 23:40:02 UTC (rev 74447)
+++ PKGBUILD2010-03-30 23:42:44 UTC (rev 74448)
@@ -3,20 +3,20 @@
 # Contributor: Michel Brabants 
 
 pkgname=seahorse
-pkgver=2.29.91
+pkgver=2.30.0
 pkgrel=1
 pkgdesc="GNOME application for managing PGP keys."
 arch=(i686 x86_64)
 license=('GPL')
 url="http://seahorse.sourceforge.net/";
-depends=('libgnome-keyring>=2.29.4' 'avahi>=0.6.25' 'libnotify>=0.4.5' 
'libsoup>=2.29.91' 'gpgme>=1.2.0' 'desktop-file-utils' 'hicolor-icon-theme')
-makedepends=('gettext' 'libldap' 'intltool' 'pkgconfig' 
'gnome-doc-utils>=0.18.0' 'openssh' 'libsm')
+depends=('libgnome-keyring>=2.30.0' 'avahi>=0.6.25' 'libnotify>=0.4.5' 
'libsoup>=2.30.0' 'gpgme>=1.2.0' 'desktop-file-utils' 'hicolor-icon-theme')
+makedepends=('gettext' 'libldap' 'intltool' 'pkgconfig' 
'gnome-doc-utils>=0.20.0' 'openssh' 'libsm')
 options=('!libtool' '!emptydirs')
 groups=('gnome-extra')
 replaces=('gnome-keyring-manager')
 install=seahorse.install
-source=(http://ftp.gnome.org/pub/GNOME/sources/seahorse/2.29/seahorse-${pkgver}.tar.bz2)
-sha256sums=('057cfb128f7676078546b596178c8e814621910f7acb9266e103c63a81ff8252')
+source=(http://ftp.gnome.org/pub/GNOME/sources/seahorse/2.30/seahorse-${pkgver}.tar.bz2)
+sha256sums=('21a17ddac08092b410887e027921d9f522e687adeabe85c85919fc52feec1ab7')
 
 build() {
   cd "${srcdir}/${pkgname}-${pkgver}"



[arch-commits] Commit in seahorse/trunk (PKGBUILD)

2010-02-24 Thread Ionut Biru
Date: Wednesday, February 24, 2010 @ 13:55:44
  Author: ibiru
Revision: 70064

update to 2.29.91

Modified:
  seahorse/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2010-02-24 18:41:01 UTC (rev 70063)
+++ PKGBUILD2010-02-24 18:55:44 UTC (rev 70064)
@@ -3,20 +3,20 @@
 # Contributor: Michel Brabants 
 
 pkgname=seahorse
-pkgver=2.29.90
+pkgver=2.29.91
 pkgrel=1
 pkgdesc="GNOME application for managing PGP keys."
 arch=(i686 x86_64)
 license=('GPL')
 url="http://seahorse.sourceforge.net/";
-depends=('libgnome-keyring>=2.29.4' 'avahi>=0.6.25' 'libnotify>=0.4.5' 
'libsoup>=2.29.90' 'gpgme>=1.2.0' 'desktop-file-utils' 'hicolor-icon-theme')
+depends=('libgnome-keyring>=2.29.4' 'avahi>=0.6.25' 'libnotify>=0.4.5' 
'libsoup>=2.29.91' 'gpgme>=1.2.0' 'desktop-file-utils' 'hicolor-icon-theme')
 makedepends=('gettext' 'libldap' 'intltool' 'pkgconfig' 
'gnome-doc-utils>=0.18.0' 'openssh' 'libsm')
 options=('!libtool' '!emptydirs')
 groups=('gnome-extra')
 replaces=('gnome-keyring-manager')
 install=seahorse.install
 
source=(http://ftp.gnome.org/pub/GNOME/sources/seahorse/2.29/seahorse-${pkgver}.tar.bz2)
-sha256sums=('470ddaf6e6a4f0747640f99ba6bfe72983ea3bee39c1c46f51d06091a7e3ef43')
+sha256sums=('057cfb128f7676078546b596178c8e814621910f7acb9266e103c63a81ff8252')
 
 build() {
   cd "${srcdir}/${pkgname}-${pkgver}"



[arch-commits] Commit in seahorse/trunk (PKGBUILD)

2010-02-14 Thread Jan de Groot
Date: Sunday, February 14, 2010 @ 06:20:43
  Author: jgc
Revision: 68774

upgpkg: seahorse 2.29.90-1
Update to 2.29.90

Modified:
  seahorse/trunk/PKGBUILD

--+
 PKGBUILD |8 
 1 file changed, 4 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2010-02-14 11:17:54 UTC (rev 68773)
+++ PKGBUILD2010-02-14 11:20:43 UTC (rev 68774)
@@ -3,20 +3,20 @@
 # Contributor: Michel Brabants 
 
 pkgname=seahorse
-pkgver=2.28.1
+pkgver=2.29.90
 pkgrel=1
 pkgdesc="GNOME application for managing PGP keys."
 arch=(i686 x86_64)
 license=('GPL')
 url="http://seahorse.sourceforge.net/";
-depends=('gnome-keyring>=2.28.1' 'avahi>=0.6.25' 'libnotify>=0.4.5' 
'libsoup>=2.28.0' 'gpgme>=1.2.0' 'desktop-file-utils' 'hicolor-icon-theme')
+depends=('libgnome-keyring>=2.29.4' 'avahi>=0.6.25' 'libnotify>=0.4.5' 
'libsoup>=2.29.90' 'gpgme>=1.2.0' 'desktop-file-utils' 'hicolor-icon-theme')
 makedepends=('gettext' 'libldap' 'intltool' 'pkgconfig' 
'gnome-doc-utils>=0.18.0' 'openssh' 'libsm')
 options=('!libtool' '!emptydirs')
 groups=('gnome-extra')
 replaces=('gnome-keyring-manager')
 install=seahorse.install
-source=(http://ftp.gnome.org/pub/GNOME/sources/seahorse/2.28/seahorse-${pkgver}.tar.bz2)
-sha256sums=('67a1ae5eaceca6306a6a740c8753c5a6c4b511cfbf8a8031a78ae61297ced0a0')
+source=(http://ftp.gnome.org/pub/GNOME/sources/seahorse/2.29/seahorse-${pkgver}.tar.bz2)
+sha256sums=('470ddaf6e6a4f0747640f99ba6bfe72983ea3bee39c1c46f51d06091a7e3ef43')
 
 build() {
   cd "${srcdir}/${pkgname}-${pkgver}"