You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/net-misc/remmina/remmina-1.0.0_p20120309.ebuild

79 lines
1.8 KiB

# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/net-misc/remmina/remmina-1.0.0_p20120309.ebuild,v 1.2 2012/03/19 15:15:28 floppym Exp $
EAPI="4"
inherit gnome2-utils cmake-utils
if [[ ${PV} != 9999 ]]; then
SRC_URI="https://github.com/downloads/FreeRDP/Remmina/${P}.tar.gz
mirror://gentoo/${P}.tar.gz
http://dev.gentoo.org/~floppym/distfiles/${P}.tar.gz"
KEYWORDS="~amd64 ~x86"
else
inherit git-2
SRC_URI=""
EGIT_REPO_URI="git://github.com/FreeRDP/Remmina.git"
KEYWORDS=""
fi
DESCRIPTION="A GTK+ RDP, VNC, XDMCP and SSH client"
HOMEPAGE="http://remmina.sourceforge.net/"
LICENSE="GPL-2"
SLOT="0"
IUSE="ayatana avahi crypt debug freerdp gnome-keyring nls ssh telepathy vte"
RDEPEND="
x11-libs/gtk+:3
>=net-libs/libvncserver-0.9.8.2
x11-libs/libxkbfile
avahi? ( net-dns/avahi[gtk3] )
ayatana? ( dev-libs/libappindicator )
crypt? ( dev-libs/libgcrypt )
freerdp? ( >=net-misc/freerdp-1.0.1_p20120318 )
gnome-keyring? ( gnome-base/libgnome-keyring )
ssh? ( net-libs/libssh[sftp] )
telepathy? ( net-libs/telepathy-glib )
vte? ( x11-libs/vte:2.90 )
"
DEPEND="${RDEPEND}
dev-util/intltool
dev-util/pkgconfig
nls? ( sys-devel/gettext )
"
RDEPEND+="
!net-misc/remmina-plugins
"
DOCS=( README )
src_configure() {
local mycmakeargs=(
$(cmake-utils_use_with ayatana APPINDICATOR)
$(cmake-utils_use_with avahi AVAHI)
$(cmake-utils_use_with crypt GCRYPT)
$(cmake-utils_use_with freerdp FREERDP)
$(cmake-utils_use_with gnome-keyring GNOMEKEYRING)
$(cmake-utils_use_with ssh LIBSSH)
$(cmake-utils_use_with telepathy TELEPATHY)
$(cmake-utils_use_with vte VTE)
-DGTK_VERSION=3
-DHAVE_PTHREAD=ON
)
cmake-utils_src_configure
}
pkg_preinst() {
gnome2_icon_savelist
}
pkg_postinst() {
gnome2_icon_cache_update
}
pkg_postrm() {
gnome2_icon_cache_update
}