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

Antonio Rojas arojas at archlinux.org
Tue Oct 10 10:34:04 UTC 2017


    Date: Tuesday, October 10, 2017 @ 10:34:03
  Author: arojas
Revision: 307288

archrelease: copy trunk to kde-unstable-i686, kde-unstable-x86_64

Added:
  ksshaskpass/repos/kde-unstable-i686/
  ksshaskpass/repos/kde-unstable-i686/PKGBUILD
    (from rev 307287, ksshaskpass/trunk/PKGBUILD)
  ksshaskpass/repos/kde-unstable-i686/ksshaskpass.install
    (from rev 307287, ksshaskpass/trunk/ksshaskpass.install)
  ksshaskpass/repos/kde-unstable-x86_64/PKGBUILD
    (from rev 307287, ksshaskpass/trunk/PKGBUILD)
  ksshaskpass/repos/kde-unstable-x86_64/ksshaskpass.install
    (from rev 307287, ksshaskpass/trunk/ksshaskpass.install)
Deleted:
  ksshaskpass/repos/kde-unstable-x86_64/PKGBUILD
  ksshaskpass/repos/kde-unstable-x86_64/ksshaskpass.install

-----------------------------------------+
 /PKGBUILD                               |   42 ++++++++++++++++++++++++++++++
 /ksshaskpass.install                    |    5 +++
 kde-unstable-i686/PKGBUILD              |   42 ++++++++++++++++++++++++++++++
 kde-unstable-i686/ksshaskpass.install   |    5 +++
 kde-unstable-x86_64/PKGBUILD            |   42 ------------------------------
 kde-unstable-x86_64/ksshaskpass.install |    5 ---
 6 files changed, 94 insertions(+), 47 deletions(-)

Copied: ksshaskpass/repos/kde-unstable-i686/PKGBUILD (from rev 307287, ksshaskpass/trunk/PKGBUILD)
===================================================================
--- kde-unstable-i686/PKGBUILD	                        (rev 0)
+++ kde-unstable-i686/PKGBUILD	2017-10-10 10:34:03 UTC (rev 307288)
@@ -0,0 +1,42 @@
+# $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.0
+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)
+groups=(plasma)
+source=("https://download.kde.org/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz"{,.sig})
+install=$pkgname.install
+sha256sums=('e01a97c937e275db5695b1ab0066cdb8bfda5dbe2a03222a9561ab25ffdeccda'
+            'SKIP')
+validpgpkeys=('2D1D5B0588357787DE9EE225EC94D18F7F05997E'  # Jonathan Riddell
+              '348C8651206633FD983A8FC4DEACEA00075E1D76'  # KDE Neon
+              'D07BD8662C56CB291B316EB2F5675605C74E02CF') # David Edmundson
+
+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-i686/ksshaskpass.install (from rev 307287, ksshaskpass/trunk/ksshaskpass.install)
===================================================================
--- kde-unstable-i686/ksshaskpass.install	                        (rev 0)
+++ kde-unstable-i686/ksshaskpass.install	2017-10-10 10:34:03 UTC (rev 307288)
@@ -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
+}

Deleted: kde-unstable-x86_64/PKGBUILD
===================================================================
--- kde-unstable-x86_64/PKGBUILD	2017-10-10 10:33:45 UTC (rev 307287)
+++ kde-unstable-x86_64/PKGBUILD	2017-10-10 10:34:03 UTC (rev 307288)
@@ -1,42 +0,0 @@
-# $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.10.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=("https://download.kde.org/unstable/plasma/${pkgver}/${pkgname}-${pkgver}.tar.xz"{,.sig})
-install=$pkgname.install
-sha256sums=('4374ec96f953814d97f4e585c1d8d5538c8b0c294e6e3d8933c436ab10ab4ac4'
-            '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/PKGBUILD (from rev 307287, ksshaskpass/trunk/PKGBUILD)
===================================================================
--- kde-unstable-x86_64/PKGBUILD	                        (rev 0)
+++ kde-unstable-x86_64/PKGBUILD	2017-10-10 10:34:03 UTC (rev 307288)
@@ -0,0 +1,42 @@
+# $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.0
+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)
+groups=(plasma)
+source=("https://download.kde.org/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz"{,.sig})
+install=$pkgname.install
+sha256sums=('e01a97c937e275db5695b1ab0066cdb8bfda5dbe2a03222a9561ab25ffdeccda'
+            'SKIP')
+validpgpkeys=('2D1D5B0588357787DE9EE225EC94D18F7F05997E'  # Jonathan Riddell
+              '348C8651206633FD983A8FC4DEACEA00075E1D76'  # KDE Neon
+              'D07BD8662C56CB291B316EB2F5675605C74E02CF') # David Edmundson
+
+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
+}

Deleted: kde-unstable-x86_64/ksshaskpass.install
===================================================================
--- kde-unstable-x86_64/ksshaskpass.install	2017-10-10 10:33:45 UTC (rev 307287)
+++ kde-unstable-x86_64/ksshaskpass.install	2017-10-10 10:34:03 UTC (rev 307288)
@@ -1,5 +0,0 @@
-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
-}

Copied: ksshaskpass/repos/kde-unstable-x86_64/ksshaskpass.install (from rev 307287, ksshaskpass/trunk/ksshaskpass.install)
===================================================================
--- kde-unstable-x86_64/ksshaskpass.install	                        (rev 0)
+++ kde-unstable-x86_64/ksshaskpass.install	2017-10-10 10:34:03 UTC (rev 307288)
@@ -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