[arch-commits] Commit in ksshaskpass/repos (8 files)
Antonio Rojas
arojas at archlinux.org
Tue Oct 4 16:14:39 UTC 2016
Date: Tuesday, October 4, 2016 @ 16:14:38
Author: arojas
Revision: 277650
archrelease: copy trunk to kde-unstable-i686, kde-unstable-x86_64
Added:
ksshaskpass/repos/kde-unstable-i686/PKGBUILD
(from rev 277649, ksshaskpass/trunk/PKGBUILD)
ksshaskpass/repos/kde-unstable-i686/ksshaskpass.install
(from rev 277649, ksshaskpass/trunk/ksshaskpass.install)
ksshaskpass/repos/kde-unstable-x86_64/PKGBUILD
(from rev 277649, ksshaskpass/trunk/PKGBUILD)
ksshaskpass/repos/kde-unstable-x86_64/ksshaskpass.install
(from rev 277649, ksshaskpass/trunk/ksshaskpass.install)
Deleted:
ksshaskpass/repos/kde-unstable-i686/PKGBUILD
ksshaskpass/repos/kde-unstable-i686/ksshaskpass.install
ksshaskpass/repos/kde-unstable-x86_64/PKGBUILD
ksshaskpass/repos/kde-unstable-x86_64/ksshaskpass.install
-----------------------------------------+
/PKGBUILD | 84 ++++++++++++++++++++++++++++++
/ksshaskpass.install | 10 +++
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(+), 94 deletions(-)
Deleted: kde-unstable-i686/PKGBUILD
===================================================================
--- kde-unstable-i686/PKGBUILD 2016-10-04 16:14:22 UTC (rev 277649)
+++ kde-unstable-i686/PKGBUILD 2016-10-04 16:14:38 UTC (rev 277650)
@@ -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.7.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=('cd43f9337cdb6215013fb56b0db6590446d8e90950ef77369e33faa2075605a3'
- '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-i686/PKGBUILD (from rev 277649, ksshaskpass/trunk/PKGBUILD)
===================================================================
--- kde-unstable-i686/PKGBUILD (rev 0)
+++ kde-unstable-i686/PKGBUILD 2016-10-04 16:14:38 UTC (rev 277650)
@@ -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.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' 'ksshaskpass-frameworks')
+conflicts=('ksshaskpass-frameworks')
+replaces=('ksshaskpass-frameworks')
+groups=('plasma')
+source=("http://download.kde.org/stable/plasma/${pkgver}/${pkgname}-${pkgver}.tar.xz"{,.sig})
+install=$pkgname.install
+sha256sums=('4b1fdbd4edbbe65675e43556992982ee03d1c1c95fbd2c80f4003164558f74d2'
+ '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
+}
Deleted: kde-unstable-i686/ksshaskpass.install
===================================================================
--- kde-unstable-i686/ksshaskpass.install 2016-10-04 16:14:22 UTC (rev 277649)
+++ kde-unstable-i686/ksshaskpass.install 2016-10-04 16:14:38 UTC (rev 277650)
@@ -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-i686/ksshaskpass.install (from rev 277649, ksshaskpass/trunk/ksshaskpass.install)
===================================================================
--- kde-unstable-i686/ksshaskpass.install (rev 0)
+++ kde-unstable-i686/ksshaskpass.install 2016-10-04 16:14:38 UTC (rev 277650)
@@ -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 2016-10-04 16:14:22 UTC (rev 277649)
+++ kde-unstable-x86_64/PKGBUILD 2016-10-04 16:14:38 UTC (rev 277650)
@@ -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.7.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=('cd43f9337cdb6215013fb56b0db6590446d8e90950ef77369e33faa2075605a3'
- '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 277649, ksshaskpass/trunk/PKGBUILD)
===================================================================
--- kde-unstable-x86_64/PKGBUILD (rev 0)
+++ kde-unstable-x86_64/PKGBUILD 2016-10-04 16:14:38 UTC (rev 277650)
@@ -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.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' 'ksshaskpass-frameworks')
+conflicts=('ksshaskpass-frameworks')
+replaces=('ksshaskpass-frameworks')
+groups=('plasma')
+source=("http://download.kde.org/stable/plasma/${pkgver}/${pkgname}-${pkgver}.tar.xz"{,.sig})
+install=$pkgname.install
+sha256sums=('4b1fdbd4edbbe65675e43556992982ee03d1c1c95fbd2c80f4003164558f74d2'
+ '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
+}
Deleted: kde-unstable-x86_64/ksshaskpass.install
===================================================================
--- kde-unstable-x86_64/ksshaskpass.install 2016-10-04 16:14:22 UTC (rev 277649)
+++ kde-unstable-x86_64/ksshaskpass.install 2016-10-04 16:14:38 UTC (rev 277650)
@@ -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 277649, ksshaskpass/trunk/ksshaskpass.install)
===================================================================
--- kde-unstable-x86_64/ksshaskpass.install (rev 0)
+++ kde-unstable-x86_64/ksshaskpass.install 2016-10-04 16:14:38 UTC (rev 277650)
@@ -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