From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 68AB3139085 for ; Thu, 29 Dec 2016 14:38:50 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CC774E0C0F; Thu, 29 Dec 2016 14:38:49 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 9A355E0C0F for ; Thu, 29 Dec 2016 14:38:49 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id AF7BE341679 for ; Thu, 29 Dec 2016 14:38:48 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9FD7E24EF for ; Thu, 29 Dec 2016 14:38:46 +0000 (UTC) From: "David Seifert" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "David Seifert" Message-ID: <1483022310.17ec02e29d2521bb13c4799cd0d535ddeca19c9c.soap@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/remmina/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-misc/remmina/remmina-1.2.0_rc16-r1.ebuild X-VCS-Directories: net-misc/remmina/ X-VCS-Committer: soap X-VCS-Committer-Name: David Seifert X-VCS-Revision: 17ec02e29d2521bb13c4799cd0d535ddeca19c9c X-VCS-Branch: master Date: Thu, 29 Dec 2016 14:38:46 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 7b61264d-c8b0-4f27-ad5f-2e9950bcf650 X-Archives-Hash: 664c27029202bcd0c8f064bf4f3f4fba commit: 17ec02e29d2521bb13c4799cd0d535ddeca19c9c Author: Diogo Pereira gmail com> AuthorDate: Fri Dec 23 16:28:04 2016 +0000 Commit: David Seifert gentoo org> CommitDate: Thu Dec 29 14:38:30 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=17ec02e2 net-misc/remmina: depend on a fixed version of freerdp FreeRDP 2 does not yet have a stable API, so we need to depend on a fixed version of FreeRDP to ensure that version bumps don't break Remmina. Package-Manager: portage-2.3.0 Closes: https://github.com/gentoo/gentoo/pull/3226 net-misc/remmina/remmina-1.2.0_rc16-r1.ebuild | 84 +++++++++++++++++++++++++++ 1 file changed, 84 insertions(+) diff --git a/net-misc/remmina/remmina-1.2.0_rc16-r1.ebuild b/net-misc/remmina/remmina-1.2.0_rc16-r1.ebuild new file mode 100644 index 00000000..579c65b --- /dev/null +++ b/net-misc/remmina/remmina-1.2.0_rc16-r1.ebuild @@ -0,0 +1,84 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=6 + +inherit cmake-utils eutils gnome2-utils + +MY_PV="${PV//_rc/-rcgit.}" + +DESCRIPTION="A GTK+ RDP, VNC, XDMCP and SSH client" +HOMEPAGE="http://remmina.org/" +SRC_URI="https://github.com/FreeRDP/Remmina/archive/v${MY_PV}.tar.gz -> ${P}.tar.gz" + +LICENSE="GPL-2+" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="ayatana crypt freerdp gnome-keyring nls spice ssh telepathy webkit zeroconf" + +RDEPEND=" + dev-libs/glib:2 + net-libs/libvncserver + x11-libs/libxkbfile + x11-libs/gdk-pixbuf + x11-libs/gtk+:3 + x11-libs/libX11 + virtual/freedesktop-icon-theme + ayatana? ( dev-libs/libappindicator:3 ) + crypt? ( dev-libs/libgcrypt:0= ) + freerdp? ( ~net-misc/freerdp-2.0.0_pre20160722 ) + gnome-keyring? ( app-crypt/libsecret ) + spice? ( net-misc/spice-gtk[gtk3] ) + ssh? ( net-libs/libssh[sftp] + x11-libs/vte:2.91 ) + telepathy? ( net-libs/telepathy-glib ) + webkit? ( net-libs/webkit-gtk:4 ) + zeroconf? ( net-dns/avahi[gtk3] ) +" +DEPEND="${RDEPEND} + dev-util/intltool + virtual/pkgconfig + nls? ( sys-devel/gettext ) +" + +DOCS=( README.md ) + +S="${WORKDIR}/Remmina-${MY_PV}" + +src_configure() { + local mycmakeargs=( + -DWITH_APPINDICATOR=$(usex ayatana) + -DWITH_GCRYPT=$(usex crypt) + -DWITH_FREERDP=$(usex freerdp) + -DWITH_LIBSECRET=$(usex gnome-keyring) + -DWITH_GETTEXT=$(usex nls) + -DWITH_TRANSLATIONS=$(usex nls) + -DWITH_SPICE=$(usex spice) + -DWITH_LIBSSH=$(usex ssh) + -DWITH_VTE=$(usex ssh) + -DWITH_TELEPATHY=$(usex telepathy) + -DWITH_SURVEY=$(usex webkit) + -DWITH_AVAHI=$(usex zeroconf) + -DGTK_VERSION=3 + ) + cmake-utils_src_configure +} + +pkg_preinst() { + gnome2_icon_savelist +} + +pkg_postinst() { + gnome2_icon_cache_update + + elog "To get additional features, some optional runtime dependencies" + elog "may be installed:" + elog "" + optfeature "encrypted VNC connections" net-libs/libvncserver[gcrypt] + optfeature "XDMCP support" x11-base/xorg-server[xephyr] +} + +pkg_postrm() { + gnome2_icon_cache_update +}