mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
net-misc/remmina: Drop live ebuild (#602134) and unused patch.
Package-Manager: portage-2.3.2
This commit is contained in:
@@ -1,11 +0,0 @@
|
||||
https://github.com/FreeRDP/Remmina/issues/171
|
||||
--- a/remmina/CMakeLists.txt
|
||||
+++ b/remmina/CMakeLists.txt
|
||||
@@ -148,7 +148,6 @@ if(WITH_TRANSLATIONS)
|
||||
endif()
|
||||
add_subdirectory(icons)
|
||||
add_subdirectory(desktop)
|
||||
-add_subdirectory(external_tools)
|
||||
|
||||
install(TARGETS remmina DESTINATION ${CMAKE_INSTALL_BINDIR})
|
||||
|
||||
@@ -1,87 +0,0 @@
|
||||
# Copyright 1999-2016 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Id$
|
||||
|
||||
EAPI="4"
|
||||
|
||||
inherit gnome2-utils cmake-utils
|
||||
|
||||
if [[ ${PV} != 9999 ]]; then
|
||||
SRC_URI="https://github.com/FreeRDP/Remmina/archive/v${PV}.tar.gz -> ${P}.tar.gz"
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
else
|
||||
inherit git-2
|
||||
SRC_URI=""
|
||||
EGIT_REPO_URI="git://github.com/FreeRDP/Remmina.git
|
||||
https://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 crypt debug freerdp gnome-keyring nls ssh telepathy vte zeroconf"
|
||||
|
||||
RDEPEND="
|
||||
x11-libs/gtk+:3
|
||||
>=dev-libs/glib-2.31.18:2
|
||||
>=net-libs/libvncserver-0.9.8.2
|
||||
x11-libs/libxkbfile
|
||||
virtual/freedesktop-icon-theme
|
||||
ayatana? ( dev-libs/libappindicator )
|
||||
crypt? ( dev-libs/libgcrypt:0 )
|
||||
freerdp? (
|
||||
>=net-misc/freerdp-1.1.0_beta1_p20130710
|
||||
<net-misc/freerdp-1.2
|
||||
)
|
||||
gnome-keyring? ( gnome-base/libgnome-keyring )
|
||||
ssh? ( net-libs/libssh[sftp] )
|
||||
telepathy? ( net-libs/telepathy-glib )
|
||||
vte? ( x11-libs/vte:2.90 )
|
||||
zeroconf? ( net-dns/avahi[gtk3] )
|
||||
"
|
||||
DEPEND="${RDEPEND}
|
||||
dev-util/intltool
|
||||
virtual/pkgconfig
|
||||
nls? ( sys-devel/gettext )
|
||||
"
|
||||
RDEPEND+="
|
||||
!net-misc/remmina-plugins
|
||||
"
|
||||
|
||||
DOCS=( README )
|
||||
PATCHES=( "${FILESDIR}/remmina-external_tools.patch" )
|
||||
|
||||
S="${WORKDIR}/Remmina-${PV}"
|
||||
|
||||
src_configure() {
|
||||
local mycmakeargs=(
|
||||
$(cmake-utils_use_with ayatana APPINDICATOR)
|
||||
$(cmake-utils_use_with crypt GCRYPT)
|
||||
$(cmake-utils_use_with freerdp FREERDP)
|
||||
$(cmake-utils_use_with gnome-keyring GNOMEKEYRING)
|
||||
$(cmake-utils_use_with nls GETTEXT)
|
||||
$(cmake-utils_use_with nls TRANSLATIONS)
|
||||
$(cmake-utils_use_with ssh LIBSSH)
|
||||
$(cmake-utils_use_with telepathy TELEPATHY)
|
||||
$(cmake-utils_use_with vte VTE)
|
||||
$(cmake-utils_use_with zeroconf AVAHI)
|
||||
-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
|
||||
}
|
||||
Reference in New Issue
Block a user