[arch-commits] Commit in seahorse/repos (10 files)
Jan Steffens
heftig at archlinux.org
Fri Sep 25 16:37:46 UTC 2015
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/PKGBUILD 2015-09-25 16:37:45 UTC (rev 247471)
@@ -0,0 +1,38 @@
+# $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.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 +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/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.install 2015-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
+ gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor
+}
+
+post_upgrade() {
+ post_install
+}
+
+post_remove() {
+ post_install
+}
Copied: seahorse/repos/gnome-unstable-x86_64/PKGBUILD (from rev 247470, seahorse/trunk/PKGBUILD)
===================================================================
--- gnome-unstable-x86_64/PKGBUILD (rev 0)
+++ gnome-unstable-x86_64/PKGBUILD 2015-09-25 16:37:45 UTC (rev 247471)
@@ -0,0 +1,38 @@
+# $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.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-x86_64/gpg-2.1.patch (from rev 247470, seahorse/trunk/gpg-2.1.patch)
===================================================================
--- gnome-unstable-x86_64/gpg-2.1.patch (rev 0)
+++ gnome-unstable-x86_64/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 +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/gnome-unstable-x86_64/seahorse-ssh-askpass.sh (from rev 247470, seahorse/trunk/seahorse-ssh-askpass.sh)
===================================================================
--- gnome-unstable-x86_64/seahorse-ssh-askpass.sh (rev 0)
+++ gnome-unstable-x86_64/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-x86_64/seahorse.install (from rev 247470, seahorse/trunk/seahorse.install)
===================================================================
--- gnome-unstable-x86_64/seahorse.install (rev 0)
+++ gnome-unstable-x86_64/seahorse.install 2015-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
+ gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor
+}
+
+post_upgrade() {
+ post_install
+}
+
+post_remove() {
+ post_install
+}
More information about the arch-commits
mailing list