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

Antonio Rojas arojas at archlinux.org
Tue Feb 16 13:42:45 UTC 2021


    Date: Tuesday, February 16, 2021 @ 13:42:45
  Author: arojas
Revision: 408251

archrelease: copy trunk to testing-x86_64

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

---------------------+
 PKGBUILD            |   34 ++++++++++++++++++++++++++++++++++
 ksshaskpass.install |    5 +++++
 2 files changed, 39 insertions(+)

Copied: ksshaskpass/repos/testing-x86_64/PKGBUILD (from rev 408250, ksshaskpass/trunk/PKGBUILD)
===================================================================
--- testing-x86_64/PKGBUILD	                        (rev 0)
+++ testing-x86_64/PKGBUILD	2021-02-16 13:42:45 UTC (rev 408251)
@@ -0,0 +1,34 @@
+# 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.21.0
+pkgrel=1
+pkgdesc='ssh-add helper that uses kwallet and kpassworddialog'
+url='https://kde.org/plasma-desktop/'
+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=('7131ad2c18d5d6a04a1811bb3e4530cbf263324a1a86b8d233350330a1834b7f'
+            '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>
+
+build() {
+  cmake -B build -S $pkgname-$pkgver \
+    -DBUILD_TESTING=OFF
+  cmake --build build
+}
+
+package() {
+  DESTDIR="$pkgdir" cmake --install build
+}

Copied: ksshaskpass/repos/testing-x86_64/ksshaskpass.install (from rev 408250, ksshaskpass/trunk/ksshaskpass.install)
===================================================================
--- testing-x86_64/ksshaskpass.install	                        (rev 0)
+++ testing-x86_64/ksshaskpass.install	2021-02-16 13:42:45 UTC (rev 408251)
@@ -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