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

Jan de Groot jgc at archlinux.org
Wed Mar 25 15:34:27 UTC 2015


    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) <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.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 +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/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.sh	2015-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() {
+  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 234786, seahorse/repos/gnome-unstable-x86_64/PKGBUILD)
===================================================================
--- testing-x86_64/PKGBUILD	                        (rev 0)
+++ testing-x86_64/PKGBUILD	2015-03-25 15:34:27 UTC (rev 234800)
@@ -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.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-x86_64/gpg-2.1.patch (from rev 234786, seahorse/repos/gnome-unstable-x86_64/gpg-2.1.patch)
===================================================================
--- testing-x86_64/gpg-2.1.patch	                        (rev 0)
+++ testing-x86_64/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 +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/testing-x86_64/seahorse-ssh-askpass.sh (from rev 234786, seahorse/repos/gnome-unstable-x86_64/seahorse-ssh-askpass.sh)
===================================================================
--- testing-x86_64/seahorse-ssh-askpass.sh	                        (rev 0)
+++ testing-x86_64/seahorse-ssh-askpass.sh	2015-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-x86_64/seahorse.install (from rev 234786, seahorse/repos/gnome-unstable-x86_64/seahorse.install)
===================================================================
--- testing-x86_64/seahorse.install	                        (rev 0)
+++ testing-x86_64/seahorse.install	2015-03-25 15:34:27 UTC (rev 234800)
@@ -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