Gentoo Archives: gentoo-commits

From: Mikle Kolyada <zlogene@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/teamviewer/
Date: Sat, 26 Oct 2019 20:38:38
Message-Id: 1572122312.2766d49e7c040d373685775a4515967cd0f1b33e.zlogene@gentoo
1 commit: 2766d49e7c040d373685775a4515967cd0f1b33e
2 Author: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
3 AuthorDate: Sat Oct 26 20:37:08 2019 +0000
4 Commit: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
5 CommitDate: Sat Oct 26 20:38:32 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2766d49e
7
8 net-misc/teamviewer: Version bump (v14.7.1965)
9
10 Package-Manager: Portage-2.3.76, Repoman-2.3.16
11 Signed-off-by: Mikle Kolyada <zlogene <AT> gentoo.org>
12
13 net-misc/teamviewer/Manifest | 2 +
14 net-misc/teamviewer/teamviewer-14.7.1965.ebuild | 136 ++++++++++++++++++++++++
15 2 files changed, 138 insertions(+)
16
17 diff --git a/net-misc/teamviewer/Manifest b/net-misc/teamviewer/Manifest
18 index 25ff8c00d85..a53f009b231 100644
19 --- a/net-misc/teamviewer/Manifest
20 +++ b/net-misc/teamviewer/Manifest
21 @@ -8,3 +8,5 @@ DIST teamviewer_14.5.5819_amd64.tar.xz 12386480 BLAKE2B 2d5c11c811f10f3fd4a55e5e
22 DIST teamviewer_14.5.5819_i386.tar.xz 12883512 BLAKE2B d7f5749a5e53ec3f6921c55c3d4256f00e9f8b67fddbae6d08fffc1f364850274c80df7578a90444cea092d553f535491a02d82fc21adaa850700ec2d60b2d70 SHA512 ed7e4be50c32fae14845317f59465c5052693e49cd32ed60f7106b718a3ab05df2a8a040d2daccffed45e05cf7f61553a9767e478b826f3e2895e8236f20d938
23 DIST teamviewer_14.6.2452_amd64.tar.xz 12507160 BLAKE2B b84f085f3371877952680305808ae1201330a6402fb0e6e4812978801b8e888b6166a8f9f39bcea16ce60e2df039fdee6800a32612028f6d8237dd763f87383e SHA512 7d82356df572e19ffc1de6de5b94f1e95e511f986c4aa88ff2a80dc6dfd12c798f93e62d7886c66c57c51a432fd265cfadaf267a56dbccb029207e3ebd719c30
24 DIST teamviewer_14.6.2452_i386.tar.xz 13055508 BLAKE2B b2adc4c98aecae2886a9fc51bdb9e233250985b7863ebc4376d7d0e8240e8ed2eafc878a9a522a2d5c2c0493b4e483cd70b2ea14f57c13892635f7756f398cd8 SHA512 0ed6d712c3df7ac13748f013bb9ad27d57dda0f0f5e29847a12529253e619a47c05806a209a3e20e7760f59c9feba5bb9d33de0a739adc6619a8e6e52dcec86d
25 +DIST teamviewer_14.7.1965_amd64.tar.xz 12459308 BLAKE2B 4a4b8005220f5433458ac61d3b9cb483d275ffc617328c49a0c7000f19b46dd620d3e517c80a680ab6c29a24924c436853d894dd6940a924afe5db848dcadc03 SHA512 b5d18bec8a5584d23687bc9f57bb8e7c44218ec9cb8adef274c9c9580bbcde51aa63d8a72d0755f1cca61305d535d20994b3a263233aca67a844b7ae6da42fcd
26 +DIST teamviewer_14.7.1965_i386.tar.xz 12958172 BLAKE2B bb5d66a2ec3d456b62d540217b9f6c798005419a0a14671968d47efc67532da844813af72cede8ca1c66e547af92b0af2acf2a85712a9f008fc0adfc01251632 SHA512 43ac26e851ba1018de61b20f7e8a6849e3141ecee809efd44f47cda080150aac9d1cd4fdbc911292c7d543c37830922f67bd1416ebe5c4603a07ffcaa30de517
27
28 diff --git a/net-misc/teamviewer/teamviewer-14.7.1965.ebuild b/net-misc/teamviewer/teamviewer-14.7.1965.ebuild
29 new file mode 100644
30 index 00000000000..6650185440e
31 --- /dev/null
32 +++ b/net-misc/teamviewer/teamviewer-14.7.1965.ebuild
33 @@ -0,0 +1,136 @@
34 +# Copyright 1999-2019 Gentoo Authors
35 +# Distributed under the terms of the GNU General Public License v2
36 +
37 +EAPI=6
38 +
39 +MY_PN=${PN}${PV/\.*}
40 +inherit desktop gnome2-utils systemd
41 +
42 +DESCRIPTION="All-In-One Solution for Remote Access and Support over the Internet"
43 +HOMEPAGE="https://www.teamviewer.com"
44 +SRC_URI="amd64? ( https://dl.tvcdn.de/download/linux/version_${PV/\.*}x/${PN}_${PV}_amd64.tar.xz )
45 + x86? ( https://dl.tvcdn.de/download/linux/version_${PV/\.*}x/${PN}_${PV}_i386.tar.xz )"
46 +
47 +LICENSE="TeamViewer MIT"
48 +SLOT="${PV/\.*}"
49 +KEYWORDS="-* ~amd64 ~x86"
50 +IUSE=""
51 +
52 +DEPEND="sys-apps/sed"
53 +RDEPEND="
54 + dev-qt/qtcore:5
55 + dev-qt/qtdbus:5
56 + dev-qt/qtdeclarative:5
57 + dev-qt/qtgui:5
58 + dev-qt/qtnetwork:5
59 + dev-qt/qtquickcontrols:5
60 + dev-qt/qtwebkit:5
61 + dev-qt/qtwidgets:5
62 + dev-qt/qtx11extras:5
63 + sys-apps/dbus
64 + !sys-auth/consolekit
65 +"
66 +
67 +# For consolekit incompatibility see https://forums.gentoo.org/viewtopic-p-8332956.html?sid=3cc21e5a27935e38975ee85bf03317ae#8332956
68 +
69 +RESTRICT="bindist mirror"
70 +
71 +# Silence QA messages
72 +QA_PREBUILT="opt/${MY_PN}/*"
73 +
74 +S="${WORKDIR}"/teamviewer
75 +
76 +src_prepare() {
77 + default
78 +
79 + # Switch operation mode from 'portable' to 'installed'
80 + sed -e "s/TAR_NI/TAR_IN/g" -i tv_bin/script/tvw_config || die
81 +
82 + sed -e "/^ExecStart/s/${PN}/${MY_PN}/" \
83 + -i tv_bin/script/teamviewerd.service || die
84 +}
85 +
86 +src_install() {
87 + local dst="/opt/${MY_PN}" # install destination
88 +
89 + # Quirk:
90 + # Remove Intel 80386 32-bit ELF binary 'libdepend' present in all
91 + # archives. It will trip the 'emerge @preserved-libs' logic on amd64
92 + # when changing the ABI of one of its dependencies. According to the
93 + # TeamViewer devs, this binary is an unused remnant of previous Wine-
94 + # based builds and will be removed in future releases anyway
95 + rm tv_bin/script/libdepend
96 +
97 + insinto ${dst}
98 + doins -r tv_bin
99 +
100 + # Set permissions for executables and libraries
101 + for exe in $(find tv_bin -type f -executable -or -name '*.so'); do
102 + fperms 755 ${dst}/${exe}
103 + done
104 +
105 + # No slotting here, binary expects this service path
106 + newinitd "${FILESDIR}"/teamviewerd14.init teamviewerd
107 + systemd_dounit tv_bin/script/teamviewerd.service
108 +
109 + insinto /usr/share/dbus-1/services
110 + doins tv_bin/script/com.teamviewer.TeamViewer.service
111 + doins tv_bin/script/com.teamviewer.TeamViewer.Desktop.service
112 +
113 + insinto /usr/share/polkit-1/actions
114 + doins tv_bin/script/com.teamviewer.TeamViewer.policy
115 +
116 + for size in 16 24 32 48 256; do
117 + newicon -s ${size} tv_bin/desktop/teamviewer_${size}.png TeamViewer.png
118 + done
119 +
120 + # Install documents (NOTE: using 'dodoc -r doc' instead of loop will
121 + # have the undesired result of installing subdirectory 'doc' in /usr/
122 + # share/doc/teamviewer-<version>)
123 + for doc in $(find doc -type f); do
124 + dodoc ${doc}
125 + done
126 +
127 + keepdir /etc/${MY_PN}
128 + dosym ../../etc/${MY_PN} ${dst}/config
129 +
130 + # Create directory and symlink for log files (NOTE: according to Team-
131 + # Viewer devs, all paths are hard-coded in the binaries; therefore
132 + # using the same path as the DEB/RPM archives, i.e. '/var/log/teamviewer
133 + # <major-version>')
134 + keepdir /var/log/${MY_PN}
135 + dosym ../../var/log/${MY_PN} ${dst}/logfiles
136 +
137 + dodir /opt/bin
138 + dosym ${dst}/tv_bin/teamviewerd /opt/bin/teamviewerd
139 + dosym ${dst}/tv_bin/script/teamviewer /opt/bin/teamviewer
140 +
141 + make_desktop_entry teamviewer "TeamViewer ${SLOT}" TeamViewer
142 +}
143 +
144 +pkg_postinst() {
145 + gnome2_icon_cache_update
146 +
147 + elog "Please note that parallel installation of multiple versions of"
148 + elog "TeamViewer is currently not supported at runtime. Bug #621818"
149 + elog ""
150 + elog "Before using TeamViewer, you need to start its daemon:"
151 + elog "OpenRC:"
152 + elog "# /etc/init.d/teamviewerd start"
153 + elog "# rc-update add teamviewerd default"
154 + elog
155 + elog "Systemd:"
156 + elog "# systemctl start teamviewerd.service"
157 + elog "# systemctl enable teamviewerd.service"
158 + elog
159 + elog "To display additional command line options simply run:"
160 + elog "$ teamviewer help"
161 + elog
162 + elog "Most likely TeamViewer will work normally only on systems with systemd"
163 + elog "or elogind. See this thread for additional info:"
164 + elog "https://forums.gentoo.org/viewtopic-p-8332956.html?sid=3cc21e5a27935e38975ee85bf03317ae#8332956"
165 +}
166 +
167 +pkg_postrm() {
168 + gnome2_icon_cache_update
169 +}