From 3045f934d43201a7d25fc3ed5b5b755e6340aa54 Mon Sep 17 00:00:00 2001 From: Piraty Date: Sun, 31 Jan 2021 22:09:31 +0100 Subject: [PATCH] zulucrypt: update to 6.0.0. --- .../patches/30-missing-PATH_MAX.patch | 23 ------------------- srcpkgs/zulucrypt/template | 6 ++--- 2 files changed, 3 insertions(+), 26 deletions(-) delete mode 100644 srcpkgs/zulucrypt/patches/30-missing-PATH_MAX.patch diff --git a/srcpkgs/zulucrypt/patches/30-missing-PATH_MAX.patch b/srcpkgs/zulucrypt/patches/30-missing-PATH_MAX.patch deleted file mode 100644 index 395ebb7d962..00000000000 --- a/srcpkgs/zulucrypt/patches/30-missing-PATH_MAX.patch +++ /dev/null @@ -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 - - #include "udev_support.h" -+#include - - /* - * 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 - - #define PASSWORD_SIZE 512 - #define WALLET_NAME_SIZE 512 diff --git a/srcpkgs/zulucrypt/template b/srcpkgs/zulucrypt/template index 0819105e5ba..c1f09fb9fc1 100644 --- a/srcpkgs/zulucrypt/template +++ b/srcpkgs/zulucrypt/template @@ -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"