[arch-commits] Commit in x11-ssh-askpass/repos (6 files)

Gaetan Bisson bisson at archlinux.org
Wed Oct 19 04:35:17 UTC 2011


    Date: Wednesday, October 19, 2011 @ 00:35:16
  Author: bisson
Revision: 140776

archrelease: copy trunk to testing-i686, testing-x86_64

Added:
  x11-ssh-askpass/repos/testing-i686/
  x11-ssh-askpass/repos/testing-i686/PKGBUILD
    (from rev 140775, x11-ssh-askpass/trunk/PKGBUILD)
  x11-ssh-askpass/repos/testing-i686/profile.d
    (from rev 140775, x11-ssh-askpass/trunk/profile.d)
  x11-ssh-askpass/repos/testing-x86_64/
  x11-ssh-askpass/repos/testing-x86_64/PKGBUILD
    (from rev 140775, x11-ssh-askpass/trunk/PKGBUILD)
  x11-ssh-askpass/repos/testing-x86_64/profile.d
    (from rev 140775, x11-ssh-askpass/trunk/profile.d)

--------------------------+
 testing-i686/PKGBUILD    |   44 ++++++++++++++++++++++++++++++++++++++++++++
 testing-i686/profile.d   |    4 ++++
 testing-x86_64/PKGBUILD  |   44 ++++++++++++++++++++++++++++++++++++++++++++
 testing-x86_64/profile.d |    4 ++++
 4 files changed, 96 insertions(+)

Copied: x11-ssh-askpass/repos/testing-i686/PKGBUILD (from rev 140775, x11-ssh-askpass/trunk/PKGBUILD)
===================================================================
--- testing-i686/PKGBUILD	                        (rev 0)
+++ testing-i686/PKGBUILD	2011-10-19 04:35:16 UTC (rev 140776)
@@ -0,0 +1,44 @@
+# $Id$
+
+# Maintainer: Gaetan Bisson <bisson at archlinux.org>
+# Contributor: Mike Sampson <mike at sambodata dot com>
+# Contributor: Sergej Pupykin <pupykin.s+arch at gmail.com>
+# Contributor: Charles Mauch <cmauch at gmail.com>
+
+pkgname=x11-ssh-askpass
+pkgver=1.2.4.1
+pkgrel=3
+pkgdesc='Lightweight passphrase dialog for SSH'
+url='http://www.jmknoble.net/software/x11-ssh-askpass/'
+license=('custom')
+arch=('i686' 'x86_64')
+depends=('libxt')
+makedepends=('imake')
+#source=("${url}${pkgname}-${pkgver}.tar.gz" # httpd only sends half the bits
+source=("http://pkgs.fedoraproject.org/repo/pkgs/openssh/x11-ssh-askpass-1.2.4.1.tar.gz/8f2e41f3f7eaa8543a2440454637f3c3/x11-ssh-askpass-1.2.4.1.tar.gz"
+        'profile.d')
+sha1sums=('78c992951685d4dbffb77536f37b83ae2a6eafc7'
+          '28be56290d07e2625bc8e81ae8c7ea741d329c51')
+
+build() {
+	cd "${srcdir}/${pkgname}-${pkgver}"
+
+	./configure \
+		--mandir=/usr/share/man \
+		--libexecdir=/usr/lib/ssh \
+		--with-app-defaults-dir=/usr/share/X11/app-defaults \
+
+	xmkmf
+	make includes
+	make
+}
+
+package() {
+	cd "${srcdir}/${pkgname}-${pkgver}"
+
+	make DESTDIR="${pkgdir}" install install.man
+	install -Dm755 ../profile.d "${pkgdir}/etc/profile.d/${pkgname}.sh"
+
+	install -d "${pkgdir}/usr/share/licenses/${pkgname}"
+	sed '109,174p;d' README > "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}

Copied: x11-ssh-askpass/repos/testing-i686/profile.d (from rev 140775, x11-ssh-askpass/trunk/profile.d)
===================================================================
--- testing-i686/profile.d	                        (rev 0)
+++ testing-i686/profile.d	2011-10-19 04:35:16 UTC (rev 140776)
@@ -0,0 +1,4 @@
+if [ -f "/usr/lib/ssh/x11-ssh-askpass" ] ; then
+	SSH_ASKPASS="/usr/lib/ssh/x11-ssh-askpass"
+	export SSH_ASKPASS
+fi

Copied: x11-ssh-askpass/repos/testing-x86_64/PKGBUILD (from rev 140775, x11-ssh-askpass/trunk/PKGBUILD)
===================================================================
--- testing-x86_64/PKGBUILD	                        (rev 0)
+++ testing-x86_64/PKGBUILD	2011-10-19 04:35:16 UTC (rev 140776)
@@ -0,0 +1,44 @@
+# $Id$
+
+# Maintainer: Gaetan Bisson <bisson at archlinux.org>
+# Contributor: Mike Sampson <mike at sambodata dot com>
+# Contributor: Sergej Pupykin <pupykin.s+arch at gmail.com>
+# Contributor: Charles Mauch <cmauch at gmail.com>
+
+pkgname=x11-ssh-askpass
+pkgver=1.2.4.1
+pkgrel=3
+pkgdesc='Lightweight passphrase dialog for SSH'
+url='http://www.jmknoble.net/software/x11-ssh-askpass/'
+license=('custom')
+arch=('i686' 'x86_64')
+depends=('libxt')
+makedepends=('imake')
+#source=("${url}${pkgname}-${pkgver}.tar.gz" # httpd only sends half the bits
+source=("http://pkgs.fedoraproject.org/repo/pkgs/openssh/x11-ssh-askpass-1.2.4.1.tar.gz/8f2e41f3f7eaa8543a2440454637f3c3/x11-ssh-askpass-1.2.4.1.tar.gz"
+        'profile.d')
+sha1sums=('78c992951685d4dbffb77536f37b83ae2a6eafc7'
+          '28be56290d07e2625bc8e81ae8c7ea741d329c51')
+
+build() {
+	cd "${srcdir}/${pkgname}-${pkgver}"
+
+	./configure \
+		--mandir=/usr/share/man \
+		--libexecdir=/usr/lib/ssh \
+		--with-app-defaults-dir=/usr/share/X11/app-defaults \
+
+	xmkmf
+	make includes
+	make
+}
+
+package() {
+	cd "${srcdir}/${pkgname}-${pkgver}"
+
+	make DESTDIR="${pkgdir}" install install.man
+	install -Dm755 ../profile.d "${pkgdir}/etc/profile.d/${pkgname}.sh"
+
+	install -d "${pkgdir}/usr/share/licenses/${pkgname}"
+	sed '109,174p;d' README > "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}

Copied: x11-ssh-askpass/repos/testing-x86_64/profile.d (from rev 140775, x11-ssh-askpass/trunk/profile.d)
===================================================================
--- testing-x86_64/profile.d	                        (rev 0)
+++ testing-x86_64/profile.d	2011-10-19 04:35:16 UTC (rev 140776)
@@ -0,0 +1,4 @@
+if [ -f "/usr/lib/ssh/x11-ssh-askpass" ] ; then
+	SSH_ASKPASS="/usr/lib/ssh/x11-ssh-askpass"
+	export SSH_ASKPASS
+fi




More information about the arch-commits mailing list