[arch-commits] Commit in seahorse/repos (10 files)

2015-09-25 Thread Jan Steffens
Date: Friday, September 25, 2015 @ 18:37:45
  Author: heftig
Revision: 247471

archrelease: copy trunk to gnome-unstable-i686, gnome-unstable-x86_64

Added:
  seahorse/repos/gnome-unstable-i686/
  seahorse/repos/gnome-unstable-i686/PKGBUILD
(from rev 247470, seahorse/trunk/PKGBUILD)
  seahorse/repos/gnome-unstable-i686/gpg-2.1.patch
(from rev 247470, seahorse/trunk/gpg-2.1.patch)
  seahorse/repos/gnome-unstable-i686/seahorse-ssh-askpass.sh
(from rev 247470, seahorse/trunk/seahorse-ssh-askpass.sh)
  seahorse/repos/gnome-unstable-i686/seahorse.install
(from rev 247470, seahorse/trunk/seahorse.install)
  seahorse/repos/gnome-unstable-x86_64/
  seahorse/repos/gnome-unstable-x86_64/PKGBUILD
(from rev 247470, seahorse/trunk/PKGBUILD)
  seahorse/repos/gnome-unstable-x86_64/gpg-2.1.patch
(from rev 247470, seahorse/trunk/gpg-2.1.patch)
  seahorse/repos/gnome-unstable-x86_64/seahorse-ssh-askpass.sh
(from rev 247470, seahorse/trunk/seahorse-ssh-askpass.sh)
  seahorse/repos/gnome-unstable-x86_64/seahorse.install
(from rev 247470, seahorse/trunk/seahorse.install)

---+
 gnome-unstable-i686/PKGBUILD  |   38 
 gnome-unstable-i686/gpg-2.1.patch |   11 ++
 gnome-unstable-i686/seahorse-ssh-askpass.sh   |3 +
 gnome-unstable-i686/seahorse.install  |   13 
 gnome-unstable-x86_64/PKGBUILD|   38 
 gnome-unstable-x86_64/gpg-2.1.patch   |   11 ++
 gnome-unstable-x86_64/seahorse-ssh-askpass.sh |3 +
 gnome-unstable-x86_64/seahorse.install|   13 
 8 files changed, 130 insertions(+)

Copied: seahorse/repos/gnome-unstable-i686/PKGBUILD (from rev 247470, 
seahorse/trunk/PKGBUILD)
===
--- gnome-unstable-i686/PKGBUILD(rev 0)
+++ gnome-unstable-i686/PKGBUILD2015-09-25 16:37:45 UTC (rev 247471)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Jan de Groot 
+# Contributor: Michel Brabants 
+
+pkgname=seahorse
+pkgver=3.17.4
+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)
+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:0:4}/$pkgname-$pkgver.tar.xz
+seahorse-ssh-askpass.sh)
+sha256sums=('5c8dd9521a00bd6b0b1191a75daf0a88f844c24b871a9a8f0e9fad10767c2bf6'
+'400ea9a6084acc93f1dbd4223b95622bbd48071b763063328efba00de378b68c')
+
+build() {
+  cd "$pkgname-$pkgver"
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+  --enable-ldap --enable-hkp \
+  --disable-schemas-compile
+  make
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+  make DESTDIR="$pkgdir" install
+  install -Dm755 "$srcdir/seahorse-ssh-askpass.sh" \
+"$pkgdir/etc/profile.d/seahorse-ssh-askpass.sh"
+}

Copied: seahorse/repos/gnome-unstable-i686/gpg-2.1.patch (from rev 247470, 
seahorse/trunk/gpg-2.1.patch)
===
--- gnome-unstable-i686/gpg-2.1.patch   (rev 0)
+++ gnome-unstable-i686/gpg-2.1.patch   2015-09-25 16:37:45 UTC (rev 247471)
@@ -0,0 +1,11 @@
+--- 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

Copied: seahorse/repos/gnome-unstable-i686/seahorse-ssh-askpass.sh (from rev 
247470, seahorse/trunk/seahorse-ssh-askpass.sh)
===
--- gnome-unstable-i686/seahorse-ssh-askpass.sh (rev 0)
+++ gnome-unstable-i686/seahorse-ssh-askpass.sh 2015-09-25 16:37:45 UTC (rev 
247471)
@@ -0,0 +1,3 @@
+if [ -z "$SSH_ASKPASS" ] && [ -n "$DISPLAY" ]; then
+  export SSH_ASKPASS=/usr/lib/seahorse/seahorse-ssh-askpass
+fi

