mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-06 00:48:18 -07:00
net-misc/remmina: Move to rdp USE, https://archives.gentoo.org/gentoo-dev/message/8cd304c4f5cdf91e195dc0e6a65b7ad0
Package-Manager: Portage-2.3.3, Repoman-2.3.1
This commit is contained in:
@@ -19,7 +19,6 @@
|
||||
Currently RDP, VNC, SPICE, NX, XDMCP and SSH are supported.
|
||||
</longdescription>
|
||||
<use>
|
||||
<flag name="freerdp">Add support for the net-misc/freerdp application</flag>
|
||||
<flag name="spice">Support connecting to SPICE-enabled virtual machines</flag>
|
||||
<flag name="ssh">Enable support for SSH/SFTP protocol; see also 'vte'</flag>
|
||||
<flag name="telepathy">Enable telepathy support</flag>
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
# Copyright 1999-2016 Gentoo Foundation
|
||||
# Copyright 1999-2017 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Id$
|
||||
|
||||
@@ -15,7 +15,7 @@ SRC_URI="https://github.com/FreeRDP/Remmina/archive/v${MY_PV}.tar.gz -> ${P}.tar
|
||||
LICENSE="GPL-2+"
|
||||
SLOT="0"
|
||||
KEYWORDS="amd64 x86"
|
||||
IUSE="ayatana crypt freerdp gnome-keyring nls spice ssh telepathy webkit zeroconf"
|
||||
IUSE="ayatana crypt rdp gnome-keyring nls spice ssh telepathy webkit zeroconf"
|
||||
|
||||
RDEPEND="
|
||||
dev-libs/glib:2
|
||||
@@ -27,7 +27,7 @@ RDEPEND="
|
||||
virtual/freedesktop-icon-theme
|
||||
ayatana? ( dev-libs/libappindicator:3 )
|
||||
crypt? ( dev-libs/libgcrypt:0= )
|
||||
freerdp? ( ~net-misc/freerdp-2.0.0_pre20160722 )
|
||||
rdp? ( ~net-misc/freerdp-2.0.0_pre20160722 )
|
||||
gnome-keyring? ( app-crypt/libsecret )
|
||||
spice? ( net-misc/spice-gtk[gtk3] )
|
||||
ssh? ( net-libs/libssh[sftp]
|
||||
@@ -50,7 +50,7 @@ src_configure() {
|
||||
local mycmakeargs=(
|
||||
-DWITH_APPINDICATOR=$(usex ayatana)
|
||||
-DWITH_GCRYPT=$(usex crypt)
|
||||
-DWITH_FREERDP=$(usex freerdp)
|
||||
-DWITH_FREERDP=$(usex rdp freerdp)
|
||||
-DWITH_LIBSECRET=$(usex gnome-keyring)
|
||||
-DWITH_GETTEXT=$(usex nls)
|
||||
-DWITH_TRANSLATIONS=$(usex nls)
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
# Copyright 1999-2016 Gentoo Foundation
|
||||
# Copyright 1999-2017 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Id$
|
||||
|
||||
@@ -15,7 +15,7 @@ SRC_URI="https://github.com/FreeRDP/Remmina/archive/v${MY_PV}.tar.gz -> ${P}.tar
|
||||
LICENSE="GPL-2+"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
IUSE="ayatana crypt freerdp gnome-keyring nls spice ssh telepathy webkit zeroconf"
|
||||
IUSE="ayatana crypt rdp gnome-keyring nls spice ssh telepathy webkit zeroconf"
|
||||
|
||||
RDEPEND="
|
||||
dev-libs/glib:2
|
||||
@@ -27,7 +27,7 @@ RDEPEND="
|
||||
virtual/freedesktop-icon-theme
|
||||
ayatana? ( dev-libs/libappindicator:3 )
|
||||
crypt? ( dev-libs/libgcrypt:0= )
|
||||
freerdp? ( ~net-misc/freerdp-2.0.0_pre20161219 )
|
||||
rdp? ( ~net-misc/freerdp-2.0.0_pre20161219 )
|
||||
gnome-keyring? ( app-crypt/libsecret )
|
||||
spice? ( net-misc/spice-gtk[gtk3] )
|
||||
ssh? ( net-libs/libssh[sftp]
|
||||
@@ -49,7 +49,7 @@ src_configure() {
|
||||
local mycmakeargs=(
|
||||
-DWITH_APPINDICATOR=$(usex ayatana)
|
||||
-DWITH_GCRYPT=$(usex crypt)
|
||||
-DWITH_FREERDP=$(usex freerdp)
|
||||
-DWITH_FREERDP=$(usex rdp freerdp)
|
||||
-DWITH_LIBSECRET=$(usex gnome-keyring)
|
||||
-DWITH_GETTEXT=$(usex nls)
|
||||
-DWITH_TRANSLATIONS=$(usex nls)
|
||||
|
||||
Reference in New Issue
Block a user