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

Antonio Rojas arojas at gemini.archlinux.org
Tue Jun 14 12:51:20 UTC 2022


    Date: Tuesday, June 14, 2022 @ 12:51:19
  Author: arojas
Revision: 448561

archrelease: copy trunk to testing-x86_64

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

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

Copied: ksshaskpass/repos/testing-x86_64/PKGBUILD (from rev 448560, ksshaskpass/trunk/PKGBUILD)
===================================================================
--- testing-x86_64/PKGBUILD	                        (rev 0)
+++ testing-x86_64/PKGBUILD	2022-06-14 12:51:19 UTC (rev 448561)
@@ -0,0 +1,35 @@
+# 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.25.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=('702561d0dac450d74d45ecf013ede54eec6f295fff8fc3ff064d8392b97f762e'
+            'SKIP')
+validpgpkeys=('E0A3EB202F8E57528E13E72FD7574483BB57B18D'  # Jonathan Esk-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>
+options=(debug)
+
+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 448560, ksshaskpass/trunk/ksshaskpass.install)
===================================================================
--- testing-x86_64/ksshaskpass.install	                        (rev 0)
+++ testing-x86_64/ksshaskpass.install	2022-06-14 12:51:19 UTC (rev 448561)
@@ -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