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

Ionut Biru ibiru at archlinux.org
Sat Mar 10 16:38:47 UTC 2012


    Date: Saturday, March 10, 2012 @ 11:38:47
  Author: ibiru
Revision: 152911

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 152910, seahorse/trunk/PKGBUILD)
  seahorse/repos/gnome-unstable-i686/seahorse-ssh-askpass.sh
    (from rev 152910, seahorse/trunk/seahorse-ssh-askpass.sh)
  seahorse/repos/gnome-unstable-i686/seahorse.install
    (from rev 152910, seahorse/trunk/seahorse.install)
  seahorse/repos/gnome-unstable-x86_64/
  seahorse/repos/gnome-unstable-x86_64/PKGBUILD
    (from rev 152910, seahorse/trunk/PKGBUILD)
  seahorse/repos/gnome-unstable-x86_64/seahorse-ssh-askpass.sh
    (from rev 152910, seahorse/trunk/seahorse-ssh-askpass.sh)
  seahorse/repos/gnome-unstable-x86_64/seahorse.install
    (from rev 152910, seahorse/trunk/seahorse.install)

-----------------------------------------------+
 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 ++++++++
 6 files changed, 110 insertions(+)

Copied: seahorse/repos/gnome-unstable-i686/PKGBUILD (from rev 152910, seahorse/trunk/PKGBUILD)
===================================================================
--- gnome-unstable-i686/PKGBUILD	                        (rev 0)
+++ gnome-unstable-i686/PKGBUILD	2012-03-10 16:38:47 UTC (rev 152911)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Jan de Groot <jgc at archlinux.org>
+# Contributor: Michel Brabants <michel.linux at tiscali.be>
+
+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/seahorse-ssh-askpass.sh (from rev 152910, seahorse/trunk/seahorse-ssh-askpass.sh)
===================================================================
--- gnome-unstable-i686/seahorse-ssh-askpass.sh	                        (rev 0)
+++ gnome-unstable-i686/seahorse-ssh-askpass.sh	2012-03-10 16:38:47 UTC (rev 152911)
@@ -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 152910, seahorse/trunk/seahorse.install)
===================================================================
--- gnome-unstable-i686/seahorse.install	                        (rev 0)
+++ gnome-unstable-i686/seahorse.install	2012-03-10 16:38:47 UTC (rev 152911)
@@ -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 152910, seahorse/trunk/PKGBUILD)
===================================================================
--- gnome-unstable-x86_64/PKGBUILD	                        (rev 0)
+++ gnome-unstable-x86_64/PKGBUILD	2012-03-10 16:38:47 UTC (rev 152911)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Jan de Groot <jgc at archlinux.org>
+# Contributor: Michel Brabants <michel.linux at tiscali.be>
+
+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-x86_64/seahorse-ssh-askpass.sh (from rev 152910, seahorse/trunk/seahorse-ssh-askpass.sh)
===================================================================
--- gnome-unstable-x86_64/seahorse-ssh-askpass.sh	                        (rev 0)
+++ gnome-unstable-x86_64/seahorse-ssh-askpass.sh	2012-03-10 16:38:47 UTC (rev 152911)
@@ -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 152910, seahorse/trunk/seahorse.install)
===================================================================
--- gnome-unstable-x86_64/seahorse.install	                        (rev 0)
+++ gnome-unstable-x86_64/seahorse.install	2012-03-10 16:38:47 UTC (rev 152911)
@@ -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