zulucrypt: fix typo

This commit is contained in:
Piraty 2019-05-22 23:20:40 +02:00 committed by Enno Boland
parent fa275a99c2
commit 23ef1d538c
1 changed files with 3 additions and 3 deletions

View File

@ -1,15 +1,15 @@
# Template file for 'zulucrypt'
pkgname=zulucrypt
version=5.5.0
revision=1
revision=2
wrksrc="zuluCrypt-${version}"
build_style=cmake
configure_args="-DINTERNAL_ZULUPLAY=false -DQT5=true
-DUDEVSUPPORT=$(vopt_if udev true false)
-DUSE_POLKIT=$(vopt_if polkit true false)
-DHOMEMOUNTPREFIX=$(vopt_if homemount true false)"
#set to "false" once we have lxqt_wallet in void-packages
configure_args+=" -INTERNAL_LXQT_WALLET=true"
#set this to "false" once lxqt_wallet is available in void-packages
configure_args+=" -DINTERNAL_LXQT_WALLET=true"
hostmakedepends="qt5-qmake qt5-host-tools pkg-config"
makedepends="zuluplay-devel libblkid-devel cryptsetup-devel libgcrypt-devel
device-mapper-devel libuuid-devel qt5-devel $(vopt_if kde kwallet-devel)