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

Antonio Rojas arojas at archlinux.org
Thu Jan 12 17:42:11 UTC 2017


    Date: Thursday, January 12, 2017 @ 17:42:10
  Author: arojas
Revision: 285894

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

---------------------+
 PKGBUILD            |   42 ++++++++++++++++++++++++++++++++++++++++++
 ksshaskpass.install |    5 +++++
 2 files changed, 47 insertions(+)

Copied: ksshaskpass/repos/kde-unstable-x86_64/PKGBUILD (from rev 285893, ksshaskpass/kde-unstable/PKGBUILD)
===================================================================
--- kde-unstable-x86_64/PKGBUILD	                        (rev 0)
+++ kde-unstable-x86_64/PKGBUILD	2017-01-12 17:42:10 UTC (rev 285894)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: Andrea Scarpino <andrea at archlinux.org>
+# Contributor: schuay <jakob.gruber at gmail.com>
+
+pkgname=ksshaskpass
+pkgver=5.8.95
+pkgrel=1
+pkgdesc='ssh-add helper that uses kwallet and kpassworddialog'
+url='https://www.kde.org/workspaces/plasmadesktop/'
+license=('GPL')
+arch=('i686' 'x86_64')
+depends=('kwallet')
+makedepends=('extra-cmake-modules' 'kdoctools' 'python')
+provides=('x11-ssh-askpass' 'ksshaskpass-frameworks')
+conflicts=('ksshaskpass-frameworks')
+replaces=('ksshaskpass-frameworks')
+groups=('plasma')
+source=("http://download.kde.org/unstable/plasma/${pkgver}/${pkgname}-${pkgver}.tar.xz"{,.sig})
+install=$pkgname.install
+sha256sums=('13247e283a1f670c4d65cc66f081bf81c38752e47622c7518dc40908f0286f95'
+            'SKIP')
+validpgpkeys=('2D1D5B0588357787DE9EE225EC94D18F7F05997E'  # Jonathan Riddell
+              '348C8651206633FD983A8FC4DEACEA00075E1D76'  # KDE Neon
+              'D07BD8662C56CB291B316EB2F5675605C74E02CF') # David Edmundson
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../ksshaskpass-$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 285893, ksshaskpass/kde-unstable/ksshaskpass.install)
===================================================================
--- kde-unstable-x86_64/ksshaskpass.install	                        (rev 0)
+++ kde-unstable-x86_64/ksshaskpass.install	2017-01-12 17:42:10 UTC (rev 285894)
@@ -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