[arch-commits] Commit in seahorse/repos (14 files)
Antonio Rojas
arojas at archlinux.org
Tue Dec 22 22:22:53 UTC 2015
Date: Tuesday, December 22, 2015 @ 23:22:53
Author: arojas
Revision: 257202
archrelease: copy trunk to extra-i686, extra-x86_64
Added:
seahorse/repos/extra-i686/PKGBUILD
(from rev 257201, seahorse/trunk/PKGBUILD)
seahorse/repos/extra-i686/gpg-2.1.patch
(from rev 257201, seahorse/trunk/gpg-2.1.patch)
seahorse/repos/extra-i686/seahorse.install
(from rev 257201, seahorse/trunk/seahorse.install)
seahorse/repos/extra-x86_64/PKGBUILD
(from rev 257201, seahorse/trunk/PKGBUILD)
seahorse/repos/extra-x86_64/gpg-2.1.patch
(from rev 257201, seahorse/trunk/gpg-2.1.patch)
seahorse/repos/extra-x86_64/seahorse.install
(from rev 257201, seahorse/trunk/seahorse.install)
Deleted:
seahorse/repos/extra-i686/PKGBUILD
seahorse/repos/extra-i686/gpg-2.1.patch
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/gpg-2.1.patch
seahorse/repos/extra-x86_64/seahorse-ssh-askpass.sh
seahorse/repos/extra-x86_64/seahorse.install
--------------------------------------+
/PKGBUILD | 68 +++++++++++++++++++++++++++++++++
/gpg-2.1.patch | 22 ++++++++++
/seahorse.install | 32 +++++++++++++++
extra-i686/PKGBUILD | 38 ------------------
extra-i686/gpg-2.1.patch | 11 -----
extra-i686/seahorse-ssh-askpass.sh | 3 -
extra-i686/seahorse.install | 13 ------
extra-x86_64/PKGBUILD | 38 ------------------
extra-x86_64/gpg-2.1.patch | 11 -----
extra-x86_64/seahorse-ssh-askpass.sh | 3 -
extra-x86_64/seahorse.install | 13 ------
11 files changed, 122 insertions(+), 130 deletions(-)
Deleted: extra-i686/PKGBUILD
===================================================================
--- extra-i686/PKGBUILD 2015-12-22 22:22:18 UTC (rev 257201)
+++ extra-i686/PKGBUILD 2015-12-22 22:22:53 UTC (rev 257202)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) <jan.steffens at gmail.com>
-# Contributor: Jan de Groot <jgc at archlinux.org>
-# Contributor: Michel Brabants <michel.linux at tiscali.be>
-
-pkgname=seahorse
-pkgver=3.18.0
-pkgrel=1
-pkgdesc="GNOME application for managing PGP keys."
-arch=(i686 x86_64)
-license=(GPL)
-url="http://projects.gnome.org/seahorse/"
-depends=(gtk3 gcr libsecret libsoup desktop-file-utils hicolor-icon-theme dconf)
-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=('530c889a01c4cad25df4c9ab58ab95d24747875789bc6116bef529d60fc1b667'
- '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/extra-i686/PKGBUILD (from rev 257201, seahorse/trunk/PKGBUILD)
===================================================================
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-12-22 22:22:53 UTC (rev 257202)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) <jan.steffens at gmail.com>
+# Contributor: Jan de Groot <jgc at archlinux.org>
+# Contributor: Michel Brabants <michel.linux at tiscali.be>
+
+pkgname=seahorse
+pkgver=3.18.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 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)
+sha256sums=('530c889a01c4cad25df4c9ab58ab95d24747875789bc6116bef529d60fc1b667')
+
+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
+}
Deleted: extra-i686/gpg-2.1.patch
===================================================================
--- extra-i686/gpg-2.1.patch 2015-12-22 22:22:18 UTC (rev 257201)
+++ extra-i686/gpg-2.1.patch 2015-12-22 22:22:53 UTC (rev 257202)
@@ -1,11 +0,0 @@
---- a/configure.ac 2015-01-19 09:47:35.260129636 +0000
-+++ b/configure.ac 2015-01-19 09:47:41.363436425 +0000
-@@ -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/extra-i686/gpg-2.1.patch (from rev 257201, seahorse/trunk/gpg-2.1.patch)
===================================================================
--- extra-i686/gpg-2.1.patch (rev 0)
+++ extra-i686/gpg-2.1.patch 2015-12-22 22:22:53 UTC (rev 257202)
@@ -0,0 +1,11 @@
+--- a/configure.ac 2015-01-19 09:47:35.260129636 +0000
++++ b/configure.ac 2015-01-19 09:47:41.363436425 +0000
+@@ -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
Deleted: extra-i686/seahorse-ssh-askpass.sh
===================================================================
--- extra-i686/seahorse-ssh-askpass.sh 2015-12-22 22:22:18 UTC (rev 257201)
+++ extra-i686/seahorse-ssh-askpass.sh 2015-12-22 22:22:53 UTC (rev 257202)
@@ -1,3 +0,0 @@
-if [ -z "$SSH_ASKPASS" ] && [ -n "$DISPLAY" ]; then
- export SSH_ASKPASS=/usr/lib/seahorse/seahorse-ssh-askpass
-fi
Deleted: extra-i686/seahorse.install
===================================================================
--- extra-i686/seahorse.install 2015-12-22 22:22:18 UTC (rev 257201)
+++ extra-i686/seahorse.install 2015-12-22 22:22:53 UTC (rev 257202)
@@ -1,13 +0,0 @@
-post_install() {
- glib-compile-schemas /usr/share/glib-2.0/schemas
- update-desktop-database -q
- gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor
-}
-
-post_upgrade() {
- post_install
-}
-
-post_remove() {
- post_install
-}
Copied: seahorse/repos/extra-i686/seahorse.install (from rev 257201, seahorse/trunk/seahorse.install)
===================================================================
--- extra-i686/seahorse.install (rev 0)
+++ extra-i686/seahorse.install 2015-12-22 22:22:53 UTC (rev 257202)
@@ -0,0 +1,16 @@
+post_install() {
+ glib-compile-schemas /usr/share/glib-2.0/schemas
+ update-desktop-database -q
+ gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor
+}
+
+post_upgrade() {
+ post_install
+ if [[ $(vercmp 3.18.0-2 "$2") -eq 1 ]]; then
+ echo "The SSH_ASKPASS environment variable is not exported by default anymore. Set it in /etc/profile to revert to the previous behavior"
+ fi
+}
+
+post_remove() {
+ post_install
+}
Deleted: extra-x86_64/PKGBUILD
===================================================================
--- extra-x86_64/PKGBUILD 2015-12-22 22:22:18 UTC (rev 257201)
+++ extra-x86_64/PKGBUILD 2015-12-22 22:22:53 UTC (rev 257202)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) <jan.steffens at gmail.com>
-# Contributor: Jan de Groot <jgc at archlinux.org>
-# Contributor: Michel Brabants <michel.linux at tiscali.be>
-
-pkgname=seahorse
-pkgver=3.18.0
-pkgrel=1
-pkgdesc="GNOME application for managing PGP keys."
-arch=(i686 x86_64)
-license=(GPL)
-url="http://projects.gnome.org/seahorse/"
-depends=(gtk3 gcr libsecret libsoup desktop-file-utils hicolor-icon-theme dconf)
-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=('530c889a01c4cad25df4c9ab58ab95d24747875789bc6116bef529d60fc1b667'
- '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/extra-x86_64/PKGBUILD (from rev 257201, seahorse/trunk/PKGBUILD)
===================================================================
--- extra-x86_64/PKGBUILD (rev 0)
+++ extra-x86_64/PKGBUILD 2015-12-22 22:22:53 UTC (rev 257202)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) <jan.steffens at gmail.com>
+# Contributor: Jan de Groot <jgc at archlinux.org>
+# Contributor: Michel Brabants <michel.linux at tiscali.be>
+
+pkgname=seahorse
+pkgver=3.18.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 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)
+sha256sums=('530c889a01c4cad25df4c9ab58ab95d24747875789bc6116bef529d60fc1b667')
+
+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
+}
Deleted: extra-x86_64/gpg-2.1.patch
===================================================================
--- extra-x86_64/gpg-2.1.patch 2015-12-22 22:22:18 UTC (rev 257201)
+++ extra-x86_64/gpg-2.1.patch 2015-12-22 22:22:53 UTC (rev 257202)
@@ -1,11 +0,0 @@
---- a/configure.ac 2015-01-19 09:47:35.260129636 +0000
-+++ b/configure.ac 2015-01-19 09:47:41.363436425 +0000
-@@ -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/extra-x86_64/gpg-2.1.patch (from rev 257201, seahorse/trunk/gpg-2.1.patch)
===================================================================
--- extra-x86_64/gpg-2.1.patch (rev 0)
+++ extra-x86_64/gpg-2.1.patch 2015-12-22 22:22:53 UTC (rev 257202)
@@ -0,0 +1,11 @@
+--- a/configure.ac 2015-01-19 09:47:35.260129636 +0000
++++ b/configure.ac 2015-01-19 09:47:41.363436425 +0000
+@@ -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
Deleted: extra-x86_64/seahorse-ssh-askpass.sh
===================================================================
--- extra-x86_64/seahorse-ssh-askpass.sh 2015-12-22 22:22:18 UTC (rev 257201)
+++ extra-x86_64/seahorse-ssh-askpass.sh 2015-12-22 22:22:53 UTC (rev 257202)
@@ -1,3 +0,0 @@
-if [ -z "$SSH_ASKPASS" ] && [ -n "$DISPLAY" ]; then
- export SSH_ASKPASS=/usr/lib/seahorse/seahorse-ssh-askpass
-fi
Deleted: extra-x86_64/seahorse.install
===================================================================
--- extra-x86_64/seahorse.install 2015-12-22 22:22:18 UTC (rev 257201)
+++ extra-x86_64/seahorse.install 2015-12-22 22:22:53 UTC (rev 257202)
@@ -1,13 +0,0 @@
-post_install() {
- glib-compile-schemas /usr/share/glib-2.0/schemas
- update-desktop-database -q
- gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor
-}
-
-post_upgrade() {
- post_install
-}
-
-post_remove() {
- post_install
-}
Copied: seahorse/repos/extra-x86_64/seahorse.install (from rev 257201, seahorse/trunk/seahorse.install)
===================================================================
--- extra-x86_64/seahorse.install (rev 0)
+++ extra-x86_64/seahorse.install 2015-12-22 22:22:53 UTC (rev 257202)
@@ -0,0 +1,16 @@
+post_install() {
+ glib-compile-schemas /usr/share/glib-2.0/schemas
+ update-desktop-database -q
+ gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor
+}
+
+post_upgrade() {
+ post_install
+ if [[ $(vercmp 3.18.0-2 "$2") -eq 1 ]]; then
+ echo "The SSH_ASKPASS environment variable is not exported by default anymore. Set it in /etc/profile to revert to the previous behavior"
+ fi
+}
+
+post_remove() {
+ post_install
+}
More information about the arch-commits
mailing list