[arch-commits] Commit in openssh-askpass/repos/community-x86_64 (4 files)
Date: Wednesday, May 1, 2019 @ 09:00:53 Author: arojas Revision: 457394 archrelease: copy trunk to community-x86_64 Added: openssh-askpass/repos/community-x86_64/PKGBUILD (from rev 457393, openssh-askpass/trunk/PKGBUILD) openssh-askpass/repos/community-x86_64/openssh-askpass.install (from rev 457393, openssh-askpass/trunk/openssh-askpass.install) Deleted: openssh-askpass/repos/community-x86_64/PKGBUILD openssh-askpass/repos/community-x86_64/openssh-askpass.install -+ PKGBUILD| 66 +++--- openssh-askpass.install | 10 +++--- 2 files changed, 38 insertions(+), 38 deletions(-) Deleted: PKGBUILD === --- PKGBUILD2019-05-01 09:00:32 UTC (rev 457393) +++ PKGBUILD2019-05-01 09:00:53 UTC (rev 457394) @@ -1,33 +0,0 @@ -# Maintainer: schuay -# Previous Maintainer: TDY -# Contributor: Massimiliano Torromeo - -pkgname=openssh-askpass -pkgver=2.1.0 -pkgrel=1 -pkgdesc='A plasma-like passphrase dialog for ssh' -arch=('i686' 'x86_64') -url='http://hugo.pereira.free.fr/software/index.php?page=package&package_list=software_list_qt4&package=openssh-askpass&full=0' -license=('GPL') -depends=('openssh' 'qt4' 'xcb-util-keysyms') -makedepends=('cmake') -provides=('x11-ssh-askpass') -source=("http://hugo.pereira.free.fr/software/tgz/$pkgname-$pkgver.tar.gz";) -install=$pkgname.install - -build() { - cd "$srcdir/$pkgname-$pkgver" - - mkdir -p build - cd build - - cmake -DCMAKE_INSTALL_PREFIX="/usr" .. - make -} - -package() { - cd "$srcdir/$pkgname-$pkgver/build" - make DESTDIR="$pkgdir" install -} - -md5sums=('2b72a2a4bb99880f03b0f7e4691d779e') Copied: openssh-askpass/repos/community-x86_64/PKGBUILD (from rev 457393, openssh-askpass/trunk/PKGBUILD) === --- PKGBUILD(rev 0) +++ PKGBUILD2019-05-01 09:00:53 UTC (rev 457394) @@ -0,0 +1,33 @@ +# Maintainer: schuay +# Previous Maintainer: TDY +# Contributor: Massimiliano Torromeo + +pkgname=openssh-askpass +pkgver=2.1.0 +pkgrel=2 +pkgdesc='A plasma-like passphrase dialog for ssh' +arch=('x86_64') +url='http://hugo.pereira.free.fr/software/index.php?page=package&package_list=software_list_qt4&package=openssh-askpass&full=0' +license=('GPL') +depends=('openssh' 'qt5-x11extras' 'qt5-svg' 'xcb-util-keysyms') +makedepends=('cmake') +provides=('x11-ssh-askpass') +source=("http://hugo.pereira.free.fr/software/tgz/$pkgname-$pkgver.tar.gz";) +install=$pkgname.install + +build() { + cd "$srcdir/$pkgname-$pkgver" + + mkdir -p build + cd build + + cmake -DCMAKE_INSTALL_PREFIX="/usr" -DUSE_QT5=ON .. + make +} + +package() { + cd "$srcdir/$pkgname-$pkgver/build" + make DESTDIR="$pkgdir" install +} + +md5sums=('707e4533cab44b0ec767bd27d326fd71') Deleted: openssh-askpass.install === --- openssh-askpass.install 2019-05-01 09:00:32 UTC (rev 457393) +++ openssh-askpass.install 2019-05-01 09:00:53 UTC (rev 457394) @@ -1,5 +0,0 @@ -post_upgrade() { - if [[ $(vercmp 2.0.3-3 "$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: openssh-askpass/repos/community-x86_64/openssh-askpass.install (from rev 457393, openssh-askpass/trunk/openssh-askpass.install) === --- openssh-askpass.install (rev 0) +++ openssh-askpass.install 2019-05-01 09:00:53 UTC (rev 457394) @@ -0,0 +1,5 @@ +post_upgrade() { + if [[ $(vercmp 2.0.3-3 "$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 +}
[arch-commits] Commit in openssh-askpass/repos/community-x86_64 (4 files)
Date: Sunday, August 20, 2017 @ 18:30:56 Author: schuay Revision: 252777 archrelease: copy trunk to community-x86_64 Added: openssh-askpass/repos/community-x86_64/PKGBUILD (from rev 252776, openssh-askpass/trunk/PKGBUILD) openssh-askpass/repos/community-x86_64/openssh-askpass.install (from rev 252776, openssh-askpass/trunk/openssh-askpass.install) Deleted: openssh-askpass/repos/community-x86_64/PKGBUILD openssh-askpass/repos/community-x86_64/openssh-askpass.install -+ PKGBUILD| 66 +++--- openssh-askpass.install | 10 +++--- 2 files changed, 38 insertions(+), 38 deletions(-) Deleted: PKGBUILD === --- PKGBUILD2017-08-20 18:30:50 UTC (rev 252776) +++ PKGBUILD2017-08-20 18:30:56 UTC (rev 252777) @@ -1,33 +0,0 @@ -# Maintainer: schuay -# Previous Maintainer: TDY -# Contributor: Massimiliano Torromeo - -pkgname=openssh-askpass -pkgver=2.0.3 -pkgrel=3 -pkgdesc='A plasma-like passphrase dialog for ssh' -arch=('i686' 'x86_64') -url='http://hugo.pereira.free.fr/software/index.php?page=package&package_list=software_list_qt4&package=openssh-askpass&full=0' -license=('GPL') -depends=('openssh' 'qt4' 'xcb-util-keysyms') -makedepends=('cmake') -provides=('x11-ssh-askpass') -source=("http://hugo.pereira.free.fr/software/tgz/$pkgname-$pkgver.tar.gz";) -install=$pkgname.install - -build() { - cd "$srcdir/$pkgname-$pkgver" - - mkdir -p build - cd build - - cmake -DCMAKE_INSTALL_PREFIX="/usr" .. - make -} - -package() { - cd "$srcdir/$pkgname-$pkgver/build" - make DESTDIR="$pkgdir" install -} - -md5sums=('b5abdeef5f09256545f8643aca111426') Copied: openssh-askpass/repos/community-x86_64/PKGBUILD (from rev 252776, openssh-askpass/trunk/PKGBUILD) === --- PKGBUILD(rev 0) +++ PKGBUILD2017-08-20 18:30:56 UTC (rev 252777) @@ -0,0 +1,33 @@ +# Maintainer: schuay +# Previous Maintainer: TDY +# Contributor: Massimiliano Torromeo + +pkgname=openssh-askpass +pkgver=2.1.0 +pkgrel=1 +pkgdesc='A plasma-like passphrase dialog for ssh' +arch=('i686' 'x86_64') +url='http://hugo.pereira.free.fr/software/index.php?page=package&package_list=software_list_qt4&package=openssh-askpass&full=0' +license=('GPL') +depends=('openssh' 'qt4' 'xcb-util-keysyms') +makedepends=('cmake') +provides=('x11-ssh-askpass') +source=("http://hugo.pereira.free.fr/software/tgz/$pkgname-$pkgver.tar.gz";) +install=$pkgname.install + +build() { + cd "$srcdir/$pkgname-$pkgver" + + mkdir -p build + cd build + + cmake -DCMAKE_INSTALL_PREFIX="/usr" .. + make +} + +package() { + cd "$srcdir/$pkgname-$pkgver/build" + make DESTDIR="$pkgdir" install +} + +md5sums=('2b72a2a4bb99880f03b0f7e4691d779e') Deleted: openssh-askpass.install === --- openssh-askpass.install 2017-08-20 18:30:50 UTC (rev 252776) +++ openssh-askpass.install 2017-08-20 18:30:56 UTC (rev 252777) @@ -1,5 +0,0 @@ -post_upgrade() { - if [[ $(vercmp 2.0.3-3 "$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: openssh-askpass/repos/community-x86_64/openssh-askpass.install (from rev 252776, openssh-askpass/trunk/openssh-askpass.install) === --- openssh-askpass.install (rev 0) +++ openssh-askpass.install 2017-08-20 18:30:56 UTC (rev 252777) @@ -0,0 +1,5 @@ +post_upgrade() { + if [[ $(vercmp 2.0.3-3 "$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 +}
[arch-commits] Commit in openssh-askpass/repos/community-x86_64 (4 files)
Date: Sunday, June 21, 2015 @ 16:06:21 Author: schuay Revision: 135656 archrelease: copy trunk to community-x86_64 Added: openssh-askpass/repos/community-x86_64/PKGBUILD (from rev 135655, openssh-askpass/trunk/PKGBUILD) openssh-askpass/repos/community-x86_64/openssh-askpass.sh (from rev 135655, openssh-askpass/trunk/openssh-askpass.sh) Deleted: openssh-askpass/repos/community-x86_64/PKGBUILD openssh-askpass/repos/community-x86_64/openssh-askpass.sh + PKGBUILD | 72 +-- openssh-askpass.sh |2 - 2 files changed, 37 insertions(+), 37 deletions(-) Deleted: PKGBUILD === --- PKGBUILD2015-06-21 14:06:15 UTC (rev 135655) +++ PKGBUILD2015-06-21 14:06:21 UTC (rev 135656) @@ -1,36 +0,0 @@ -# Maintainer: schuay -# Previous Maintainer: TDY -# Contributor: Massimiliano Torromeo - -pkgname=openssh-askpass -pkgver=2.0.2 -pkgrel=1 -pkgdesc='A plasma-like passphrase dialog for ssh' -arch=('i686' 'x86_64') -url='http://hugo.pereira.free.fr/software/index.php?page=package&package_list=software_list_qt4&package=openssh-askpass&full=0' -license=('GPL') -depends=('openssh' 'qt4' 'xcb-util-keysyms') -makedepends=('cmake') -provides=('x11-ssh-askpass') -conflicts=('x11-ssh-askpass') -source=("http://hugo.pereira.free.fr/software/tgz/$pkgname-$pkgver.tar.gz"; -"$pkgname.sh") - -build() { - cd "$srcdir/$pkgname-$pkgver" - - mkdir -p build - cd build - - cmake -DCMAKE_INSTALL_PREFIX="/usr" .. - make -} - -package() { - cd "$srcdir/$pkgname-$pkgver/build" - make DESTDIR="$pkgdir" install - install -Dm755 "$srcdir/$pkgname.sh" "$pkgdir/etc/profile.d/$pkgname.sh" -} - -md5sums=('b8237a47f9145d63cd70694e3889e057' - 'baec3f0499b851aca6705968fa9e0df7') Copied: openssh-askpass/repos/community-x86_64/PKGBUILD (from rev 135655, openssh-askpass/trunk/PKGBUILD) === --- PKGBUILD(rev 0) +++ PKGBUILD2015-06-21 14:06:21 UTC (rev 135656) @@ -0,0 +1,36 @@ +# Maintainer: schuay +# Previous Maintainer: TDY +# Contributor: Massimiliano Torromeo + +pkgname=openssh-askpass +pkgver=2.0.3 +pkgrel=1 +pkgdesc='A plasma-like passphrase dialog for ssh' +arch=('i686' 'x86_64') +url='http://hugo.pereira.free.fr/software/index.php?page=package&package_list=software_list_qt4&package=openssh-askpass&full=0' +license=('GPL') +depends=('openssh' 'qt4' 'xcb-util-keysyms') +makedepends=('cmake') +provides=('x11-ssh-askpass') +conflicts=('x11-ssh-askpass') +source=("http://hugo.pereira.free.fr/software/tgz/$pkgname-$pkgver.tar.gz"; +"$pkgname.sh") + +build() { + cd "$srcdir/$pkgname-$pkgver" + + mkdir -p build + cd build + + cmake -DCMAKE_INSTALL_PREFIX="/usr" .. + make +} + +package() { + cd "$srcdir/$pkgname-$pkgver/build" + make DESTDIR="$pkgdir" install + install -Dm755 "$srcdir/$pkgname.sh" "$pkgdir/etc/profile.d/$pkgname.sh" +} + +md5sums=('b5abdeef5f09256545f8643aca111426' + 'baec3f0499b851aca6705968fa9e0df7') Deleted: openssh-askpass.sh === --- openssh-askpass.sh 2015-06-21 14:06:15 UTC (rev 135655) +++ openssh-askpass.sh 2015-06-21 14:06:21 UTC (rev 135656) @@ -1 +0,0 @@ -export SSH_ASKPASS=/usr/bin/qt4-ssh-askpass Copied: openssh-askpass/repos/community-x86_64/openssh-askpass.sh (from rev 135655, openssh-askpass/trunk/openssh-askpass.sh) === --- openssh-askpass.sh (rev 0) +++ openssh-askpass.sh 2015-06-21 14:06:21 UTC (rev 135656) @@ -0,0 +1 @@ +export SSH_ASKPASS=/usr/bin/qt4-ssh-askpass
[arch-commits] Commit in openssh-askpass/repos/community-x86_64 (4 files)
Date: Sunday, June 15, 2014 @ 14:06:17 Author: schuay Revision: 113179 archrelease: copy trunk to community-x86_64 Added: openssh-askpass/repos/community-x86_64/PKGBUILD (from rev 113178, openssh-askpass/trunk/PKGBUILD) openssh-askpass/repos/community-x86_64/openssh-askpass.sh (from rev 113178, openssh-askpass/trunk/openssh-askpass.sh) Deleted: openssh-askpass/repos/community-x86_64/PKGBUILD openssh-askpass/repos/community-x86_64/openssh-askpass.sh + PKGBUILD | 72 +-- openssh-askpass.sh |2 - 2 files changed, 37 insertions(+), 37 deletions(-) Deleted: PKGBUILD === --- PKGBUILD2014-06-15 12:06:08 UTC (rev 113178) +++ PKGBUILD2014-06-15 12:06:17 UTC (rev 113179) @@ -1,36 +0,0 @@ -# Maintainer: schuay -# Previous Maintainer: TDY -# Contributor: Massimiliano Torromeo - -pkgname=openssh-askpass -pkgver=2.0.1 -pkgrel=1 -pkgdesc='A plasma-like passphrase dialog for ssh' -arch=('i686' 'x86_64') -url='http://hugo.pereira.free.fr/software/index.php?page=package&package_list=software_list_qt4&package=openssh-askpass&full=0' -license=('GPL') -depends=('openssh' 'qt4') -makedepends=('cmake') -provides=('x11-ssh-askpass') -conflicts=('x11-ssh-askpass') -source=("http://hugo.pereira.free.fr/software/tgz/$pkgname-$pkgver.tar.gz"; -"$pkgname.sh") - -build() { - cd "$srcdir/$pkgname-$pkgver" - - mkdir -p build - cd build - - cmake -DCMAKE_INSTALL_PREFIX="/usr" .. - make -} - -package() { - cd "$srcdir/$pkgname-$pkgver/build" - make DESTDIR="$pkgdir" install - install -Dm755 "$srcdir/$pkgname.sh" "$pkgdir/etc/profile.d/$pkgname.sh" -} - -md5sums=('c196971941ff3773d9f977b52015b214' - 'baec3f0499b851aca6705968fa9e0df7') Copied: openssh-askpass/repos/community-x86_64/PKGBUILD (from rev 113178, openssh-askpass/trunk/PKGBUILD) === --- PKGBUILD(rev 0) +++ PKGBUILD2014-06-15 12:06:17 UTC (rev 113179) @@ -0,0 +1,36 @@ +# Maintainer: schuay +# Previous Maintainer: TDY +# Contributor: Massimiliano Torromeo + +pkgname=openssh-askpass +pkgver=2.0.2 +pkgrel=1 +pkgdesc='A plasma-like passphrase dialog for ssh' +arch=('i686' 'x86_64') +url='http://hugo.pereira.free.fr/software/index.php?page=package&package_list=software_list_qt4&package=openssh-askpass&full=0' +license=('GPL') +depends=('openssh' 'qt4' 'xcb-util-keysyms') +makedepends=('cmake') +provides=('x11-ssh-askpass') +conflicts=('x11-ssh-askpass') +source=("http://hugo.pereira.free.fr/software/tgz/$pkgname-$pkgver.tar.gz"; +"$pkgname.sh") + +build() { + cd "$srcdir/$pkgname-$pkgver" + + mkdir -p build + cd build + + cmake -DCMAKE_INSTALL_PREFIX="/usr" .. + make +} + +package() { + cd "$srcdir/$pkgname-$pkgver/build" + make DESTDIR="$pkgdir" install + install -Dm755 "$srcdir/$pkgname.sh" "$pkgdir/etc/profile.d/$pkgname.sh" +} + +md5sums=('b8237a47f9145d63cd70694e3889e057' + 'baec3f0499b851aca6705968fa9e0df7') Deleted: openssh-askpass.sh === --- openssh-askpass.sh 2014-06-15 12:06:08 UTC (rev 113178) +++ openssh-askpass.sh 2014-06-15 12:06:17 UTC (rev 113179) @@ -1 +0,0 @@ -export SSH_ASKPASS=/usr/bin/qt4-ssh-askpass Copied: openssh-askpass/repos/community-x86_64/openssh-askpass.sh (from rev 113178, openssh-askpass/trunk/openssh-askpass.sh) === --- openssh-askpass.sh (rev 0) +++ openssh-askpass.sh 2014-06-15 12:06:17 UTC (rev 113179) @@ -0,0 +1 @@ +export SSH_ASKPASS=/usr/bin/qt4-ssh-askpass
[arch-commits] Commit in openssh-askpass/repos/community-x86_64 (4 files)
Date: Saturday, February 1, 2014 @ 11:39:28 Author: schuay Revision: 105134 archrelease: copy trunk to community-x86_64 Added: openssh-askpass/repos/community-x86_64/PKGBUILD (from rev 105133, openssh-askpass/trunk/PKGBUILD) openssh-askpass/repos/community-x86_64/openssh-askpass.sh (from rev 105133, openssh-askpass/trunk/openssh-askpass.sh) Deleted: openssh-askpass/repos/community-x86_64/PKGBUILD openssh-askpass/repos/community-x86_64/openssh-askpass.sh + PKGBUILD | 72 +-- openssh-askpass.sh |2 - 2 files changed, 37 insertions(+), 37 deletions(-) Deleted: PKGBUILD === --- PKGBUILD2014-02-01 10:39:23 UTC (rev 105133) +++ PKGBUILD2014-02-01 10:39:28 UTC (rev 105134) @@ -1,36 +0,0 @@ -# Maintainer: schuay -# Previous Maintainer: TDY -# Contributor: Massimiliano Torromeo - -pkgname=openssh-askpass -pkgver=2.0.0 -pkgrel=2 -pkgdesc='A plasma-like passphrase dialog for ssh' -arch=('i686' 'x86_64') -url='http://www.phenix.bnl.gov/WWW/publish/hpereira/software/index.php?page=package&package_list=software_list_qt4&package=openssh-askpass&full=1' -license=('GPL') -depends=('openssh' 'qt4') -makedepends=('cmake') -provides=('x11-ssh-askpass') -conflicts=('x11-ssh-askpass') -source=("http://www.phenix.bnl.gov/WWW/publish/hpereira/software/tgz/$pkgname-$pkgver.tar.gz"; -"$pkgname.sh") - -build() { - cd "$srcdir/$pkgname-$pkgver" - - mkdir -p build - cd build - - cmake -DCMAKE_INSTALL_PREFIX="/usr" .. - make -} - -package() { - cd "$srcdir/$pkgname-$pkgver/build" - make DESTDIR="$pkgdir" install - install -Dm755 "$srcdir/$pkgname.sh" "$pkgdir/etc/profile.d/$pkgname.sh" -} - -md5sums=('99b31e5bc2c12f91cc88869661ad92be' - 'baec3f0499b851aca6705968fa9e0df7') Copied: openssh-askpass/repos/community-x86_64/PKGBUILD (from rev 105133, openssh-askpass/trunk/PKGBUILD) === --- PKGBUILD(rev 0) +++ PKGBUILD2014-02-01 10:39:28 UTC (rev 105134) @@ -0,0 +1,36 @@ +# Maintainer: schuay +# Previous Maintainer: TDY +# Contributor: Massimiliano Torromeo + +pkgname=openssh-askpass +pkgver=2.0.1 +pkgrel=1 +pkgdesc='A plasma-like passphrase dialog for ssh' +arch=('i686' 'x86_64') +url='http://hugo.pereira.free.fr/software/index.php?page=package&package_list=software_list_qt4&package=openssh-askpass&full=0' +license=('GPL') +depends=('openssh' 'qt4') +makedepends=('cmake') +provides=('x11-ssh-askpass') +conflicts=('x11-ssh-askpass') +source=("http://hugo.pereira.free.fr/software/tgz/$pkgname-$pkgver.tar.gz"; +"$pkgname.sh") + +build() { + cd "$srcdir/$pkgname-$pkgver" + + mkdir -p build + cd build + + cmake -DCMAKE_INSTALL_PREFIX="/usr" .. + make +} + +package() { + cd "$srcdir/$pkgname-$pkgver/build" + make DESTDIR="$pkgdir" install + install -Dm755 "$srcdir/$pkgname.sh" "$pkgdir/etc/profile.d/$pkgname.sh" +} + +md5sums=('c196971941ff3773d9f977b52015b214' + 'baec3f0499b851aca6705968fa9e0df7') Deleted: openssh-askpass.sh === --- openssh-askpass.sh 2014-02-01 10:39:23 UTC (rev 105133) +++ openssh-askpass.sh 2014-02-01 10:39:28 UTC (rev 105134) @@ -1 +0,0 @@ -export SSH_ASKPASS=/usr/bin/qt4-ssh-askpass Copied: openssh-askpass/repos/community-x86_64/openssh-askpass.sh (from rev 105133, openssh-askpass/trunk/openssh-askpass.sh) === --- openssh-askpass.sh (rev 0) +++ openssh-askpass.sh 2014-02-01 10:39:28 UTC (rev 105134) @@ -0,0 +1 @@ +export SSH_ASKPASS=/usr/bin/qt4-ssh-askpass
[arch-commits] Commit in openssh-askpass/repos/community-x86_64 (4 files)
Date: Thursday, May 9, 2013 @ 18:56:24 Author: schuay Revision: 90228 archrelease: copy trunk to community-x86_64 Added: openssh-askpass/repos/community-x86_64/PKGBUILD (from rev 90227, openssh-askpass/trunk/PKGBUILD) openssh-askpass/repos/community-x86_64/openssh-askpass.sh (from rev 90227, openssh-askpass/trunk/openssh-askpass.sh) Deleted: openssh-askpass/repos/community-x86_64/PKGBUILD openssh-askpass/repos/community-x86_64/openssh-askpass.sh + PKGBUILD | 72 +-- openssh-askpass.sh |4 -- 2 files changed, 37 insertions(+), 39 deletions(-) Deleted: PKGBUILD === --- PKGBUILD2013-05-09 16:56:18 UTC (rev 90227) +++ PKGBUILD2013-05-09 16:56:24 UTC (rev 90228) @@ -1,36 +0,0 @@ -# Maintainer: schuay -# Previous Maintainer: TDY -# Contributor: Massimiliano Torromeo - -pkgname=openssh-askpass -pkgver=2.0.0 -pkgrel=1 -pkgdesc='A plasma-like passphrase dialog for ssh' -arch=('i686' 'x86_64') -url='http://www.phenix.bnl.gov/WWW/publish/hpereira/software/index.php?page=package&package_list=software_list_qt4&package=openssh-askpass&full=1' -license=('GPL') -depends=('openssh' 'qt4') -makedepends=('cmake') -provides=('x11-ssh-askpass') -conflicts=('x11-ssh-askpass') -source=("http://www.phenix.bnl.gov/WWW/publish/hpereira/software/tgz/$pkgname-$pkgver.tar.gz"; -"$pkgname.sh") - -build() { - cd "$srcdir/$pkgname-$pkgver" - - mkdir -p build - cd build - - cmake -DCMAKE_INSTALL_PREFIX="/usr" .. - make -} - -package() { - cd "$srcdir/$pkgname-$pkgver/build" - make DESTDIR="$pkgdir" install - install -Dm755 "$srcdir/$pkgname.sh" "$pkgdir/etc/profile.d/$pkgname.sh" -} - -md5sums=('99b31e5bc2c12f91cc88869661ad92be' - '961738244318f3723ba99cdcaac91a21') Copied: openssh-askpass/repos/community-x86_64/PKGBUILD (from rev 90227, openssh-askpass/trunk/PKGBUILD) === --- PKGBUILD(rev 0) +++ PKGBUILD2013-05-09 16:56:24 UTC (rev 90228) @@ -0,0 +1,36 @@ +# Maintainer: schuay +# Previous Maintainer: TDY +# Contributor: Massimiliano Torromeo + +pkgname=openssh-askpass +pkgver=2.0.0 +pkgrel=2 +pkgdesc='A plasma-like passphrase dialog for ssh' +arch=('i686' 'x86_64') +url='http://www.phenix.bnl.gov/WWW/publish/hpereira/software/index.php?page=package&package_list=software_list_qt4&package=openssh-askpass&full=1' +license=('GPL') +depends=('openssh' 'qt4') +makedepends=('cmake') +provides=('x11-ssh-askpass') +conflicts=('x11-ssh-askpass') +source=("http://www.phenix.bnl.gov/WWW/publish/hpereira/software/tgz/$pkgname-$pkgver.tar.gz"; +"$pkgname.sh") + +build() { + cd "$srcdir/$pkgname-$pkgver" + + mkdir -p build + cd build + + cmake -DCMAKE_INSTALL_PREFIX="/usr" .. + make +} + +package() { + cd "$srcdir/$pkgname-$pkgver/build" + make DESTDIR="$pkgdir" install + install -Dm755 "$srcdir/$pkgname.sh" "$pkgdir/etc/profile.d/$pkgname.sh" +} + +md5sums=('99b31e5bc2c12f91cc88869661ad92be' + 'baec3f0499b851aca6705968fa9e0df7') Deleted: openssh-askpass.sh === --- openssh-askpass.sh 2013-05-09 16:56:18 UTC (rev 90227) +++ openssh-askpass.sh 2013-05-09 16:56:24 UTC (rev 90228) @@ -1,3 +0,0 @@ -if [ -f /usr/lib/openssh/qt4-ssh-askpass ]; then - export SSH_ASKPASS=/usr/lib/openssh/qt4-ssh-askpass -fi Copied: openssh-askpass/repos/community-x86_64/openssh-askpass.sh (from rev 90227, openssh-askpass/trunk/openssh-askpass.sh) === --- openssh-askpass.sh (rev 0) +++ openssh-askpass.sh 2013-05-09 16:56:24 UTC (rev 90228) @@ -0,0 +1 @@ +export SSH_ASKPASS=/usr/bin/qt4-ssh-askpass
[arch-commits] Commit in openssh-askpass/repos/community-x86_64 (4 files)
Date: Wednesday, April 17, 2013 @ 09:21:30 Author: schuay Revision: 88409 archrelease: copy trunk to community-x86_64 Added: openssh-askpass/repos/community-x86_64/PKGBUILD (from rev 88408, openssh-askpass/trunk/PKGBUILD) openssh-askpass/repos/community-x86_64/openssh-askpass.sh (from rev 88408, openssh-askpass/trunk/openssh-askpass.sh) Deleted: openssh-askpass/repos/community-x86_64/PKGBUILD openssh-askpass/repos/community-x86_64/openssh-askpass.sh + PKGBUILD | 72 +-- openssh-askpass.sh |6 ++-- 2 files changed, 39 insertions(+), 39 deletions(-) Deleted: PKGBUILD === --- PKGBUILD2013-04-17 07:21:24 UTC (rev 88408) +++ PKGBUILD2013-04-17 07:21:30 UTC (rev 88409) @@ -1,36 +0,0 @@ -# Maintainer: schuay -# Previous Maintainer: TDY -# Contributor: Massimiliano Torromeo - -pkgname=openssh-askpass -pkgver=1.3.6 -pkgrel=2 -pkgdesc='A plasma-like passphrase dialog for ssh' -arch=('i686' 'x86_64') -url='http://www.phenix.bnl.gov/WWW/publish/hpereira/software/index.php?page=package&package_list=software_list_qt4&package=openssh-askpass&full=1' -license=('GPL') -depends=('openssh' 'qt4') -makedepends=('cmake') -provides=('x11-ssh-askpass') -conflicts=('x11-ssh-askpass') -source=("http://www.phenix.bnl.gov/WWW/publish/hpereira/software/tgz/$pkgname-$pkgver.tar.gz"; -"$pkgname.sh") - -build() { - cd "$srcdir/$pkgname-$pkgver" - - mkdir -p build - cd build - - cmake -DCMAKE_INSTALL_PREFIX="/usr" .. - make -} - -package() { - cd "$srcdir/$pkgname-$pkgver/build" - make DESTDIR="$pkgdir" install - install -Dm755 "$srcdir/$pkgname.sh" "$pkgdir/etc/profile.d/$pkgname.sh" -} - -md5sums=('795519396f070038857cd35710e2ff85' - '961738244318f3723ba99cdcaac91a21') Copied: openssh-askpass/repos/community-x86_64/PKGBUILD (from rev 88408, openssh-askpass/trunk/PKGBUILD) === --- PKGBUILD(rev 0) +++ PKGBUILD2013-04-17 07:21:30 UTC (rev 88409) @@ -0,0 +1,36 @@ +# Maintainer: schuay +# Previous Maintainer: TDY +# Contributor: Massimiliano Torromeo + +pkgname=openssh-askpass +pkgver=2.0.0 +pkgrel=1 +pkgdesc='A plasma-like passphrase dialog for ssh' +arch=('i686' 'x86_64') +url='http://www.phenix.bnl.gov/WWW/publish/hpereira/software/index.php?page=package&package_list=software_list_qt4&package=openssh-askpass&full=1' +license=('GPL') +depends=('openssh' 'qt4') +makedepends=('cmake') +provides=('x11-ssh-askpass') +conflicts=('x11-ssh-askpass') +source=("http://www.phenix.bnl.gov/WWW/publish/hpereira/software/tgz/$pkgname-$pkgver.tar.gz"; +"$pkgname.sh") + +build() { + cd "$srcdir/$pkgname-$pkgver" + + mkdir -p build + cd build + + cmake -DCMAKE_INSTALL_PREFIX="/usr" .. + make +} + +package() { + cd "$srcdir/$pkgname-$pkgver/build" + make DESTDIR="$pkgdir" install + install -Dm755 "$srcdir/$pkgname.sh" "$pkgdir/etc/profile.d/$pkgname.sh" +} + +md5sums=('99b31e5bc2c12f91cc88869661ad92be' + '961738244318f3723ba99cdcaac91a21') Deleted: openssh-askpass.sh === --- openssh-askpass.sh 2013-04-17 07:21:24 UTC (rev 88408) +++ openssh-askpass.sh 2013-04-17 07:21:30 UTC (rev 88409) @@ -1,3 +0,0 @@ -if [ -f /usr/lib/openssh/qt4-ssh-askpass ]; then - export SSH_ASKPASS=/usr/lib/openssh/qt4-ssh-askpass -fi Copied: openssh-askpass/repos/community-x86_64/openssh-askpass.sh (from rev 88408, openssh-askpass/trunk/openssh-askpass.sh) === --- openssh-askpass.sh (rev 0) +++ openssh-askpass.sh 2013-04-17 07:21:30 UTC (rev 88409) @@ -0,0 +1,3 @@ +if [ -f /usr/lib/openssh/qt4-ssh-askpass ]; then + export SSH_ASKPASS=/usr/lib/openssh/qt4-ssh-askpass +fi
[arch-commits] Commit in openssh-askpass/repos/community-x86_64 (4 files)
Date: Monday, January 28, 2013 @ 21:30:28 Author: schuay Revision: 83287 archrelease: copy trunk to community-x86_64 Added: openssh-askpass/repos/community-x86_64/PKGBUILD (from rev 83286, openssh-askpass/trunk/PKGBUILD) openssh-askpass/repos/community-x86_64/openssh-askpass.sh (from rev 83286, openssh-askpass/trunk/openssh-askpass.sh) Deleted: openssh-askpass/repos/community-x86_64/PKGBUILD openssh-askpass/repos/community-x86_64/openssh-askpass.sh + PKGBUILD | 68 ++- openssh-askpass.sh |6 ++-- 2 files changed, 38 insertions(+), 36 deletions(-) Deleted: PKGBUILD === --- PKGBUILD2013-01-28 20:30:22 UTC (rev 83286) +++ PKGBUILD2013-01-28 20:30:28 UTC (rev 83287) @@ -1,33 +0,0 @@ -# Maintainer: schuay -# Previous Maintainer: TDY -# Contributor: Massimiliano Torromeo - -pkgname=openssh-askpass -pkgver=1.3.4 -pkgrel=1 -pkgdesc='A plasma-like passphrase dialog for ssh' -arch=('i686' 'x86_64') -url='http://www.phenix.bnl.gov/WWW/publish/hpereira/software/index.php?page=package&package_list=software_list_qt4&package=openssh-askpass&full=1' -license=('GPL') -depends=('openssh' 'qt') -provides=('x11-ssh-askpass') -conflicts=('x11-ssh-askpass') -source=("http://www.phenix.bnl.gov/WWW/publish/hpereira/software/tgz/$pkgname-$pkgver.tar.gz"; -"$pkgname.sh") - -build() { - cd "$srcdir/$pkgname-$pkgver" - ./autogen.sh --prefix=/usr --with-qt-dir=/usr --bindir=/usr/lib/openssh - - # fixes linking error: CompositeEngine.o: undefined reference to symbol 'XRenderFindVisualFormat' - sed -i 's|-lQtCore -lQtGui|-lQtCore -lQtGui -lXrender -lX11|' Makefile - make -} -package() { - cd "$srcdir/$pkgname-$pkgver" - make DESTDIR="$pkgdir" install - install -Dm755 ../$pkgname.sh "$pkgdir/etc/profile.d/$pkgname.sh" -} - -md5sums=('2fb1303879c663ec0df7979b3ee8da2c' - '961738244318f3723ba99cdcaac91a21') Copied: openssh-askpass/repos/community-x86_64/PKGBUILD (from rev 83286, openssh-askpass/trunk/PKGBUILD) === --- PKGBUILD(rev 0) +++ PKGBUILD2013-01-28 20:30:28 UTC (rev 83287) @@ -0,0 +1,35 @@ +# Maintainer: schuay +# Previous Maintainer: TDY +# Contributor: Massimiliano Torromeo + +pkgname=openssh-askpass +pkgver=1.3.6 +pkgrel=1 +pkgdesc='A plasma-like passphrase dialog for ssh' +arch=('i686' 'x86_64') +url='http://www.phenix.bnl.gov/WWW/publish/hpereira/software/index.php?page=package&package_list=software_list_qt4&package=openssh-askpass&full=1' +license=('GPL') +depends=('openssh' 'qt') +makedepends=('cmake') +provides=('x11-ssh-askpass') +conflicts=('x11-ssh-askpass') +source=("http://www.phenix.bnl.gov/WWW/publish/hpereira/software/tgz/$pkgname-$pkgver.tar.gz"; +"$pkgname.sh") + +build() { + cd "$srcdir/$pkgname-$pkgver" + + mkdir -p build + cd build + + cmake -DCMAKE_INSTALL_PREFIX="/usr" .. + make +} +package() { + cd "$srcdir/$pkgname-$pkgver/build" + make DESTDIR="$pkgdir" install + install -Dm755 "$srcdir/$pkgname.sh" "$pkgdir/etc/profile.d/$pkgname.sh" +} + +md5sums=('795519396f070038857cd35710e2ff85' + '961738244318f3723ba99cdcaac91a21') Deleted: openssh-askpass.sh === --- openssh-askpass.sh 2013-01-28 20:30:22 UTC (rev 83286) +++ openssh-askpass.sh 2013-01-28 20:30:28 UTC (rev 83287) @@ -1,3 +0,0 @@ -if [ -f /usr/lib/openssh/qt4-ssh-askpass ]; then - export SSH_ASKPASS=/usr/lib/openssh/qt4-ssh-askpass -fi Copied: openssh-askpass/repos/community-x86_64/openssh-askpass.sh (from rev 83286, openssh-askpass/trunk/openssh-askpass.sh) === --- openssh-askpass.sh (rev 0) +++ openssh-askpass.sh 2013-01-28 20:30:28 UTC (rev 83287) @@ -0,0 +1,3 @@ +if [ -f /usr/lib/openssh/qt4-ssh-askpass ]; then + export SSH_ASKPASS=/usr/lib/openssh/qt4-ssh-askpass +fi