zulucrypt: update to 6.0.0.

This commit is contained in:
Piraty 2021-01-31 22:09:31 +01:00
parent 9c49d0bd35
commit 3045f934d4
No known key found for this signature in database
GPG Key ID: 82F2CC796BD07077
2 changed files with 3 additions and 26 deletions

View File

@ -1,23 +0,0 @@
# patch missing PATH_MAX constant for musl-builds
# source: https://stackoverflow.com/questions/9449241/where-is-path-max-defined-in-linux
--- zuluCrypt-cli/bin/volumes.c
+++ zuluCrypt-cli/bin/volumes.c
@@ -33,6 +33,7 @@
#include <blkid/blkid.h>
#include "udev_support.h"
+#include <linux/limits.h>
/*
* NOTE: This source file was previously named "partition.c"
--- zuluSafe/zuluSafe.c
+++ zuluSafe/zuluSafe.c
@@ -34,6 +34,7 @@
#include "lxqtwallet.h"
#include "version.h"
+#include <linux/limits.h>
#define PASSWORD_SIZE 512
#define WALLET_NAME_SIZE 512

View File

@ -1,10 +1,10 @@
# Template file for 'zulucrypt'
pkgname=zulucrypt
version=5.7.1
version=6.0.0
revision=1
wrksrc="zuluCrypt-${version}"
build_style=cmake
configure_args="-DINTERNAL_ZULUPLAY=false -DQT5=true
configure_args="-DINTERNAL_ZULUPLAY=true -DQT5=true
-DUDEVSUPPORT=$(vopt_if udev true false)
-DUSE_POLKIT=$(vopt_if polkit true false)
-DHOMEMOUNTPREFIX=$(vopt_if homemount true false)"
@ -20,7 +20,7 @@ license="GPL-2.0-or-later"
homepage="https://mhogomchungu.github.io/zuluCrypt"
changelog="https://raw.githubusercontent.com/mhogomchungu/zuluCrypt/master/changelog"
distfiles="https://github.com/mhogomchungu/zuluCrypt/archive/${version}.tar.gz"
checksum=39bd7f5bd31514636f617f670e451e3313be1ba1094f7f55532a086b6aaf0096
checksum=f1bc599446e6dc82c6af16672fcbd4a88679d3b3dba2cfa3921ac514cb211add
#https://github.com/mhogomchungu/zuluCrypt/blob/e138cc4459545b2e0f729814791a045c31b63014/BUILD_INSTRUCTIONS
build_options="udev kde gnome pwquality polkit homemount"