[arch-commits] Commit in seahorse/repos (12 files)
Date: Wednesday, March 25, 2015 @ 16:34:27 Author: jgc Revision: 234800 db-move: moved seahorse from [gnome-unstable] to [testing] (i686, x86_64) Added: seahorse/repos/testing-i686/ seahorse/repos/testing-i686/PKGBUILD (from rev 234786, seahorse/repos/gnome-unstable-i686/PKGBUILD) seahorse/repos/testing-i686/gpg-2.1.patch (from rev 234786, seahorse/repos/gnome-unstable-i686/gpg-2.1.patch) seahorse/repos/testing-i686/seahorse-ssh-askpass.sh (from rev 234786, seahorse/repos/gnome-unstable-i686/seahorse-ssh-askpass.sh) seahorse/repos/testing-i686/seahorse.install (from rev 234786, seahorse/repos/gnome-unstable-i686/seahorse.install) seahorse/repos/testing-x86_64/ seahorse/repos/testing-x86_64/PKGBUILD (from rev 234786, seahorse/repos/gnome-unstable-x86_64/PKGBUILD) seahorse/repos/testing-x86_64/gpg-2.1.patch (from rev 234786, seahorse/repos/gnome-unstable-x86_64/gpg-2.1.patch) seahorse/repos/testing-x86_64/seahorse-ssh-askpass.sh (from rev 234786, seahorse/repos/gnome-unstable-x86_64/seahorse-ssh-askpass.sh) seahorse/repos/testing-x86_64/seahorse.install (from rev 234786, 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/gpg-2.1.patch | 11 testing-i686/seahorse-ssh-askpass.sh |3 ++ testing-i686/seahorse.install | 13 ++ testing-x86_64/PKGBUILD| 38 +++ testing-x86_64/gpg-2.1.patch | 11 testing-x86_64/seahorse-ssh-askpass.sh |3 ++ testing-x86_64/seahorse.install| 13 ++ 8 files changed, 130 insertions(+) Copied: seahorse/repos/testing-i686/PKGBUILD (from rev 234786, seahorse/repos/gnome-unstable-i686/PKGBUILD) === --- testing-i686/PKGBUILD (rev 0) +++ testing-i686/PKGBUILD 2015-03-25 15:34:27 UTC (rev 234800) @@ -0,0 +1,38 @@ +# $Id$ +# Maintainer: Jan Alexander Steffens (heftig) +# Contributor: Jan de Groot +# Contributor: Michel Brabants + +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/testing-i686/gpg-2.1.patch (from rev 234786, seahorse/repos/gnome-unstable-i686/gpg-2.1.patch) === --- testing-i686/gpg-2.1.patch (rev 0) +++ testing-i686/gpg-2.1.patch 2015-03-25 15:34:27 UTC (rev 234800) @@ -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/testing-i686/seahorse-ssh-askpass.sh (from rev 234786, seahorse/repos/gnome-unstable-i686/seahorse-ssh-askpass.sh) === --- testing-i686/seahorse-ssh-askpass.sh(rev 0) +++ testing-i686/seahorse-ssh-askpass.sh2015-03-25 15:34:27 UTC (rev 234800) @@ -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 234786, seahorse/repos/gnome-unstable-i686/seahorse.install) === --- testing-i686/seahorse.install (rev 0) +++ testing-i686/seahorse.install 2015-03-25 15:34:27 UTC (rev 234800) @@ -0,0 +1,13 @@ +post_install() { + gli
[arch-commits] Commit in seahorse/repos (12 files)
Date: Tuesday, May 13, 2014 @ 23:56:48 Author: jgc Revision: 212354 archrelease: copy trunk to extra-i686, extra-x86_64 Added: seahorse/repos/extra-i686/PKGBUILD (from rev 212353, seahorse/trunk/PKGBUILD) seahorse/repos/extra-i686/seahorse-ssh-askpass.sh (from rev 212353, seahorse/trunk/seahorse-ssh-askpass.sh) seahorse/repos/extra-i686/seahorse.install (from rev 212353, seahorse/trunk/seahorse.install) seahorse/repos/extra-x86_64/PKGBUILD (from rev 212353, seahorse/trunk/PKGBUILD) seahorse/repos/extra-x86_64/seahorse-ssh-askpass.sh (from rev 212353, seahorse/trunk/seahorse-ssh-askpass.sh) seahorse/repos/extra-x86_64/seahorse.install (from rev 212353, seahorse/trunk/seahorse.install) Deleted: seahorse/repos/extra-i686/PKGBUILD seahorse/repos/extra-i686/seahorse-ssh-askpass.sh seahorse/repos/extra-i686/seahorse.install seahorse/repos/extra-x86_64/PKGBUILD seahorse/repos/extra-x86_64/seahorse-ssh-askpass.sh seahorse/repos/extra-x86_64/seahorse.install --+ /PKGBUILD| 76 + /seahorse-ssh-askpass.sh |6 ++ /seahorse.install| 26 +++ extra-i686/PKGBUILD | 38 extra-i686/seahorse-ssh-askpass.sh |3 - extra-i686/seahorse.install | 13 - extra-x86_64/PKGBUILD| 38 extra-x86_64/seahorse-ssh-askpass.sh |3 - extra-x86_64/seahorse.install| 13 - 9 files changed, 108 insertions(+), 108 deletions(-) Deleted: extra-i686/PKGBUILD === --- extra-i686/PKGBUILD 2014-05-13 21:56:40 UTC (rev 212353) +++ extra-i686/PKGBUILD 2014-05-13 21:56:48 UTC (rev 212354) @@ -1,38 +0,0 @@ -# $Id$ -# Maintainer: Jan Alexander Steffens (heftig) -# Contributor: Jan de Groot -# Contributor: Michel Brabants - -pkgname=seahorse -pkgver=3.12.0 -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 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=('!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=('f78800b1d25b285ddc8928e925f9ee24f27640abba3fc9ab1cd9554c83380d0b' -'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/extra-i686/PKGBUILD (from rev 212353, seahorse/trunk/PKGBUILD) === --- extra-i686/PKGBUILD (rev 0) +++ extra-i686/PKGBUILD 2014-05-13 21:56:48 UTC (rev 212354) @@ -0,0 +1,38 @@ +# $Id$ +# Maintainer: Jan Alexander Steffens (heftig) +# Contributor: Jan de Groot +# Contributor: Michel Brabants + +pkgname=seahorse +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 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=('5e6fb25373fd4490e181e2fa0f5cacf99b78b2f6caa5d91c9c605900fb5f3839' +'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" +} Deleted: extra-i686/seahorse-ssh-askpass.sh === --- extra-i686/seahorse-ssh-askpass.sh 2014-05-13 21:56:40 UTC (rev 212353) +++ extra-i686/seahorse-ssh-askpass.sh 2014-05-13 21:56:48 UTC (rev 212354) @@ -1,3 +0,0 @@ -if
[arch-commits] Commit in seahorse/repos (12 files)
Date: Monday, March 31, 2014 @ 20:57:48 Author: heftig Revision: 209659 archrelease: copy trunk to gnome-unstable-i686, gnome-unstable-x86_64 Added: seahorse/repos/gnome-unstable-i686/PKGBUILD (from rev 209658, seahorse/trunk/PKGBUILD) seahorse/repos/gnome-unstable-i686/seahorse-ssh-askpass.sh (from rev 209658, seahorse/trunk/seahorse-ssh-askpass.sh) seahorse/repos/gnome-unstable-i686/seahorse.install (from rev 209658, seahorse/trunk/seahorse.install) seahorse/repos/gnome-unstable-x86_64/PKGBUILD (from rev 209658, seahorse/trunk/PKGBUILD) seahorse/repos/gnome-unstable-x86_64/seahorse-ssh-askpass.sh (from rev 209658, seahorse/trunk/seahorse-ssh-askpass.sh) seahorse/repos/gnome-unstable-x86_64/seahorse.install (from rev 209658, seahorse/trunk/seahorse.install) Deleted: seahorse/repos/gnome-unstable-i686/PKGBUILD seahorse/repos/gnome-unstable-i686/seahorse-ssh-askpass.sh seahorse/repos/gnome-unstable-i686/seahorse.install seahorse/repos/gnome-unstable-x86_64/PKGBUILD seahorse/repos/gnome-unstable-x86_64/seahorse-ssh-askpass.sh seahorse/repos/gnome-unstable-x86_64/seahorse.install ---+ /PKGBUILD | 76 /seahorse-ssh-askpass.sh |6 + /seahorse.install | 26 gnome-unstable-i686/PKGBUILD | 39 gnome-unstable-i686/seahorse-ssh-askpass.sh |3 gnome-unstable-i686/seahorse.install | 13 gnome-unstable-x86_64/PKGBUILD| 39 gnome-unstable-x86_64/seahorse-ssh-askpass.sh |3 gnome-unstable-x86_64/seahorse.install| 13 9 files changed, 108 insertions(+), 110 deletions(-) Deleted: gnome-unstable-i686/PKGBUILD === --- gnome-unstable-i686/PKGBUILD2014-03-31 18:56:43 UTC (rev 209658) +++ gnome-unstable-i686/PKGBUILD2014-03-31 18:57:48 UTC (rev 209659) @@ -1,39 +0,0 @@ -# $Id$ -# Maintainer: Jan Alexander Steffens (heftig) -# Contributor: Jan de Groot -# Contributor: Michel Brabants - -pkgname=seahorse -pkgver=3.12.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=('!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=('f78800b1d25b285ddc8928e925f9ee24f27640abba3fc9ab1cd9554c83380d0b' -'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/gnome-unstable-i686/PKGBUILD (from rev 209658, seahorse/trunk/PKGBUILD) === --- gnome-unstable-i686/PKGBUILD(rev 0) +++ gnome-unstable-i686/PKGBUILD2014-03-31 18:57:48 UTC (rev 209659) @@ -0,0 +1,38 @@ +# $Id$ +# Maintainer: Jan Alexander Steffens (heftig) +# Contributor: Jan de Groot +# Contributor: Michel Brabants + +pkgname=seahorse +pkgver=3.12.0 +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 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=('!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=('f78800b1d25b285ddc8928e925f9ee24f27640abba3fc9ab1cd9554c83380d0b' +'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" +} Deleted:
[arch-commits] Commit in seahorse/repos (12 files)
Date: Wednesday, January 8, 2014 @ 19:28:24 Author: heftig Revision: 203359 archrelease: copy trunk to extra-i686, extra-x86_64 Added: seahorse/repos/extra-i686/PKGBUILD (from rev 203358, seahorse/trunk/PKGBUILD) seahorse/repos/extra-i686/seahorse-ssh-askpass.sh (from rev 203358, seahorse/trunk/seahorse-ssh-askpass.sh) seahorse/repos/extra-i686/seahorse.install (from rev 203358, seahorse/trunk/seahorse.install) seahorse/repos/extra-x86_64/PKGBUILD (from rev 203358, seahorse/trunk/PKGBUILD) seahorse/repos/extra-x86_64/seahorse-ssh-askpass.sh (from rev 203358, seahorse/trunk/seahorse-ssh-askpass.sh) seahorse/repos/extra-x86_64/seahorse.install (from rev 203358, seahorse/trunk/seahorse.install) Deleted: seahorse/repos/extra-i686/PKGBUILD seahorse/repos/extra-i686/seahorse-ssh-askpass.sh seahorse/repos/extra-i686/seahorse.install seahorse/repos/extra-x86_64/PKGBUILD seahorse/repos/extra-x86_64/seahorse-ssh-askpass.sh seahorse/repos/extra-x86_64/seahorse.install --+ /PKGBUILD| 78 + /seahorse-ssh-askpass.sh |6 ++ /seahorse.install| 26 +++ extra-i686/PKGBUILD | 39 extra-i686/seahorse-ssh-askpass.sh |3 - extra-i686/seahorse.install | 13 - extra-x86_64/PKGBUILD| 39 extra-x86_64/seahorse-ssh-askpass.sh |3 - extra-x86_64/seahorse.install| 13 - 9 files changed, 110 insertions(+), 110 deletions(-) Deleted: extra-i686/PKGBUILD === --- extra-i686/PKGBUILD 2014-01-08 18:26:55 UTC (rev 203358) +++ extra-i686/PKGBUILD 2014-01-08 18:28:24 UTC (rev 203359) @@ -1,39 +0,0 @@ -# $Id$ -# Maintainer: Jan Alexander Steffens (heftig) -# Contributor: Jan de Groot -# Contributor: Michel Brabants - -pkgname=seahorse -pkgver=3.10.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=('!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=('1df307481988c272d5648a335b2e8bb545b568a00c3f2ca2f3aa732badb46985' -'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/extra-i686/PKGBUILD (from rev 203358, seahorse/trunk/PKGBUILD) === --- extra-i686/PKGBUILD (rev 0) +++ extra-i686/PKGBUILD 2014-01-08 18:28:24 UTC (rev 203359) @@ -0,0 +1,39 @@ +# $Id$ +# Maintainer: Jan Alexander Steffens (heftig) +# Contributor: Jan de Groot +# Contributor: Michel Brabants + +pkgname=seahorse +pkgver=3.10.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) +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 +seahorse-ssh-askpass.sh) +sha256sums=('89cabf19f77a55f220bc61a3b97e4db845a0980f0f1d9c66147cc9a4ced8cd16' +'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" +} Deleted: extra-i686/seahorse-ssh-askpass.sh === --- extra-i686/seahorse-ssh-askpass.sh 2014-01-08 18:26:55 UTC (rev 203358) +++ extra-i686/seahorse-ssh-askpass.sh 2014-01-08 18:28:24 UTC (rev 203359) @@ -
[arch-commits] Commit in seahorse/repos (12 files)
Date: Thursday, October 17, 2013 @ 14:31:54 Author: heftig Revision: 196735 archrelease: copy trunk to extra-i686, extra-x86_64 Added: seahorse/repos/extra-i686/PKGBUILD (from rev 196734, seahorse/trunk/PKGBUILD) seahorse/repos/extra-i686/seahorse-ssh-askpass.sh (from rev 196734, seahorse/trunk/seahorse-ssh-askpass.sh) seahorse/repos/extra-i686/seahorse.install (from rev 196734, seahorse/trunk/seahorse.install) seahorse/repos/extra-x86_64/PKGBUILD (from rev 196734, seahorse/trunk/PKGBUILD) seahorse/repos/extra-x86_64/seahorse-ssh-askpass.sh (from rev 196734, seahorse/trunk/seahorse-ssh-askpass.sh) seahorse/repos/extra-x86_64/seahorse.install (from rev 196734, seahorse/trunk/seahorse.install) Deleted: seahorse/repos/extra-i686/PKGBUILD seahorse/repos/extra-i686/seahorse-ssh-askpass.sh seahorse/repos/extra-i686/seahorse.install seahorse/repos/extra-x86_64/PKGBUILD seahorse/repos/extra-x86_64/seahorse-ssh-askpass.sh seahorse/repos/extra-x86_64/seahorse.install --+ /PKGBUILD| 78 + /seahorse-ssh-askpass.sh |6 ++ /seahorse.install| 26 +++ extra-i686/PKGBUILD | 39 extra-i686/seahorse-ssh-askpass.sh |3 - extra-i686/seahorse.install | 13 - extra-x86_64/PKGBUILD| 39 extra-x86_64/seahorse-ssh-askpass.sh |3 - extra-x86_64/seahorse.install| 13 - 9 files changed, 110 insertions(+), 110 deletions(-) Deleted: extra-i686/PKGBUILD === --- extra-i686/PKGBUILD 2013-10-17 12:31:17 UTC (rev 196734) +++ extra-i686/PKGBUILD 2013-10-17 12:31:54 UTC (rev 196735) @@ -1,39 +0,0 @@ -# $Id$ -# Maintainer: Jan Alexander Steffens (heftig) -# Contributor: Jan de Groot -# Contributor: Michel Brabants - -pkgname=seahorse -pkgver=3.10.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%.*}/$pkgname-$pkgver.tar.xz -seahorse-ssh-askpass.sh) -sha256sums=('98023cb8805cf778163833ddba783ba1505c0595683e1ac92109d27e8556fbde' -'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/extra-i686/PKGBUILD (from rev 196734, seahorse/trunk/PKGBUILD) === --- extra-i686/PKGBUILD (rev 0) +++ extra-i686/PKGBUILD 2013-10-17 12:31:54 UTC (rev 196735) @@ -0,0 +1,39 @@ +# $Id$ +# Maintainer: Jan Alexander Steffens (heftig) +# Contributor: Jan de Groot +# Contributor: Michel Brabants + +pkgname=seahorse +pkgver=3.10.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%.*}/$pkgname-$pkgver.tar.xz +seahorse-ssh-askpass.sh) +sha256sums=('1df307481988c272d5648a335b2e8bb545b568a00c3f2ca2f3aa732badb46985' +'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" +} Deleted: extra-i686/seahorse-ssh-askpass.sh === --- extra-i686/seahorse-ssh-askpass.sh 2013-10-17 12:31:17 UTC (rev 196734) +++ extra-i686/seahorse-ssh-askpass.sh 2013-10-17 12:31:54
[arch-commits] Commit in seahorse/repos (12 files)
Date: Tuesday, May 14, 2013 @ 13:01:28 Author: heftig Revision: 185473 archrelease: copy trunk to extra-i686, extra-x86_64 Added: seahorse/repos/extra-i686/PKGBUILD (from rev 185472, seahorse/trunk/PKGBUILD) seahorse/repos/extra-i686/seahorse-ssh-askpass.sh (from rev 185472, seahorse/trunk/seahorse-ssh-askpass.sh) seahorse/repos/extra-i686/seahorse.install (from rev 185472, seahorse/trunk/seahorse.install) seahorse/repos/extra-x86_64/PKGBUILD (from rev 185472, seahorse/trunk/PKGBUILD) seahorse/repos/extra-x86_64/seahorse-ssh-askpass.sh (from rev 185472, seahorse/trunk/seahorse-ssh-askpass.sh) seahorse/repos/extra-x86_64/seahorse.install (from rev 185472, seahorse/trunk/seahorse.install) Deleted: seahorse/repos/extra-i686/PKGBUILD seahorse/repos/extra-i686/seahorse-ssh-askpass.sh seahorse/repos/extra-i686/seahorse.install seahorse/repos/extra-x86_64/PKGBUILD seahorse/repos/extra-x86_64/seahorse-ssh-askpass.sh seahorse/repos/extra-x86_64/seahorse.install --+ /PKGBUILD| 78 + /seahorse-ssh-askpass.sh |6 ++ /seahorse.install| 26 +++ extra-i686/PKGBUILD | 39 extra-i686/seahorse-ssh-askpass.sh |3 - extra-i686/seahorse.install | 13 - extra-x86_64/PKGBUILD| 39 extra-x86_64/seahorse-ssh-askpass.sh |3 - extra-x86_64/seahorse.install| 13 - 9 files changed, 110 insertions(+), 110 deletions(-) Deleted: extra-i686/PKGBUILD === --- extra-i686/PKGBUILD 2013-05-14 11:00:12 UTC (rev 185472) +++ extra-i686/PKGBUILD 2013-05-14 11:01:28 UTC (rev 185473) @@ -1,39 +0,0 @@ -# $Id$ -# Maintainer: Jan Alexander Steffens (heftig) -# Contributor: Jan de Groot -# Contributor: Michel Brabants - -pkgname=seahorse -pkgver=3.8.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=('c1a1d97618a37a79e19902e00f3a0de7cfb947b52eb9282ea09e5f9f73151e7a' -'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/extra-i686/PKGBUILD (from rev 185472, seahorse/trunk/PKGBUILD) === --- extra-i686/PKGBUILD (rev 0) +++ extra-i686/PKGBUILD 2013-05-14 11:01:28 UTC (rev 185473) @@ -0,0 +1,39 @@ +# $Id$ +# Maintainer: Jan Alexander Steffens (heftig) +# Contributor: Jan de Groot +# Contributor: Michel Brabants + +pkgname=seahorse +pkgver=3.8.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) +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=('b3837d088b7e3f7ebc41cb3f11c5c85e2df7e06bdc538a3e85bb1a13c34c9a12' +'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" +} Deleted: extra-i686/seahorse-ssh-askpass.sh === --- extra-i686/seahorse-ssh-askpass.sh 2013-05-14 11:00:12 UTC (rev 185472) +++ extra-i686/seahorse-ssh-askpass.sh 2013-05-14 11:01:28 UTC (r
[arch-commits] Commit in seahorse/repos (12 files)
Date: Tuesday, April 16, 2013 @ 11:02:20 Author: jgc Revision: 182935 archrelease: copy trunk to testing-i686, testing-x86_64 Added: seahorse/repos/testing-i686/PKGBUILD (from rev 182934, seahorse/trunk/PKGBUILD) seahorse/repos/testing-i686/seahorse-ssh-askpass.sh (from rev 182934, seahorse/trunk/seahorse-ssh-askpass.sh) seahorse/repos/testing-i686/seahorse.install (from rev 182934, seahorse/trunk/seahorse.install) seahorse/repos/testing-x86_64/PKGBUILD (from rev 182934, seahorse/trunk/PKGBUILD) seahorse/repos/testing-x86_64/seahorse-ssh-askpass.sh (from rev 182934, seahorse/trunk/seahorse-ssh-askpass.sh) seahorse/repos/testing-x86_64/seahorse.install (from rev 182934, seahorse/trunk/seahorse.install) Deleted: seahorse/repos/testing-i686/PKGBUILD seahorse/repos/testing-i686/seahorse-ssh-askpass.sh seahorse/repos/testing-i686/seahorse.install seahorse/repos/testing-x86_64/PKGBUILD seahorse/repos/testing-x86_64/seahorse-ssh-askpass.sh seahorse/repos/testing-x86_64/seahorse.install + /PKGBUILD | 78 +++ /seahorse-ssh-askpass.sh |6 ++ /seahorse.install | 26 ++ 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 - 9 files changed, 110 insertions(+), 110 deletions(-) Deleted: testing-i686/PKGBUILD === --- testing-i686/PKGBUILD 2013-04-16 09:02:13 UTC (rev 182934) +++ testing-i686/PKGBUILD 2013-04-16 09:02:20 UTC (rev 182935) @@ -1,39 +0,0 @@ -# $Id$ -# Maintainer: Jan Alexander Steffens (heftig) -# Contributor: Jan de Groot -# Contributor: Michel Brabants - -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/PKGBUILD (from rev 182934, seahorse/trunk/PKGBUILD) === --- testing-i686/PKGBUILD (rev 0) +++ testing-i686/PKGBUILD 2013-04-16 09:02:20 UTC (rev 182935) @@ -0,0 +1,39 @@ +# $Id$ +# Maintainer: Jan Alexander Steffens (heftig) +# Contributor: Jan de Groot +# Contributor: Michel Brabants + +pkgname=seahorse +pkgver=3.8.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=('c1a1d97618a37a79e19902e00f3a0de7cfb947b52eb9282ea09e5f9f73151e7a' +'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" +} Deleted: testing-i686/seahorse-ssh-askpass.sh === --- testing-i686/seahorse-ssh-askpass.sh2013-04-16 09:0
[arch-commits] Commit in seahorse/repos (12 files)
Date: Monday, November 12, 2012 @ 03:38:53 Author: heftig Revision: 170821 archrelease: copy trunk to extra-i686, extra-x86_64 Added: seahorse/repos/extra-i686/PKGBUILD (from rev 170820, seahorse/trunk/PKGBUILD) seahorse/repos/extra-i686/seahorse-ssh-askpass.sh (from rev 170820, seahorse/trunk/seahorse-ssh-askpass.sh) seahorse/repos/extra-i686/seahorse.install (from rev 170820, seahorse/trunk/seahorse.install) seahorse/repos/extra-x86_64/PKGBUILD (from rev 170820, seahorse/trunk/PKGBUILD) seahorse/repos/extra-x86_64/seahorse-ssh-askpass.sh (from rev 170820, seahorse/trunk/seahorse-ssh-askpass.sh) seahorse/repos/extra-x86_64/seahorse.install (from rev 170820, seahorse/trunk/seahorse.install) Deleted: seahorse/repos/extra-i686/PKGBUILD seahorse/repos/extra-i686/seahorse-ssh-askpass.sh seahorse/repos/extra-i686/seahorse.install seahorse/repos/extra-x86_64/PKGBUILD seahorse/repos/extra-x86_64/seahorse-ssh-askpass.sh seahorse/repos/extra-x86_64/seahorse.install --+ extra-i686/PKGBUILD | 78 - extra-i686/seahorse-ssh-askpass.sh |6 +- extra-i686/seahorse.install | 26 +-- extra-x86_64/PKGBUILD| 78 - extra-x86_64/seahorse-ssh-askpass.sh |6 +- extra-x86_64/seahorse.install| 26 +-- 6 files changed, 110 insertions(+), 110 deletions(-) Deleted: extra-i686/PKGBUILD === --- extra-i686/PKGBUILD 2012-11-12 08:37:05 UTC (rev 170820) +++ extra-i686/PKGBUILD 2012-11-12 08:38:53 UTC (rev 170821) @@ -1,39 +0,0 @@ -# $Id$ -# Maintainer: Jan Alexander Steffens (heftig) -# Contributor: Jan de Groot -# Contributor: Michel Brabants - -pkgname=seahorse -pkgver=3.6.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) -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=('cf3ffa48fdbd4c30fa3cc7ea9e8188c1325416e67e5985c9ce22af0a5fd7560b' -'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/extra-i686/PKGBUILD (from rev 170820, seahorse/trunk/PKGBUILD) === --- extra-i686/PKGBUILD (rev 0) +++ extra-i686/PKGBUILD 2012-11-12 08:38:53 UTC (rev 170821) @@ -0,0 +1,39 @@ +# $Id$ +# Maintainer: Jan Alexander Steffens (heftig) +# Contributor: Jan de Groot +# Contributor: Michel Brabants + +pkgname=seahorse +pkgver=3.6.3 +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=('9b712da1989725547a8093e638725ee6de74d7870661545a15374c7ebf335cc1' +'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" +} Deleted: extra-i686/seahorse-ssh-askpass.sh === --- extra-i686/seahorse-ssh-askpass.sh 2012-11-12 08:37:05 UTC (rev 170820) +++ extra-i686/seahorse-ssh-askpass.sh 2012-11-12 08:38:53 UTC (rev 170821) @@ -1,3 +0,0 @@ -if [ -z "$SSH_ASKPASS" ] && [ -n "$DISPLAY" ]; then - export SSH_ASKPASS=/usr/lib/seahorse/seahorse-ssh
[arch-commits] Commit in seahorse/repos (12 files)
Date: Monday, October 22, 2012 @ 17:16:04 Author: heftig Revision: 169514 archrelease: copy trunk to testing-i686, testing-x86_64 Added: seahorse/repos/testing-i686/PKGBUILD (from rev 169513, seahorse/trunk/PKGBUILD) seahorse/repos/testing-i686/seahorse-ssh-askpass.sh (from rev 169513, seahorse/trunk/seahorse-ssh-askpass.sh) seahorse/repos/testing-i686/seahorse.install (from rev 169513, seahorse/trunk/seahorse.install) seahorse/repos/testing-x86_64/PKGBUILD (from rev 169513, seahorse/trunk/PKGBUILD) seahorse/repos/testing-x86_64/seahorse-ssh-askpass.sh (from rev 169513, seahorse/trunk/seahorse-ssh-askpass.sh) seahorse/repos/testing-x86_64/seahorse.install (from rev 169513, seahorse/trunk/seahorse.install) Deleted: seahorse/repos/testing-i686/PKGBUILD seahorse/repos/testing-i686/seahorse-ssh-askpass.sh seahorse/repos/testing-i686/seahorse.install seahorse/repos/testing-x86_64/PKGBUILD seahorse/repos/testing-x86_64/seahorse-ssh-askpass.sh seahorse/repos/testing-x86_64/seahorse.install + testing-i686/PKGBUILD | 78 +++ testing-i686/seahorse-ssh-askpass.sh |6 +- testing-i686/seahorse.install | 26 +- testing-x86_64/PKGBUILD| 78 +++ testing-x86_64/seahorse-ssh-askpass.sh |6 +- testing-x86_64/seahorse.install| 26 +- 6 files changed, 110 insertions(+), 110 deletions(-) Deleted: testing-i686/PKGBUILD === --- testing-i686/PKGBUILD 2012-10-22 21:13:34 UTC (rev 169513) +++ testing-i686/PKGBUILD 2012-10-22 21:16:04 UTC (rev 169514) @@ -1,39 +0,0 @@ -# $Id$ -# Maintainer: Jan Alexander Steffens (heftig) -# Contributor: Jan de Groot -# Contributor: Michel Brabants - -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/PKGBUILD (from rev 169513, seahorse/trunk/PKGBUILD) === --- testing-i686/PKGBUILD (rev 0) +++ testing-i686/PKGBUILD 2012-10-22 21:16:04 UTC (rev 169514) @@ -0,0 +1,39 @@ +# $Id$ +# Maintainer: Jan Alexander Steffens (heftig) +# Contributor: Jan de Groot +# Contributor: Michel Brabants + +pkgname=seahorse +pkgver=3.6.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) +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=('cf3ffa48fdbd4c30fa3cc7ea9e8188c1325416e67e5985c9ce22af0a5fd7560b' +'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" +} Deleted: testing-i686/seahorse-ssh-askpass.sh === --- testing-i686/seahorse-ssh-askpass.sh2012-10-22 21:13:34 UTC (rev 169513) +++ testing-i686/seahorse-ssh-askpass.sh2012-10-22 21:16:04 UTC (rev 169514) @@ -1,3 +0,0 @@ -if [ -z "$SSH
[arch-commits] Commit in seahorse/repos (12 files)
Date: Wednesday, October 17, 2012 @ 03:36:23 Author: jgc Revision: 168977 archrelease: copy trunk to gnome-unstable-i686, gnome-unstable-x86_64 Added: seahorse/repos/gnome-unstable-i686/PKGBUILD (from rev 168976, seahorse/trunk/PKGBUILD) seahorse/repos/gnome-unstable-i686/seahorse-ssh-askpass.sh (from rev 168976, seahorse/trunk/seahorse-ssh-askpass.sh) seahorse/repos/gnome-unstable-i686/seahorse.install (from rev 168976, seahorse/trunk/seahorse.install) seahorse/repos/gnome-unstable-x86_64/PKGBUILD (from rev 168976, seahorse/trunk/PKGBUILD) seahorse/repos/gnome-unstable-x86_64/seahorse-ssh-askpass.sh (from rev 168976, seahorse/trunk/seahorse-ssh-askpass.sh) seahorse/repos/gnome-unstable-x86_64/seahorse.install (from rev 168976, seahorse/trunk/seahorse.install) Deleted: seahorse/repos/gnome-unstable-i686/PKGBUILD seahorse/repos/gnome-unstable-i686/seahorse-ssh-askpass.sh seahorse/repos/gnome-unstable-i686/seahorse.install seahorse/repos/gnome-unstable-x86_64/PKGBUILD seahorse/repos/gnome-unstable-x86_64/seahorse-ssh-askpass.sh seahorse/repos/gnome-unstable-x86_64/seahorse.install ---+ gnome-unstable-i686/PKGBUILD | 78 gnome-unstable-i686/seahorse-ssh-askpass.sh |6 - gnome-unstable-i686/seahorse.install | 26 gnome-unstable-x86_64/PKGBUILD| 78 gnome-unstable-x86_64/seahorse-ssh-askpass.sh |6 - gnome-unstable-x86_64/seahorse.install| 26 6 files changed, 110 insertions(+), 110 deletions(-) Deleted: gnome-unstable-i686/PKGBUILD === --- gnome-unstable-i686/PKGBUILD2012-10-17 07:35:49 UTC (rev 168976) +++ gnome-unstable-i686/PKGBUILD2012-10-17 07:36:23 UTC (rev 168977) @@ -1,39 +0,0 @@ -# $Id$ -# Maintainer: Jan Alexander Steffens (heftig) -# Contributor: Jan de Groot -# Contributor: Michel Brabants - -pkgname=seahorse -pkgver=3.6.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=('88a0bcaa3aeef6a9a2f2abf4c7ffbf94cef474b466d79d45054d19175d5ccee8' -'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/gnome-unstable-i686/PKGBUILD (from rev 168976, seahorse/trunk/PKGBUILD) === --- gnome-unstable-i686/PKGBUILD(rev 0) +++ gnome-unstable-i686/PKGBUILD2012-10-17 07:36:23 UTC (rev 168977) @@ -0,0 +1,39 @@ +# $Id$ +# Maintainer: Jan Alexander Steffens (heftig) +# Contributor: Jan de Groot +# Contributor: Michel Brabants + +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" +} Deleted: gnome-unstable-i686/seahorse-ssh-askpass.sh === --- gnome-unstable-i68
[arch-commits] Commit in seahorse/repos (12 files)
Date: Monday, April 16, 2012 @ 09:25:43 Author: jgc Revision: 156249 archrelease: copy trunk to testing-i686, testing-x86_64 Added: seahorse/repos/testing-i686/PKGBUILD (from rev 156248, seahorse/trunk/PKGBUILD) seahorse/repos/testing-i686/seahorse-ssh-askpass.sh (from rev 156248, seahorse/trunk/seahorse-ssh-askpass.sh) seahorse/repos/testing-i686/seahorse.install (from rev 156248, seahorse/trunk/seahorse.install) seahorse/repos/testing-x86_64/PKGBUILD (from rev 156248, seahorse/trunk/PKGBUILD) seahorse/repos/testing-x86_64/seahorse-ssh-askpass.sh (from rev 156248, seahorse/trunk/seahorse-ssh-askpass.sh) seahorse/repos/testing-x86_64/seahorse.install (from rev 156248, seahorse/trunk/seahorse.install) Deleted: seahorse/repos/testing-i686/PKGBUILD seahorse/repos/testing-i686/seahorse-ssh-askpass.sh seahorse/repos/testing-i686/seahorse.install seahorse/repos/testing-x86_64/PKGBUILD seahorse/repos/testing-x86_64/seahorse-ssh-askpass.sh seahorse/repos/testing-x86_64/seahorse.install + testing-i686/PKGBUILD | 78 +++ testing-i686/seahorse-ssh-askpass.sh |6 +- testing-i686/seahorse.install | 26 +- testing-x86_64/PKGBUILD| 78 +++ testing-x86_64/seahorse-ssh-askpass.sh |6 +- testing-x86_64/seahorse.install| 26 +- 6 files changed, 110 insertions(+), 110 deletions(-) Deleted: testing-i686/PKGBUILD === --- testing-i686/PKGBUILD 2012-04-16 13:25:13 UTC (rev 156248) +++ testing-i686/PKGBUILD 2012-04-16 13:25:43 UTC (rev 156249) @@ -1,39 +0,0 @@ -# $Id$ -# Maintainer: Jan Alexander Steffens (heftig) -# Contributor: Jan de Groot -# Contributor: Michel Brabants - -pkgname=seahorse -pkgver=3.4.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' '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') -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=('6bb7a7952c3d39a6023ddb493d9e31c4ed99ef3da1062d5dfd4b47d1d4ca2cc9' -'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/PKGBUILD (from rev 156248, seahorse/trunk/PKGBUILD) === --- testing-i686/PKGBUILD (rev 0) +++ testing-i686/PKGBUILD 2012-04-16 13:25:43 UTC (rev 156249) @@ -0,0 +1,39 @@ +# $Id$ +# Maintainer: Jan Alexander Steffens (heftig) +# Contributor: Jan de Groot +# Contributor: Michel Brabants + +pkgname=seahorse +pkgver=3.4.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' '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') +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=('841443ed6d7f865e1c9347867527591287bcc5b2e281c8da11b2cb355d678faa' +'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" +} Deleted: testing-i686/seahorse-ssh-askpass.sh === --- testing-i686/seahorse-ssh-askpass.sh2012-04-16 13:25:13 UTC (rev 156248) +++ testing-i686/seahorse-s
[arch-commits] Commit in seahorse/repos (12 files)
Date: Wednesday, March 28, 2012 @ 07:19:48 Author: heftig Revision: 154434 archrelease: copy trunk to gnome-unstable-i686, gnome-unstable-x86_64 Added: seahorse/repos/gnome-unstable-i686/PKGBUILD (from rev 154433, seahorse/trunk/PKGBUILD) seahorse/repos/gnome-unstable-i686/seahorse-ssh-askpass.sh (from rev 154433, seahorse/trunk/seahorse-ssh-askpass.sh) seahorse/repos/gnome-unstable-i686/seahorse.install (from rev 154433, seahorse/trunk/seahorse.install) seahorse/repos/gnome-unstable-x86_64/PKGBUILD (from rev 154433, seahorse/trunk/PKGBUILD) seahorse/repos/gnome-unstable-x86_64/seahorse-ssh-askpass.sh (from rev 154433, seahorse/trunk/seahorse-ssh-askpass.sh) seahorse/repos/gnome-unstable-x86_64/seahorse.install (from rev 154433, seahorse/trunk/seahorse.install) Deleted: seahorse/repos/gnome-unstable-i686/PKGBUILD seahorse/repos/gnome-unstable-i686/seahorse-ssh-askpass.sh seahorse/repos/gnome-unstable-i686/seahorse.install seahorse/repos/gnome-unstable-x86_64/PKGBUILD seahorse/repos/gnome-unstable-x86_64/seahorse-ssh-askpass.sh seahorse/repos/gnome-unstable-x86_64/seahorse.install ---+ gnome-unstable-i686/PKGBUILD | 78 gnome-unstable-i686/seahorse-ssh-askpass.sh |6 - gnome-unstable-i686/seahorse.install | 26 gnome-unstable-x86_64/PKGBUILD| 78 gnome-unstable-x86_64/seahorse-ssh-askpass.sh |6 - gnome-unstable-x86_64/seahorse.install| 26 6 files changed, 110 insertions(+), 110 deletions(-) Deleted: gnome-unstable-i686/PKGBUILD === --- gnome-unstable-i686/PKGBUILD2012-03-28 11:18:59 UTC (rev 154433) +++ gnome-unstable-i686/PKGBUILD2012-03-28 11:19:48 UTC (rev 154434) @@ -1,39 +0,0 @@ -# $Id$ -# Maintainer: Jan de Groot -# Contributor: Michel Brabants - -pkgname=seahorse -pkgver=3.3.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' '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') -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=('3b3e5794ef6a4a68d19db586fae1c6785b1c2ef1d4fd7f038e376190bf2e0230' -'400ea9a6084acc93f1dbd4223b95622bbd48071b763063328efba00de378b68c') - -build() { - cd "$pkgname-$pkgver" - ./configure --prefix=/usr --sysconfdir=/etc \ - --localstatedir=/var --disable-static \ - --enable-ldap --enable-hkp \ - --disable-scrollkeeper \ - --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/PKGBUILD (from rev 154433, seahorse/trunk/PKGBUILD) === --- gnome-unstable-i686/PKGBUILD(rev 0) +++ gnome-unstable-i686/PKGBUILD2012-03-28 11:19:48 UTC (rev 154434) @@ -0,0 +1,39 @@ +# $Id$ +# Maintainer: Jan Alexander Steffens (heftig) +# Contributor: Jan de Groot +# Contributor: Michel Brabants + +pkgname=seahorse +pkgver=3.4.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' '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') +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=('6bb7a7952c3d39a6023ddb493d9e31c4ed99ef3da1062d5dfd4b47d1d4ca2cc9' +'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" +} Deleted: gnome-unstable-i686/seahorse-ssh-askpass.sh ===
[arch-commits] Commit in seahorse/repos (12 files)
Date: Monday, March 19, 2012 @ 15:17:16 Author: ibiru Revision: 153824 archrelease: copy trunk to gnome-unstable-i686, gnome-unstable-x86_64 Added: seahorse/repos/gnome-unstable-i686/PKGBUILD (from rev 153823, seahorse/trunk/PKGBUILD) seahorse/repos/gnome-unstable-i686/seahorse-ssh-askpass.sh (from rev 153823, seahorse/trunk/seahorse-ssh-askpass.sh) seahorse/repos/gnome-unstable-i686/seahorse.install (from rev 153823, seahorse/trunk/seahorse.install) seahorse/repos/gnome-unstable-x86_64/PKGBUILD (from rev 153823, seahorse/trunk/PKGBUILD) seahorse/repos/gnome-unstable-x86_64/seahorse-ssh-askpass.sh (from rev 153823, seahorse/trunk/seahorse-ssh-askpass.sh) seahorse/repos/gnome-unstable-x86_64/seahorse.install (from rev 153823, seahorse/trunk/seahorse.install) Deleted: seahorse/repos/gnome-unstable-i686/PKGBUILD seahorse/repos/gnome-unstable-i686/seahorse-ssh-askpass.sh seahorse/repos/gnome-unstable-i686/seahorse.install seahorse/repos/gnome-unstable-x86_64/PKGBUILD seahorse/repos/gnome-unstable-x86_64/seahorse-ssh-askpass.sh seahorse/repos/gnome-unstable-x86_64/seahorse.install ---+ gnome-unstable-i686/PKGBUILD | 78 gnome-unstable-i686/seahorse-ssh-askpass.sh |6 - gnome-unstable-i686/seahorse.install | 26 gnome-unstable-x86_64/PKGBUILD| 78 gnome-unstable-x86_64/seahorse-ssh-askpass.sh |6 - gnome-unstable-x86_64/seahorse.install| 26 6 files changed, 110 insertions(+), 110 deletions(-) Deleted: gnome-unstable-i686/PKGBUILD === --- gnome-unstable-i686/PKGBUILD2012-03-19 19:16:11 UTC (rev 153823) +++ gnome-unstable-i686/PKGBUILD2012-03-19 19:17:16 UTC (rev 153824) @@ -1,39 +0,0 @@ -# $Id$ -# Maintainer: Jan de Groot -# Contributor: Michel Brabants - -pkgname=seahorse -pkgver=3.3.91 -pkgrel=1 -pkgdesc="GNOME application for managing PGP keys." -arch=(i686 x86_64) -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') -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=('06290072d4c339c0d97db4a5fe6d39b92709e8199e57f57e9a6708a5ea4c5a05' -'400ea9a6084acc93f1dbd4223b95622bbd48071b763063328efba00de378b68c') - -build() { - cd "$pkgname-$pkgver" - ./configure --prefix=/usr --sysconfdir=/etc \ - --localstatedir=/var --disable-static \ - --enable-ldap --enable-hkp \ - --disable-scrollkeeper \ - --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/PKGBUILD (from rev 153823, seahorse/trunk/PKGBUILD) === --- gnome-unstable-i686/PKGBUILD(rev 0) +++ gnome-unstable-i686/PKGBUILD2012-03-19 19:17:16 UTC (rev 153824) @@ -0,0 +1,39 @@ +# $Id$ +# Maintainer: Jan de Groot +# Contributor: Michel Brabants + +pkgname=seahorse +pkgver=3.3.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' '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') +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=('3b3e5794ef6a4a68d19db586fae1c6785b1c2ef1d4fd7f038e376190bf2e0230' +'400ea9a6084acc93f1dbd4223b95622bbd48071b763063328efba00de378b68c') + +build() { + cd "$pkgname-$pkgver" + ./configure --prefix=/usr --sysconfdir=/etc \ + --localstatedir=/var --disable-static \ + --enable-ldap --enable-hkp \ + --disable-scrollkeeper \ + --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" +} Deleted: gnome-unstable-i686/seahorse-ssh-askpass.sh ===
[arch-commits] Commit in seahorse/repos (12 files)
Date: Thursday, March 15, 2012 @ 10:03:38 Author: ibiru Revision: 153520 archrelease: copy trunk to gnome-unstable-i686, gnome-unstable-x86_64 Added: seahorse/repos/gnome-unstable-i686/PKGBUILD (from rev 153519, seahorse/trunk/PKGBUILD) seahorse/repos/gnome-unstable-i686/seahorse-ssh-askpass.sh (from rev 153519, seahorse/trunk/seahorse-ssh-askpass.sh) seahorse/repos/gnome-unstable-i686/seahorse.install (from rev 153519, seahorse/trunk/seahorse.install) seahorse/repos/gnome-unstable-x86_64/PKGBUILD (from rev 153519, seahorse/trunk/PKGBUILD) seahorse/repos/gnome-unstable-x86_64/seahorse-ssh-askpass.sh (from rev 153519, seahorse/trunk/seahorse-ssh-askpass.sh) seahorse/repos/gnome-unstable-x86_64/seahorse.install (from rev 153519, seahorse/trunk/seahorse.install) Deleted: seahorse/repos/gnome-unstable-i686/PKGBUILD seahorse/repos/gnome-unstable-i686/seahorse-ssh-askpass.sh seahorse/repos/gnome-unstable-i686/seahorse.install seahorse/repos/gnome-unstable-x86_64/PKGBUILD seahorse/repos/gnome-unstable-x86_64/seahorse-ssh-askpass.sh seahorse/repos/gnome-unstable-x86_64/seahorse.install ---+ gnome-unstable-i686/PKGBUILD | 78 gnome-unstable-i686/seahorse-ssh-askpass.sh |6 - gnome-unstable-i686/seahorse.install | 26 gnome-unstable-x86_64/PKGBUILD| 78 gnome-unstable-x86_64/seahorse-ssh-askpass.sh |6 - gnome-unstable-x86_64/seahorse.install| 26 6 files changed, 110 insertions(+), 110 deletions(-) Deleted: gnome-unstable-i686/PKGBUILD === --- gnome-unstable-i686/PKGBUILD2012-03-15 14:03:02 UTC (rev 153519) +++ gnome-unstable-i686/PKGBUILD2012-03-15 14:03:38 UTC (rev 153520) @@ -1,39 +0,0 @@ -# $Id$ -# Maintainer: Jan de Groot -# Contributor: Michel Brabants - -pkgname=seahorse -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' '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') -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=('891575802815706add29488187418524acf17ee23ec6860d5dc1db8e7e02fee8' -'400ea9a6084acc93f1dbd4223b95622bbd48071b763063328efba00de378b68c') - -build() { - cd "$pkgname-$pkgver" - ./configure --prefix=/usr --sysconfdir=/etc \ - --localstatedir=/var --disable-static \ - --enable-ldap --enable-hkp \ - --disable-scrollkeeper \ - --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/PKGBUILD (from rev 153519, seahorse/trunk/PKGBUILD) === --- gnome-unstable-i686/PKGBUILD(rev 0) +++ gnome-unstable-i686/PKGBUILD2012-03-15 14:03:38 UTC (rev 153520) @@ -0,0 +1,39 @@ +# $Id$ +# Maintainer: Jan de Groot +# Contributor: Michel Brabants + +pkgname=seahorse +pkgver=3.3.91 +pkgrel=1 +pkgdesc="GNOME application for managing PGP keys." +arch=(i686 x86_64) +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') +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=('06290072d4c339c0d97db4a5fe6d39b92709e8199e57f57e9a6708a5ea4c5a05' +'400ea9a6084acc93f1dbd4223b95622bbd48071b763063328efba00de378b68c') + +build() { + cd "$pkgname-$pkgver" + ./configure --prefix=/usr --sysconfdir=/etc \ + --localstatedir=/var --disable-static \ + --enable-ldap --enable-hkp \ + --disable-scrollkeeper \ + --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" +} Deleted: gnome-unstable-i686/seahorse-ssh-askpass.sh ==
[arch-commits] Commit in seahorse/repos (12 files)
Date: Saturday, December 10, 2011 @ 16:36:00 Author: heftig Revision: 144929 archrelease: copy trunk to extra-i686, extra-x86_64 Added: seahorse/repos/extra-i686/PKGBUILD (from rev 144928, seahorse/trunk/PKGBUILD) seahorse/repos/extra-i686/seahorse-ssh-askpass.sh (from rev 144928, seahorse/trunk/seahorse-ssh-askpass.sh) seahorse/repos/extra-i686/seahorse.install (from rev 144928, seahorse/trunk/seahorse.install) seahorse/repos/extra-x86_64/PKGBUILD (from rev 144928, seahorse/trunk/PKGBUILD) seahorse/repos/extra-x86_64/seahorse-ssh-askpass.sh (from rev 144928, seahorse/trunk/seahorse-ssh-askpass.sh) seahorse/repos/extra-x86_64/seahorse.install (from rev 144928, seahorse/trunk/seahorse.install) Deleted: seahorse/repos/extra-i686/PKGBUILD seahorse/repos/extra-i686/seahorse-ssh-askpass.sh seahorse/repos/extra-i686/seahorse.install seahorse/repos/extra-x86_64/PKGBUILD seahorse/repos/extra-x86_64/seahorse-ssh-askpass.sh seahorse/repos/extra-x86_64/seahorse.install --+ extra-i686/PKGBUILD | 80 - extra-i686/seahorse-ssh-askpass.sh |6 +- extra-i686/seahorse.install | 42 - extra-x86_64/PKGBUILD| 80 - extra-x86_64/seahorse-ssh-askpass.sh |6 +- extra-x86_64/seahorse.install| 42 - 6 files changed, 128 insertions(+), 128 deletions(-) Deleted: extra-i686/PKGBUILD === --- extra-i686/PKGBUILD 2011-12-10 21:33:27 UTC (rev 144928) +++ extra-i686/PKGBUILD 2011-12-10 21:36:00 UTC (rev 144929) @@ -1,40 +0,0 @@ -# $Id$ -# Maintainer: Jan de Groot -# Contributor: Michel Brabants - -pkgname=seahorse -pkgver=3.2.2 -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') -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=('25146aa4c4bb4c375ec1afec524e1907852989bd1b0c9e12490326616ac6a7e9' -'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/PKGBUILD (from rev 144928, seahorse/trunk/PKGBUILD) === --- extra-i686/PKGBUILD (rev 0) +++ extra-i686/PKGBUILD 2011-12-10 21:36:00 UTC (rev 144929) @@ -0,0 +1,40 @@ +# $Id$ +# Maintainer: Jan de Groot +# Contributor: Michel Brabants + +pkgname=seahorse +pkgver=3.2.2 +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=('25146aa4c4bb4c375ec1afec524e1907852989bd1b0c9e12490326616ac6a7e9' +'400ea9a6084acc93f1dbd4223b95622bbd48071b763063328efba00de378b68c') + +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" +} Deleted: extra-i686/seahorse-ssh-askpass.sh === --- extra-i686/seahorse-s