summaryrefslogtreecommitdiff
path: root/extra/seahorse
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2011-12-11 23:15:00 +0000
committerroot <root@rshg054.dnsready.net>2011-12-11 23:15:00 +0000
commit22b0fa480661b6247dabf39059fe629e1d233a9a (patch)
tree21d577c8083046449768f463eef2a2e1bcebaa92 /extra/seahorse
parente37e888e9ecdc23a004eb19d72c64c02c5af3249 (diff)
Sun Dec 11 23:15:00 UTC 2011
Diffstat (limited to 'extra/seahorse')
-rw-r--r--extra/seahorse/PKGBUILD6
-rw-r--r--extra/seahorse/seahorse-ssh-askpass.sh2
2 files changed, 4 insertions, 4 deletions
diff --git a/extra/seahorse/PKGBUILD b/extra/seahorse/PKGBUILD
index a2b0c0585..9d569b19e 100644
--- a/extra/seahorse/PKGBUILD
+++ b/extra/seahorse/PKGBUILD
@@ -1,10 +1,10 @@
-# $Id: PKGBUILD 142894 2011-11-17 18:35:07Z ibiru $
+# $Id: PKGBUILD 144929 2011-12-10 21:36:00Z heftig $
# Maintainer: Jan de Groot <jgc@archlinux.org>
# Contributor: Michel Brabants <michel.linux@tiscali.be>
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 @@ install=seahorse.install
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"
diff --git a/extra/seahorse/seahorse-ssh-askpass.sh b/extra/seahorse/seahorse-ssh-askpass.sh
index 44281ac2b..04f79d8f2 100644
--- a/extra/seahorse/seahorse-ssh-askpass.sh
+++ b/extra/seahorse/seahorse-ssh-askpass.sh
@@ -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