mirror of
https://gitdl.cn/https://github.com/chakralinux/desktop.git
synced 2025-02-03 06:17:48 +08:00
fingerprint-gui: build with qt5
This commit is contained in:
parent
7759626a07
commit
c5852079fd
@ -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() {
|
||||
|
Loading…
Reference in New Issue
Block a user