system/zuluCrypt: Update deps, script and README.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Edinaldo P. Silva 2018-04-23 07:43:01 +07:00 committed by Willy Sudiarto Raharjo
parent 7767143446
commit 2460ae32e7
3 changed files with 12 additions and 18 deletions

View file

@ -35,12 +35,3 @@ zuluMount-gui can also be used as a frontend to encfs.
zuluMount-gui is ideal for use as a desktop environment/file manager
independent tool for mounting/unmounting encrypted and unencrypted
volumes.
NOTE:
* This package was set to do not use Gnome or KDE to store passwords,
If you want that feature, change the value -DNOGNOME=false or
-DNOKDE=false to "true". About these and other options, please check
/usr/doc/$PRGNAM-$VERSION/BUILD_INSTRUCTIONS.
Optional dependencies: tc-play or the (recommended): zuluplay.

View file

@ -2,7 +2,7 @@
#
# Slackware build script for zuluCrypt.
#
# Copyright 2015-2017 Edinaldo P. Silva, Rio de Janeiro, Brazil.
# Copyright 2015-2018 Edinaldo P. Silva, Rio de Janeiro, Brazil.
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@ -24,7 +24,7 @@
PRGNAM=zuluCrypt
VERSION=${VERSION:-5.4.0}
BUILD=${BUILD:-1}
BUILD=${BUILD:-2}
TAG=${TAG:-_SBo}
if [ -z "$ARCH" ]; then
@ -75,11 +75,17 @@ cd build
-DCMAKE_C_FLAGS:STRING="$SLKCFLAGS" \
-DCMAKE_CXX_FLAGS:STRING="$SLKCFLAGS" \
-DCMAKE_INSTALL_PREFIX=/usr \
-DSHARE_MOUNT_PREFIX=default \
-DUDEVSUPPORT=true \
-DNOGUI=false \
-DQT5=true \
-DHOMEMOUNTPREFIX=false \
-DNOGNOME=true \
-DNOKDE=true \
-DREUSEMOUNTPOINT=false \
-DNOGNOME=false \
-DINTERNAL_ZULUPLAY=false \
-DNOKDE=false \
-DINTERNAL_LXQT_WALLET=false \
-DUSE_POLKIT=false \
-DCMAKE_BUILD_TYPE=Release ..
make
make install DESTDIR=$PKG
@ -88,10 +94,7 @@ cd ..
find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | grep ELF \
| cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true
mkdir -p $PKG/usr/man/man1
mv $PKG/usr/share/man/man1/* $PKG/usr/man/man1/
rm -rf $PKG/usr/share/man
mv $PKG/usr/share/man $PKG/usr/
find $PKG/usr/man -type f -exec gzip -9 {} \;
for i in $( find $PKG/usr/man -type l ) ; do ln -s $( readlink $i ).gz $i.gz ; rm $i ; done

View file

@ -5,6 +5,6 @@ DOWNLOAD="https://github.com/mhogomchungu/zuluCrypt/archive/5.4.0/zuluCrypt-5.4.
MD5SUM="a4590777692f522594ab438690a6cdf2"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="qt5 libpwquality"
REQUIRES="qt5 libpwquality zuluplay"
MAINTAINER="Edinaldo P. Silva"
EMAIL="edps.mundognu@gmail.com"