Copied: seahorse/repos/gnome-unstable-i686/seahorse.install (from rev 247470, 
seahorse/trunk/seahorse.install)
===
--- gnome-unstable-i686/seahorse.install(rev 0)
+++ gnome-unstable-i686/seahorse.install2015-09-25 16:37:45 UTC (rev 
247471)
@@ -0,0 +1,13 @@
+post_install() {
+  glib-compile-schemas /usr/share/glib-2.0/schemas
+  update-desktop-database -q
+  

[arch-commits] Commit in seahorse/repos (10 files)

2015-03-22 Thread Jan de Groot
Date: Sunday, March 22, 2015 @ 10:44:02
  Author: jgc
Revision: 234459

archrelease: copy trunk to gnome-unstable-i686, gnome-unstable-x86_64

Added:
  seahorse/repos/gnome-unstable-i686/
  seahorse/repos/gnome-unstable-i686/PKGBUILD
(from rev 234458, seahorse/trunk/PKGBUILD)
  seahorse/repos/gnome-unstable-i686/gpg-2.1.patch
(from rev 234458, seahorse/trunk/gpg-2.1.patch)
  seahorse/repos/gnome-unstable-i686/seahorse-ssh-askpass.sh
(from rev 234458, seahorse/trunk/seahorse-ssh-askpass.sh)
  seahorse/repos/gnome-unstable-i686/seahorse.install
(from rev 234458, seahorse/trunk/seahorse.install)
  seahorse/repos/gnome-unstable-x86_64/
  seahorse/repos/gnome-unstable-x86_64/PKGBUILD
(from rev 234458, seahorse/trunk/PKGBUILD)
  seahorse/repos/gnome-unstable-x86_64/gpg-2.1.patch
(from rev 234458, seahorse/trunk/gpg-2.1.patch)
  seahorse/repos/gnome-unstable-x86_64/seahorse-ssh-askpass.sh
(from rev 234458, seahorse/trunk/seahorse-ssh-askpass.sh)
  seahorse/repos/gnome-unstable-x86_64/seahorse.install
(from rev 234458, seahorse/trunk/seahorse.install)

---+
 gnome-unstable-i686/PKGBUILD  |   38 
 gnome-unstable-i686/gpg-2.1.patch |   11 ++
 gnome-unstable-i686/seahorse-ssh-askpass.sh   |3 +
 gnome-unstable-i686/seahorse.install  |   13 
 gnome-unstable-x86_64/PKGBUILD|   38 
 gnome-unstable-x86_64/gpg-2.1.patch   |   11 ++
 gnome-unstable-x86_64/seahorse-ssh-askpass.sh |3 +
 gnome-unstable-x86_64/seahorse.install|   13 
 8 files changed, 130 insertions(+)

Copied: seahorse/repos/gnome-unstable-i686/PKGBUILD (from rev 234458, 
seahorse/trunk/PKGBUILD)
===
--- gnome-unstable-i686/PKGBUILD(rev 0)
+++ gnome-unstable-i686/PKGBUILD2015-03-22 09:44:02 UTC (rev 234459)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
+# Contributor: Jan de Groot j...@archlinux.org
+# Contributor: Michel Brabants michel.li...@tiscali.be
+
+pkgname=seahorse
+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 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)
+options=('!emptydirs')
+groups=(gnome-extra)
+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'
+'400ea9a6084acc93f1dbd4223b95622bbd48071b763063328efba00de378b68c')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+  --enable-ldap --enable-hkp \
+  --disable-schemas-compile
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+  install -Dm755 $srcdir/seahorse-ssh-askpass.sh \
+$pkgdir/etc/profile.d/seahorse-ssh-askpass.sh
+}

Copied: seahorse/repos/gnome-unstable-i686/gpg-2.1.patch (from rev 234458, 
seahorse/trunk/gpg-2.1.patch)
===
--- gnome-unstable-i686/gpg-2.1.patch   (rev 0)
+++ gnome-unstable-i686/gpg-2.1.patch   2015-03-22 09:44:02 UTC (rev 234459)
@@ -0,0 +1,11 @@
+--- 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

Copied: seahorse/repos/gnome-unstable-i686/seahorse-ssh-askpass.sh (from rev 
234458, seahorse/trunk/seahorse-ssh-askpass.sh)
===
--- gnome-unstable-i686/seahorse-ssh-askpass.sh (rev 0)
+++ gnome-unstable-i686/seahorse-ssh-askpass.sh 2015-03-22 09:44:02 UTC (rev 
234459)
@@ -0,0 +1,3 @@
+if [ -z $SSH_ASKPASS ]  [ -n $DISPLAY ]; then
+  export SSH_ASKPASS=/usr/lib/seahorse/seahorse-ssh-askpass
+fi

