diff options
author | Ian Stakenvicius <axs@gentoo.org> | 2014-11-12 22:51:13 +0000 |
---|---|---|
committer | Ian Stakenvicius <axs@gentoo.org> | 2014-11-12 22:51:13 +0000 |
commit | f37708b223b88beb7b58310d139d6b066f4cc619 (patch) | |
tree | 71b8335dd82eb1c44d036225a9d62f6d9bdcd309 /net-misc/teamviewer | |
parent | Keyword ~ppc ~ppc64, bug #522970 (diff) | |
download | gentoo-2-f37708b223b88beb7b58310d139d6b066f4cc619.tar.gz gentoo-2-f37708b223b88beb7b58310d139d6b066f4cc619.tar.bz2 gentoo-2-f37708b223b88beb7b58310d139d6b066f4cc619.zip |
conversion to full gx86-multilib dependencies, updated manifest as upstream distfile apparently changed. Note, distfile for 7.x not found, maybe should be removed?
(Portage version: 2.2.8-r2/cvs/Linux x86_64, signed Manifest commit with key 2B6559ED)
Diffstat (limited to 'net-misc/teamviewer')
-rw-r--r-- | net-misc/teamviewer/ChangeLog | 10 | ||||
-rw-r--r-- | net-misc/teamviewer/teamviewer-9.0.30203-r1.ebuild | 143 |
2 files changed, 152 insertions, 1 deletions
diff --git a/net-misc/teamviewer/ChangeLog b/net-misc/teamviewer/ChangeLog index 8ca41e368c8c..02bc3ace582e 100644 --- a/net-misc/teamviewer/ChangeLog +++ b/net-misc/teamviewer/ChangeLog @@ -1,6 +1,14 @@ # ChangeLog for net-misc/teamviewer # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/teamviewer/ChangeLog,v 1.11 2014/07/16 16:14:55 hasufell Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/teamviewer/ChangeLog,v 1.12 2014/11/12 22:51:13 axs Exp $ + +*teamviewer-9.0.30203-r1 (12 Nov 2014) + + 12 Nov 2014; Ian Stakenvicius (_AxS_) <axs@gentoo.org> + +teamviewer-9.0.30203-r1.ebuild: + conversion to full gx86-multilib dependencies, updated manifest as upstream + distfile apparently changed. Note, distfile for 7.x not found, maybe should + be removed? *teamviewer-9.0.30203 (16 Jul 2014) diff --git a/net-misc/teamviewer/teamviewer-9.0.30203-r1.ebuild b/net-misc/teamviewer/teamviewer-9.0.30203-r1.ebuild new file mode 100644 index 000000000000..e51419f4588d --- /dev/null +++ b/net-misc/teamviewer/teamviewer-9.0.30203-r1.ebuild @@ -0,0 +1,143 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/net-misc/teamviewer/teamviewer-9.0.30203-r1.ebuild,v 1.1 2014/11/12 22:51:13 axs Exp $ + +EAPI=5 + +inherit eutils gnome2-utils systemd unpacker + +# Major version +MV=${PV/\.*} +MY_PN=${PN}${MV} +DESCRIPTION="All-In-One Solution for Remote Access and Support over the Internet" +HOMEPAGE="http://www.teamviewer.com" +SRC_URI="http://www.teamviewer.com/download/version_${MV}x/teamviewer_linux.deb -> ${P}.deb" + +LICENSE="TeamViewer !system-wine? ( LGPL-2.1 )" +SLOT=${MV} +KEYWORDS="~amd64 ~x86" +IUSE="system-wine" + +RESTRICT="mirror" + +RDEPEND=" + app-shells/bash + x11-misc/xdg-utils + !system-wine? ( + || ( + ( + media-libs/alsa-lib[abi_x86_32(-)] + media-libs/freetype[abi_x86_32(-)] + sys-libs/zlib[abi_x86_32(-)] + x11-libs/libX11[abi_x86_32(-)] + x11-libs/libXau[abi_x86_32(-)] + x11-libs/libXdamage[abi_x86_32(-)] + x11-libs/libXext[abi_x86_32(-)] + x11-libs/libXfixes[abi_x86_32(-)] + x11-libs/libXrandr[abi_x86_32(-)] + x11-libs/libXrender[abi_x86_32(-)] + x11-libs/libSM[abi_x86_32(-)] + x11-libs/libXtst[abi_x86_32(-)] + ) + ( + app-emulation/emul-linux-x86-baselibs[-abi_x86_32(-)] + app-emulation/emul-linux-x86-soundlibs[-abi_x86_32(-)] + app-emulation/emul-linux-x86-xlibs[-abi_x86_32(-)] + ) + + ) + ) + system-wine? ( app-emulation/wine )" + +QA_PREBUILT="opt/teamviewer${MV}/*" + +S=${WORKDIR}/opt/teamviewer${MV}/tv_bin + +make_winewrapper() { + cat << EOF > "${T}/${MY_PN}" +#!/bin/sh +export WINEDLLPATH=/opt/${MY_PN} +exec wine "/opt/${MY_PN}/TeamViewer.exe" "\$@" +EOF + chmod go+rx "${T}/${MY_PN}" + exeinto /opt/bin + doexe "${T}/${MY_PN}" +} + +src_prepare() { + epatch "${FILESDIR}"/${P}-gentoo.patch + + sed \ + -e "s#@TVV@#${MV}/tv_bin#g" \ + "${FILESDIR}"/${PN}d.init > "${T}"/${PN}d${MV} || die +} + +src_install () { + if use system-wine ; then + make_winewrapper + exeinto /opt/${MY_PN} + doexe wine/drive_c/TeamViewer/* + else + # install scripts and .reg + insinto /opt/${MY_PN}/tv_bin + doins -r * + + exeinto /opt/${MY_PN}/tv_bin + doexe TeamViewer_Desktop + exeinto /opt/${MY_PN}/tv_bin/script + doexe script/teamviewer script/tvw_{aux,config,exec,extra,main,profile} + + dosym /opt/${MY_PN}/tv_bin/script/${PN} /opt/bin/${MY_PN} + + # fix permissions + fperms 755 /opt/${MY_PN}/tv_bin/wine/bin/wine{,-preloader,server} + fperms 755 /opt/${MY_PN}/tv_bin/wine/drive_c/TeamViewer/TeamViewer.exe + find "${D}"/opt/${MY_PN} -type f -name "*.so*" -execdir chmod 755 '{}' \; + fi + + # install daemon binary + exeinto /opt/${MY_PN}/tv_bin + doexe ${PN}d + + # set up logdir + keepdir /var/log/${MY_PN} + dosym /var/log/${MY_PN} /opt/${MY_PN}/logfiles + + # set up config dir + keepdir /etc/${MY_PN} + dosym /etc/${MY_PN} /opt/${MY_PN}/config + + doinitd "${T}"/${PN}d${MV} + systemd_newunit script/${PN}d.service ${PN}d${MV}.service + + newicon -s 48 desktop/${PN}.png ${MY_PN}.png + dodoc ../doc/linux_FAQ_{EN,DE}.txt + make_desktop_entry ${MY_PN} TeamViewer ${MY_PN} +} + +pkg_preinst() { + gnome2_icon_savelist +} + +pkg_postinst() { + gnome2_icon_cache_update + + if use system-wine ; then + echo + eerror "IMPORTANT NOTICE!" + elog "Using ${PN} with system wine is not supported and experimental." + elog "Do not report gentoo bugs while using this version." + echo + fi + + eerror "STARTUP NOTICE:" + elog "You cannot start the daemon via \"teamviewer --daemon start\"." + elog "Instead use the provided gentoo initscript:" + elog " /etc/init.d/${PN}d${MV} start" + elog + elog "Logs are written to \"/var/log/teamviewer${MV}\"" +} + +pkg_postrm() { + gnome2_icon_cache_update +} |