app-crypt/zuluCrypt: bump to 5.0.2

This commit is contained in:
Julian Ospald 2016-12-04 00:42:54 +01:00
parent adf01c9902
commit e1b56f2b7e
No known key found for this signature in database
GPG Key ID: 511B62C09D50CD28
1 changed files with 7 additions and 0 deletions

View File

@ -16,6 +16,11 @@ MYOPTIONS="
gui [[ description = [ Whether to build the QT gui ] ]]
kde [[ requires = [ gui ]
description = [ Enable support for KDE, e.g. via kwallet ] ]]
polkit [[ description = [ Set this option to \"true\" if you want GUI components to start elevated and run in \"mixed\" mode. Good thing about
this option is that CLI components will not be suid-root. Bad things about setting this option are:
1. zuluMount-gui will loose its ability to unlock encrypted folders.
2. lxqt_wallet wallet functionality will be disabled.
3. GUI components will run from root's account and they will look different. ] ]]
( providers: eudev systemd ) [[ number-selected = exactly-one ]]
"
@ -35,6 +40,7 @@ DEPENDENCIES="
kde/kdelibs:4
kde/kde-runtime:4
)
polkit? ( sys-auth/polkit )
run:
providers:eudev? ( sys-apps/eudev )
providers:systemd? ( sys-apps/systemd )
@ -53,5 +59,6 @@ CMAKE_SRC_CONFIGURE_OPTIONS=(
'!gui NOGUI'
'gui WITH_PWQUALITY'
'!kde NOKDE'
'polkit USE_POLKIT'
)