fingerprint-gui: build with qt5

This commit is contained in:
Chaoting Liu 2018-11-05 17:23:05 +01:00
parent 7759626a07
commit c5852079fd

View File

@ -5,7 +5,7 @@ pkgdesc="Application for fingerprint-based authentication, automatically support
arch=('x86_64')
url="http://www.ullrich-online.cc/fingerprint/"
license=('GPL')
depends=('libfprint' 'libfakekey' 'polkit-qt5' 'qca-qt5' 'qt5-x11extras')
depends=('libfprint' 'libfakekey' 'polkit-qt5' 'qca' 'qt5-x11extras')
optdepends=('libusb: for libbsapi')
source=("https://github.com/maksbotan/${pkgname}/archive/v${pkgver}-qt5.tar.gz"
"fingerprint-gui-udev-path.patch"
@ -23,7 +23,7 @@ prepare() {
build() {
cd $pkgname-$pkgver-qt5
qmake-qt5 PREFIX=/usr LIB=/usr/lib QMAKE_CFLAGS="${CFLAGS}" QMAKE_CXXFLAGS="${CXXFLAGS}"
make
make #LIBS+=' -lqca'
}
package() {