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

Antonio Rojas arojas at archlinux.org
Mon Jan 15 20:04:33 UTC 2018


    Date: Monday, January 15, 2018 @ 20:04:32
  Author: arojas
Revision: 314845

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 314844, ksshaskpass/kde-unstable/PKGBUILD)
  ksshaskpass/repos/kde-unstable-x86_64/ksshaskpass.install
    (from rev 314844, ksshaskpass/kde-unstable/ksshaskpass.install)

---------------------+
 PKGBUILD            |   43 +++++++++++++++++++++++++++++++++++++++++++
 ksshaskpass.install |    5 +++++
 2 files changed, 48 insertions(+)

Copied: ksshaskpass/repos/kde-unstable-x86_64/PKGBUILD (from rev 314844, ksshaskpass/kde-unstable/PKGBUILD)
===================================================================
--- kde-unstable-x86_64/PKGBUILD	                        (rev 0)
+++ kde-unstable-x86_64/PKGBUILD	2018-01-15 20:04:32 UTC (rev 314845)
@@ -0,0 +1,43 @@
+# $Id$
+# 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.11.95
+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 python)
+provides=(x11-ssh-askpass)
+groups=(plasma)
+source=("https://download.kde.org/unstable/plasma/$pkgver/$pkgname-$pkgver.tar.xz"{,.sig})
+install=$pkgname.install
+sha256sums=('3df9d4aa054f7541a5031acb026f278ea44b5a50cfe55b4966b486c9c3cfcbdb'
+            'SKIP')
+validpgpkeys=('2D1D5B0588357787DE9EE225EC94D18F7F05997E'  # Jonathan Riddell
+              '348C8651206633FD983A8FC4DEACEA00075E1D76'  # KDE Neon
+              'D07BD8662C56CB291B316EB2F5675605C74E02CF'  # David Edmundson
+              '1FA881591C26B276D7A5518EEAAF29B42A678C20') # Marco Martin <notmart at gmail.com>
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+    -DCMAKE_BUILD_TYPE=Release \
+    -DCMAKE_INSTALL_PREFIX=/usr \
+    -DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}

Copied: ksshaskpass/repos/kde-unstable-x86_64/ksshaskpass.install (from rev 314844, ksshaskpass/kde-unstable/ksshaskpass.install)
===================================================================
--- kde-unstable-x86_64/ksshaskpass.install	                        (rev 0)
+++ kde-unstable-x86_64/ksshaskpass.install	2018-01-15 20:04:32 UTC (rev 314845)
@@ -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