Copied: seahorse/repos/gnome-unstable-i686/seahorse.install (from rev 234458, 
seahorse/trunk/seahorse.install)
===
--- gnome-unstable-i686/seahorse.install(rev 0)
+++ gnome-unstable-i686/seahorse.install2015-03-22 09:44:02 UTC (rev 
234459)
@@ -0,0 +1,13 @@
+post_install() {
+  glib-compile-schemas /usr/share/glib-2.0/schemas
+  update-desktop-database -q
+  gtk-update-icon-cache -q -t -f 

[arch-commits] Commit in seahorse/repos (10 files)

2014-09-26 Thread Jan de Groot
Date: Friday, September 26, 2014 @ 12:53:40
  Author: jgc
Revision: 223046

db-move: moved seahorse from [gnome-unstable] to [testing] (i686, x86_64)

Added:
  seahorse/repos/testing-i686/
  seahorse/repos/testing-i686/PKGBUILD
(from rev 223030, seahorse/repos/gnome-unstable-i686/PKGBUILD)
  seahorse/repos/testing-i686/seahorse-ssh-askpass.sh
(from rev 223030, 
seahorse/repos/gnome-unstable-i686/seahorse-ssh-askpass.sh)
  seahorse/repos/testing-i686/seahorse.install
(from rev 223030, seahorse/repos/gnome-unstable-i686/seahorse.install)
  seahorse/repos/testing-x86_64/
  seahorse/repos/testing-x86_64/PKGBUILD
(from rev 223030, seahorse/repos/gnome-unstable-x86_64/PKGBUILD)
  seahorse/repos/testing-x86_64/seahorse-ssh-askpass.sh
(from rev 223030, 
seahorse/repos/gnome-unstable-x86_64/seahorse-ssh-askpass.sh)
  seahorse/repos/testing-x86_64/seahorse.install
(from rev 223030, seahorse/repos/gnome-unstable-x86_64/seahorse.install)
Deleted:
  seahorse/repos/gnome-unstable-i686/
  seahorse/repos/gnome-unstable-x86_64/

+
 testing-i686/PKGBUILD  |   38 +++
 testing-i686/seahorse-ssh-askpass.sh   |3 ++
 testing-i686/seahorse.install  |   13 ++
 testing-x86_64/PKGBUILD|   38 +++
 testing-x86_64/seahorse-ssh-askpass.sh |3 ++
 testing-x86_64/seahorse.install|   13 ++
 6 files changed, 108 insertions(+)

Copied: seahorse/repos/testing-i686/PKGBUILD (from rev 223030, 
seahorse/repos/gnome-unstable-i686/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2014-09-26 10:53:40 UTC (rev 223046)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
+# Contributor: Jan de Groot j...@archlinux.org
+# Contributor: Michel Brabants michel.li...@tiscali.be
+
+pkgname=seahorse
+pkgver=3.14.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 gpgme 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)
+options=('!emptydirs')
+groups=(gnome-extra)
+install=seahorse.install
+source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz
+seahorse-ssh-askpass.sh)
+sha256sums=('2ea22830f5af1a11fadbdd8da6b34513410f2c371d9ec75fbf9b9b2d9177fc8a'
+'400ea9a6084acc93f1dbd4223b95622bbd48071b763063328efba00de378b68c')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var 
--bindir=/usr/bin \
+  --enable-ldap --enable-hkp \
+  --disable-schemas-compile
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+  install -Dm755 $srcdir/seahorse-ssh-askpass.sh \
+$pkgdir/etc/profile.d/seahorse-ssh-askpass.sh
+}

Copied: seahorse/repos/testing-i686/seahorse-ssh-askpass.sh (from rev 223030, 
seahorse/repos/gnome-unstable-i686/seahorse-ssh-askpass.sh)
===
--- testing-i686/seahorse-ssh-askpass.sh(rev 0)
+++ testing-i686/seahorse-ssh-askpass.sh2014-09-26 10:53:40 UTC (rev 
223046)
@@ -0,0 +1,3 @@
+if [ -z $SSH_ASKPASS ]  [ -n $DISPLAY ]; then
+  export SSH_ASKPASS=/usr/lib/seahorse/seahorse-ssh-askpass
+fi

