remmina: version bump to 1.2.32.1

This commit is contained in:
Alexander Kapshuna 2018-11-21 21:56:22 +03:00
parent 1322e7f9e3
commit 4152cb1e6b
2 changed files with 7 additions and 1 deletions

View File

@ -12,7 +12,10 @@ Remmina is a remote desktop client written in GTK+, aiming to be useful for syst
HOMEPAGE+=" http://remmina.org/" HOMEPAGE+=" http://remmina.org/"
LICENCES="GPL-2" LICENCES="GPL-2"
MYOPTIONS="ssh" MYOPTIONS="
ssh
( providers: libressl openssl ) [[ number-selected = exactly-one ]]
"
DEPENDENCIES=" DEPENDENCIES="
build: build:
@ -36,6 +39,8 @@ DEPENDENCIES="
net-libs/libssh net-libs/libssh
dev-libs/vte:2.91 dev-libs/vte:2.91
) )
providers:libressl? ( dev-libs/libressl:= )
providers:openssl? ( dev-libs/openssl )
" "
BUGS_TO="hasufell@posteo.de" BUGS_TO="hasufell@posteo.de"
@ -60,3 +65,4 @@ CMAKE_SRC_CONFIGURE_OPTION_WITHS=(
"ssh LIBSSH" "ssh LIBSSH"
"ssh VTE" "ssh VTE"
) )