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

Antonio Rojas arojas at gemini.archlinux.org
Thu Jan 13 15:25:08 UTC 2022


    Date: Thursday, January 13, 2022 @ 15:25:08
  Author: arojas
Revision: 434382

archrelease: copy kde-unstable to kde-unstable-x86_64

Added:
  ksshaskpass/repos/kde-unstable-x86_64/
  ksshaskpass/repos/kde-unstable-x86_64/PKGBUILD
    (from rev 434381, ksshaskpass/kde-unstable/PKGBUILD)
  ksshaskpass/repos/kde-unstable-x86_64/ksshaskpass.install
    (from rev 434381, ksshaskpass/kde-unstable/ksshaskpass.install)

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

Copied: ksshaskpass/repos/kde-unstable-x86_64/PKGBUILD (from rev 434381, ksshaskpass/kde-unstable/PKGBUILD)
===================================================================
--- kde-unstable-x86_64/PKGBUILD	                        (rev 0)
+++ kde-unstable-x86_64/PKGBUILD	2022-01-13 15:25:08 UTC (rev 434382)
@@ -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.23.90
+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/unstable/plasma/$pkgver/$pkgname-$pkgver.tar.xz{,.sig})
+install=$pkgname.install
+sha256sums=('14b080bed5ec48bf73663ff0e2e29b6c30236fcf3b05921714cea48463eece52'
+            '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>
+
+build() {
+  cmake -B build -S $pkgname-$pkgver \
+    -DBUILD_TESTING=OFF
+  cmake --build build
+}
+
+package() {
+  DESTDIR="$pkgdir" cmake --install build
+}

Copied: ksshaskpass/repos/kde-unstable-x86_64/ksshaskpass.install (from rev 434381, ksshaskpass/kde-unstable/ksshaskpass.install)
===================================================================
--- kde-unstable-x86_64/ksshaskpass.install	                        (rev 0)
+++ kde-unstable-x86_64/ksshaskpass.install	2022-01-13 15:25:08 UTC (rev 434382)
@@ -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