Copied: seahorse/repos/testing-i686/seahorse.install (from rev 223030, 
seahorse/repos/gnome-unstable-i686/seahorse.install)
===
--- testing-i686/seahorse.install   (rev 0)
+++ testing-i686/seahorse.install   2014-09-26 10:53:40 UTC (rev 223046)
@@ -0,0 +1,13 @@
+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
+}
+
+post_remove() {
+  post_install
+}

Copied: seahorse/repos/testing-x86_64/PKGBUILD (from rev 223030, 
seahorse/repos/gnome-unstable-x86_64/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2014-09-26 10:53:40 UTC (rev 223046)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
+# Contributor: Jan de Groot j...@archlinux.org
+# Contributor: Michel Brabants michel.li...@tiscali.be
+
+pkgname=seahorse
+pkgver=3.14.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 

[arch-commits] Commit in seahorse/repos (10 files)

2013-04-10 Thread Jan Steffens
Date: Wednesday, April 10, 2013 @ 21:14:27
  Author: heftig
Revision: 182575

db-move: moved seahorse from [staging] to [testing] (i686, x86_64)

Added:
  seahorse/repos/testing-i686/
  seahorse/repos/testing-i686/PKGBUILD
(from rev 182430, seahorse/repos/staging-i686/PKGBUILD)
  seahorse/repos/testing-i686/seahorse-ssh-askpass.sh
(from rev 182430, seahorse/repos/staging-i686/seahorse-ssh-askpass.sh)
  seahorse/repos/testing-i686/seahorse.install
(from rev 182430, seahorse/repos/staging-i686/seahorse.install)
  seahorse/repos/testing-x86_64/
  seahorse/repos/testing-x86_64/PKGBUILD
(from rev 182430, seahorse/repos/staging-x86_64/PKGBUILD)
  seahorse/repos/testing-x86_64/seahorse-ssh-askpass.sh
(from rev 182430, seahorse/repos/staging-x86_64/seahorse-ssh-askpass.sh)
  seahorse/repos/testing-x86_64/seahorse.install
(from rev 182430, seahorse/repos/staging-x86_64/seahorse.install)
Deleted:
  seahorse/repos/staging-i686/
  seahorse/repos/staging-x86_64/

+
 testing-i686/PKGBUILD  |   39 +++
 testing-i686/seahorse-ssh-askpass.sh   |3 ++
 testing-i686/seahorse.install  |   13 ++
 testing-x86_64/PKGBUILD|   39 +++
 testing-x86_64/seahorse-ssh-askpass.sh |3 ++
 testing-x86_64/seahorse.install|   13 ++
 6 files changed, 110 insertions(+)

Copied: seahorse/repos/testing-i686/PKGBUILD (from rev 182430, 
seahorse/repos/staging-i686/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2013-04-10 19:14:27 UTC (rev 182575)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
+# Contributor: Jan de Groot j...@archlinux.org
+# Contributor: Michel Brabants michel.li...@tiscali.be
+
+pkgname=seahorse
+pkgver=3.8.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 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)
+options=('!libtool' '!emptydirs')
+groups=(gnome-extra)
+install=seahorse.install
+source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver::3}/$pkgname-$pkgver.tar.xz
+seahorse-ssh-askpass.sh)
+sha256sums=('0b12d1cda37d1b70ad96bb6ec2ee08b093d48844ca7fa62b4905732232a890c9'
+'400ea9a6084acc93f1dbd4223b95622bbd48071b763063328efba00de378b68c')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc \
+  --localstatedir=/var --disable-static \
+  --enable-ldap --enable-hkp \
+  --disable-schemas-compile
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+  install -Dm755 $srcdir/seahorse-ssh-askpass.sh \
+$pkgdir/etc/profile.d/seahorse-ssh-askpass.sh
+}

Copied: seahorse/repos/testing-i686/seahorse-ssh-askpass.sh (from rev 182430, 
seahorse/repos/staging-i686/seahorse-ssh-askpass.sh)
===
--- testing-i686/seahorse-ssh-askpass.sh(rev 0)
+++ testing-i686/seahorse-ssh-askpass.sh2013-04-10 19:14:27 UTC (rev 
182575)
@@ -0,0 +1,3 @@
+if [ -z $SSH_ASKPASS ]  [ -n $DISPLAY ]; then
+  export SSH_ASKPASS=/usr/lib/seahorse/seahorse-ssh-askpass
+fi

