[arch-commits] Commit in openssh-askpass/repos (3 files)
Felix Yan
felixonmars at archlinux.org
Tue Jul 7 16:31:43 UTC 2020
Date: Tuesday, July 7, 2020 @ 16:31:43
Author: felixonmars
Revision: 659285
archrelease: copy trunk to community-staging-x86_64
Added:
openssh-askpass/repos/community-staging-x86_64/
openssh-askpass/repos/community-staging-x86_64/PKGBUILD
(from rev 659283, openssh-askpass/trunk/PKGBUILD)
openssh-askpass/repos/community-staging-x86_64/openssh-askpass.install
(from rev 659283, openssh-askpass/trunk/openssh-askpass.install)
-------------------------+
PKGBUILD | 33 +++++++++++++++++++++++++++++++++
openssh-askpass.install | 5 +++++
2 files changed, 38 insertions(+)
Copied: openssh-askpass/repos/community-staging-x86_64/PKGBUILD (from rev 659283, openssh-askpass/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD (rev 0)
+++ community-staging-x86_64/PKGBUILD 2020-07-07 16:31:43 UTC (rev 659285)
@@ -0,0 +1,33 @@
+# Maintainer: schuay <jakob.gruber at gmail.com>
+# Previous Maintainer: TDY <tdy at gmx.com>
+# Contributor: Massimiliano Torromeo <Massimiliano.Torromeo AT gmail DOT com>
+
+pkgname=openssh-askpass
+pkgver=2.1.0
+pkgrel=3
+pkgdesc='A plasma-like passphrase dialog for ssh'
+arch=('x86_64')
+url='http://hugo.pereira.free.fr/software/index.php?page=package&package_list=software_list_qt4&package=openssh-askpass&full=0'
+license=('GPL')
+depends=('openssh' 'qt5-x11extras' 'qt5-svg' 'xcb-util-keysyms')
+makedepends=('cmake')
+provides=('x11-ssh-askpass')
+source=("http://hugo.pereira.free.fr/software/tgz/$pkgname-$pkgver.tar.gz")
+install=$pkgname.install
+
+build() {
+ cd "$srcdir/$pkgname-$pkgver"
+
+ mkdir -p build
+ cd build
+
+ cmake -DCMAKE_INSTALL_PREFIX="/usr" -DUSE_QT5=ON ..
+ make
+}
+
+package() {
+ cd "$srcdir/$pkgname-$pkgver/build"
+ make DESTDIR="$pkgdir" install
+}
+
+md5sums=('707e4533cab44b0ec767bd27d326fd71')
Copied: openssh-askpass/repos/community-staging-x86_64/openssh-askpass.install (from rev 659283, openssh-askpass/trunk/openssh-askpass.install)
===================================================================
--- community-staging-x86_64/openssh-askpass.install (rev 0)
+++ community-staging-x86_64/openssh-askpass.install 2020-07-07 16:31:43 UTC (rev 659285)
@@ -0,0 +1,5 @@
+post_upgrade() {
+ if [[ $(vercmp 2.0.3-3 "$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
+}
More information about the arch-commits
mailing list