From 2460ae32e720a33857f22fe1eca9a9c92d9e6177 Mon Sep 17 00:00:00 2001 From: Edinaldo P. Silva Date: Mon, 23 Apr 2018 07:43:01 +0700 Subject: system/zuluCrypt: Update deps, script and README. Signed-off-by: Willy Sudiarto Raharjo --- system/zuluCrypt/README | 9 --------- system/zuluCrypt/zuluCrypt.SlackBuild | 19 +++++++++++-------- system/zuluCrypt/zuluCrypt.info | 2 +- 3 files changed, 12 insertions(+), 18 deletions(-) (limited to 'system/zuluCrypt') diff --git a/system/zuluCrypt/README b/system/zuluCrypt/README index e69ffd110d..3e32af4329 100644 --- a/system/zuluCrypt/README +++ b/system/zuluCrypt/README @@ -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. diff --git a/system/zuluCrypt/zuluCrypt.SlackBuild b/system/zuluCrypt/zuluCrypt.SlackBuild index 55514d3505..831f62f9ee 100644 --- a/system/zuluCrypt/zuluCrypt.SlackBuild +++ b/system/zuluCrypt/zuluCrypt.SlackBuild @@ -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 diff --git a/system/zuluCrypt/zuluCrypt.info b/system/zuluCrypt/zuluCrypt.info index 8d86cbb1c3..3385eee61f 100644 --- a/system/zuluCrypt/zuluCrypt.info +++ b/system/zuluCrypt/zuluCrypt.info @@ -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" -- cgit v1.2.3