Copied: seahorse/repos/testing-i686/seahorse.install (from rev 182430, 
seahorse/repos/staging-i686/seahorse.install)
===
--- testing-i686/seahorse.install   (rev 0)
+++ testing-i686/seahorse.install   2013-04-10 19:14:27 UTC (rev 182575)
@@ -0,0 +1,13 @@
+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
+}
+
+post_remove() {
+  post_install
+}

Copied: seahorse/repos/testing-x86_64/PKGBUILD (from rev 182430, 
seahorse/repos/staging-x86_64/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2013-04-10 19:14:27 UTC (rev 182575)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
+# Contributor: Jan de Groot j...@archlinux.org
+# Contributor: Michel Brabants michel.li...@tiscali.be
+
+pkgname=seahorse
+pkgver=3.8.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 gpgme desktop-file-utils 
hicolor-icon-theme dconf)
+makedepends=(libldap intltool 

[arch-commits] Commit in seahorse/repos (10 files)

2012-10-18 Thread Jan de Groot
Date: Thursday, October 18, 2012 @ 15:22:42
  Author: jgc
Revision: 169156

db-move: moved seahorse from [gnome-unstable] to [testing] (i686, x86_64)

Added:
  seahorse/repos/testing-i686/
  seahorse/repos/testing-i686/PKGBUILD
(from rev 169138, seahorse/repos/gnome-unstable-i686/PKGBUILD)
  seahorse/repos/testing-i686/seahorse-ssh-askpass.sh
(from rev 169138, 
seahorse/repos/gnome-unstable-i686/seahorse-ssh-askpass.sh)
  seahorse/repos/testing-i686/seahorse.install
(from rev 169138, seahorse/repos/gnome-unstable-i686/seahorse.install)
  seahorse/repos/testing-x86_64/
  seahorse/repos/testing-x86_64/PKGBUILD
(from rev 169138, seahorse/repos/gnome-unstable-x86_64/PKGBUILD)
  seahorse/repos/testing-x86_64/seahorse-ssh-askpass.sh
(from rev 169138, 
seahorse/repos/gnome-unstable-x86_64/seahorse-ssh-askpass.sh)
  seahorse/repos/testing-x86_64/seahorse.install
(from rev 169138, seahorse/repos/gnome-unstable-x86_64/seahorse.install)
Deleted:
  seahorse/repos/gnome-unstable-i686/
  seahorse/repos/gnome-unstable-x86_64/

+
 testing-i686/PKGBUILD  |   39 +++
 testing-i686/seahorse-ssh-askpass.sh   |3 ++
 testing-i686/seahorse.install  |   13 ++
 testing-x86_64/PKGBUILD|   39 +++
 testing-x86_64/seahorse-ssh-askpass.sh |3 ++
 testing-x86_64/seahorse.install|   13 ++
 6 files changed, 110 insertions(+)

Copied: seahorse/repos/testing-i686/PKGBUILD (from rev 169138, 
seahorse/repos/gnome-unstable-i686/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2012-10-18 19:22:42 UTC (rev 169156)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
+# Contributor: Jan de Groot j...@archlinux.org
+# Contributor: Michel Brabants michel.li...@tiscali.be
+
+pkgname=seahorse
+pkgver=3.6.1
+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)
+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::3}/$pkgname-$pkgver.tar.xz
+seahorse-ssh-askpass.sh)
+sha256sums=('dcdd9681a7896a13a597cf02aa2d6718b5f0ab3b50ed81f8d24b8db296a9214b'
+'400ea9a6084acc93f1dbd4223b95622bbd48071b763063328efba00de378b68c')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc \
+  --localstatedir=/var --disable-static \
+  --enable-ldap --enable-hkp \
+  --disable-schemas-compile
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+  install -Dm755 $srcdir/seahorse-ssh-askpass.sh \
+$pkgdir/etc/profile.d/seahorse-ssh-askpass.sh
+}

Copied: seahorse/repos/testing-i686/seahorse-ssh-askpass.sh (from rev 169138, 
seahorse/repos/gnome-unstable-i686/seahorse-ssh-askpass.sh)
===
--- testing-i686/seahorse-ssh-askpass.sh(rev 0)
+++ testing-i686/seahorse-ssh-askpass.sh2012-10-18 19:22:42 UTC (rev 
169156)
@@ -0,0 +1,3 @@
+if [ -z $SSH_ASKPASS ]  [ -n $DISPLAY ]; then
+  export SSH_ASKPASS=/usr/lib/seahorse/seahorse-ssh-askpass
+fi

