[arch-commits] Commit in openssh-askpass/trunk (PKGBUILD)

Antonio Rojas arojas at archlinux.org
Wed May 1 09:00:33 UTC 2019


    Date: Wednesday, May 1, 2019 @ 09:00:32
  Author: arojas
Revision: 457393

Build with Qt5

Modified:
  openssh-askpass/trunk/PKGBUILD

----------+
 PKGBUILD |    8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-05-01 08:56:56 UTC (rev 457392)
+++ PKGBUILD	2019-05-01 09:00:32 UTC (rev 457393)
@@ -4,12 +4,12 @@
 
 pkgname=openssh-askpass
 pkgver=2.1.0
-pkgrel=1
+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' 'qt4' 'xcb-util-keysyms')
+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")
@@ -21,7 +21,7 @@
   mkdir -p build
   cd build
 
-  cmake -DCMAKE_INSTALL_PREFIX="/usr" ..
+  cmake -DCMAKE_INSTALL_PREFIX="/usr" -DUSE_QT5=ON ..
   make
 }
 
@@ -30,4 +30,4 @@
   make DESTDIR="$pkgdir" install
 }
 
-md5sums=('2b72a2a4bb99880f03b0f7e4691d779e')
+md5sums=('707e4533cab44b0ec767bd27d326fd71')



More information about the arch-commits mailing list