[arch-commits] Commit in ksshaskpass/repos (3 files)

Antonio Rojas arojas at archlinux.org
Tue Feb 11 11:00:43 UTC 2020


    Date: Tuesday, February 11, 2020 @ 11:00:42
  Author: arojas
Revision: 375324

archrelease: copy trunk to testing-x86_64

Added:
  ksshaskpass/repos/testing-x86_64/
  ksshaskpass/repos/testing-x86_64/PKGBUILD
    (from rev 375323, ksshaskpass/trunk/PKGBUILD)
  ksshaskpass/repos/testing-x86_64/ksshaskpass.install
    (from rev 375323, ksshaskpass/trunk/ksshaskpass.install)

---------------------+
 PKGBUILD            |   40 ++++++++++++++++++++++++++++++++++++++++
 ksshaskpass.install |    5 +++++
 2 files changed, 45 insertions(+)

Copied: ksshaskpass/repos/testing-x86_64/PKGBUILD (from rev 375323, ksshaskpass/trunk/PKGBUILD)
===================================================================
--- testing-x86_64/PKGBUILD	                        (rev 0)
+++ testing-x86_64/PKGBUILD	2020-02-11 11:00:42 UTC (rev 375324)
@@ -0,0 +1,40 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+# Contributor: Andrea Scarpino <andrea at archlinux.org>
+# Contributor: schuay <jakob.gruber at gmail.com>
+
+pkgname=ksshaskpass
+pkgver=5.18.0
+pkgrel=1
+pkgdesc='ssh-add helper that uses kwallet and kpassworddialog'
+url='https://www.kde.org/workspaces/plasmadesktop/'
+license=(GPL)
+arch=(x86_64)
+depends=(kwallet)
+makedepends=(extra-cmake-modules kdoctools)
+provides=(x11-ssh-askpass)
+groups=(plasma)
+source=("https://download.kde.org/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz"{,.sig})
+install=$pkgname.install
+sha256sums=('633480266fe54e855c5640c1c5d7580ad4dee74999b2a48eef3cbd9d7fb9a9b4'
+            'SKIP')
+validpgpkeys=('2D1D5B0588357787DE9EE225EC94D18F7F05997E'  # Jonathan Riddell <jr at jriddell.org>
+              '0AAC775BB6437A8D9AF7A3ACFE0784117FBCE11D'  # Bhushan Shah <bshah at kde.org>
+              'D07BD8662C56CB291B316EB2F5675605C74E02CF'  # David Edmundson <davidedmundson at kde.org>
+              '1FA881591C26B276D7A5518EEAAF29B42A678C20') # Marco Martin <notmart at gmail.com>
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+    -DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}

Copied: ksshaskpass/repos/testing-x86_64/ksshaskpass.install (from rev 375323, ksshaskpass/trunk/ksshaskpass.install)
===================================================================
--- testing-x86_64/ksshaskpass.install	                        (rev 0)
+++ testing-x86_64/ksshaskpass.install	2020-02-11 11:00:42 UTC (rev 375324)
@@ -0,0 +1,5 @@
+post_upgrade() {
+  if [[ $(vercmp 5.5.2-2 "$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