Copied: seahorse/repos/testing-i686/seahorse.install (from rev 169138, 
seahorse/repos/gnome-unstable-i686/seahorse.install)
===
--- testing-i686/seahorse.install   (rev 0)
+++ testing-i686/seahorse.install   2012-10-18 19:22:42 UTC (rev 169156)
@@ -0,0 +1,13 @@
+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
+}
+
+post_remove() {
+  post_install
+}

Copied: seahorse/repos/testing-x86_64/PKGBUILD (from rev 169138, 
seahorse/repos/gnome-unstable-x86_64/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2012-10-18 19:22:42 UTC (rev 169156)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
+# Contributor: Jan de Groot j...@archlinux.org
+# Contributor: Michel Brabants michel.li...@tiscali.be
+
+pkgname=seahorse
+pkgver=3.6.1
+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 

[arch-commits] Commit in seahorse/repos (10 files)

2011-10-17 Thread Jan Steffens
Date: Monday, October 17, 2011 @ 04:52:42
  Author: heftig
Revision: 140590

archrelease: copy trunk to extra-i686, extra-x86_64

Added:
  seahorse/repos/extra-i686/PKGBUILD
(from rev 140589, seahorse/trunk/PKGBUILD)
  seahorse/repos/extra-i686/seahorse-ssh-askpass.sh
(from rev 140589, seahorse/trunk/seahorse-ssh-askpass.sh)
  seahorse/repos/extra-i686/seahorse.install
(from rev 140589, seahorse/trunk/seahorse.install)
  seahorse/repos/extra-x86_64/PKGBUILD
(from rev 140589, seahorse/trunk/PKGBUILD)
  seahorse/repos/extra-x86_64/seahorse-ssh-askpass.sh
(from rev 140589, seahorse/trunk/seahorse-ssh-askpass.sh)
  seahorse/repos/extra-x86_64/seahorse.install
(from rev 140589, seahorse/trunk/seahorse.install)
Deleted:
  seahorse/repos/extra-i686/PKGBUILD
  seahorse/repos/extra-i686/seahorse.install
  seahorse/repos/extra-x86_64/PKGBUILD
  seahorse/repos/extra-x86_64/seahorse.install

--+
 extra-i686/PKGBUILD  |   74 +
 extra-i686/seahorse-ssh-askpass.sh   |3 +
 extra-i686/seahorse.install  |   42 +-
 extra-x86_64/PKGBUILD|   74 +
 extra-x86_64/seahorse-ssh-askpass.sh |3 +
 extra-x86_64/seahorse.install|   42 +-
 6 files changed, 128 insertions(+), 110 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2011-10-17 08:51:34 UTC (rev 140589)
+++ extra-i686/PKGBUILD 2011-10-17 08:52:42 UTC (rev 140590)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot j...@archlinux.org
-# Contributor: Michel Brabants michel.li...@tiscali.be
-
-pkgname=seahorse
-pkgver=3.2.0
-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')
-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')
-
-build() {
-  cd ${srcdir}/${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}
-  make DESTDIR=${pkgdir} install
-}

Copied: seahorse/repos/extra-i686/PKGBUILD (from rev 140589, 
seahorse/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2011-10-17 08:52:42 UTC (rev 140590)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+# Contributor: Michel Brabants michel.li...@tiscali.be
+
+pkgname=seahorse
+pkgver=3.2.0
+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
+seahorse-ssh-askpass.sh)
+sha256sums=('ef76aed10bac519fa854a869dc713cd7b49a41fbd2085647067444595302b6f7'
+'1792ab2c0bbad446b8fad0a0c9008a75f60a9666c895d37d2adcd827e49fafbb')
+
+build() {
+  cd $srcdir/$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
+  make DESTDIR=$pkgdir install
+  install -Dm755 $srcdir/seahorse-ssh-askpass.sh \
+$pkgdir/etc/profile.d/seahorse-ssh-askpass.sh
+}

Copied: seahorse/repos/extra-i686/seahorse-ssh-askpass.sh (from rev 140589, 
seahorse/trunk/seahorse-ssh-askpass.sh)
===
--- extra-i686/seahorse-ssh-askpass.sh  (rev 0)
+++ extra-i686/seahorse-ssh-askpass.sh  2011-10-17 08:52:42 UTC (rev 140590)
@@ -0,0 +1,3 @@
+if [ -z $SSH_ASKPASS ]; then
+  export SSH_ASKPASS=/usr/lib/seahorse/seahorse-ssh-askpass
+fi

Deleted: