Gentoo Archives: gentoo-commits

From: David Seifert <soap@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-im/skypeforlinux/
Date: Wed, 21 Apr 2021 12:22:30
Message-Id: 1619007579.dbe807afa2834b1aeaf846682adf7d0ceee01034.soap@gentoo
1 commit: dbe807afa2834b1aeaf846682adf7d0ceee01034
2 Author: David Seifert <soap <AT> gentoo <DOT> org>
3 AuthorDate: Wed Apr 21 12:19:39 2021 +0000
4 Commit: David Seifert <soap <AT> gentoo <DOT> org>
5 CommitDate: Wed Apr 21 12:19:39 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dbe807af
7
8 net-im/skypeforlinux: Bump to 8.71.0.36
9
10 Package-Manager: Portage-3.0.18, Repoman-3.0.3
11 Signed-off-by: David Seifert <soap <AT> gentoo.org>
12
13 net-im/skypeforlinux/Manifest | 1 +
14 .../skypeforlinux/skypeforlinux-8.71.0.36.ebuild | 98 ++++++++++++++++++++++
15 2 files changed, 99 insertions(+)
16
17 diff --git a/net-im/skypeforlinux/Manifest b/net-im/skypeforlinux/Manifest
18 index 33e31d40915..e3999fbe5b3 100644
19 --- a/net-im/skypeforlinux/Manifest
20 +++ b/net-im/skypeforlinux/Manifest
21 @@ -1 +1,2 @@
22 DIST skypeforlinux_8.69.0.77-1.x86_64.rpm 117875764 BLAKE2B 8f817c595b09f5e9c0e0ca10c2e34d76cc3d56da115950adebe6e43ca7d8715d2a20df862a76fd51fef639cc0664ba3b19976b93406e98da50b8ec07a7323c39 SHA512 a04a2e357192ee9390ebeb00aeeec3a230eb0b7b3cf00f32aab1323dfe61b8ebf980a459db779f1b14266c5b7ff9b1f749ce1bba56025ada06d137ff552db35c
23 +DIST skypeforlinux_8.71.0.36-1.x86_64.rpm 118012057 BLAKE2B 510df394ef98ea5ca60d68e73624e5ba499126c9a47a2254882aa66ecd8e36e38080eeea1b591c249d1cb2aea6c9b9299a74d56e4d4620de1b4a87e15795a286 SHA512 41f9e8bd76bd8af0aaa2c56d9e354b6ec6c4eb63e7a35bdc75f91b2925a90b8267dc2a3426be4016bf2d89a5cb4bf41b1c53216caa351d5080e1dcd23e465a1f
24
25 diff --git a/net-im/skypeforlinux/skypeforlinux-8.71.0.36.ebuild b/net-im/skypeforlinux/skypeforlinux-8.71.0.36.ebuild
26 new file mode 100644
27 index 00000000000..01550d2ccb0
28 --- /dev/null
29 +++ b/net-im/skypeforlinux/skypeforlinux-8.71.0.36.ebuild
30 @@ -0,0 +1,98 @@
31 +# Copyright 1999-2021 Gentoo Authors
32 +# Distributed under the terms of the GNU General Public License v2
33 +
34 +EAPI=7
35 +
36 +MULTILIB_COMPAT=( abi_x86_64 )
37 +
38 +inherit chromium-2 desktop pax-utils rpm multilib-build xdg
39 +
40 +DESCRIPTION="Instant messaging client, with support for audio and video"
41 +HOMEPAGE="https://www.skype.com/"
42 +SRC_URI="https://repo.skype.com/rpm/stable/${PN}_${PV}-1.x86_64.rpm"
43 +
44 +LICENSE="Skype-TOS MIT MIT-with-advertising BSD-1 BSD-2 BSD Apache-2.0 Boost-1.0 ISC CC-BY-SA-3.0 CC0-1.0 openssl ZLIB APSL-2 icu Artistic-2 LGPL-2.1"
45 +SLOT="0"
46 +KEYWORDS="-* ~amd64"
47 +
48 +S="${WORKDIR}"
49 +QA_PREBUILT="*"
50 +RESTRICT="mirror bindist strip" #299368
51 +
52 +RDEPEND="
53 + app-crypt/libsecret[${MULTILIB_USEDEP}]
54 + dev-libs/atk[${MULTILIB_USEDEP}]
55 + dev-libs/expat[${MULTILIB_USEDEP}]
56 + dev-libs/glib:2[${MULTILIB_USEDEP}]
57 + dev-libs/nspr[${MULTILIB_USEDEP}]
58 + dev-libs/nss[${MULTILIB_USEDEP}]
59 + media-libs/alsa-lib[${MULTILIB_USEDEP}]
60 + media-libs/fontconfig:1.0[${MULTILIB_USEDEP}]
61 + media-libs/freetype:2[${MULTILIB_USEDEP}]
62 + media-libs/libv4l[${MULTILIB_USEDEP}]
63 + net-print/cups[${MULTILIB_USEDEP}]
64 + sys-apps/dbus[${MULTILIB_USEDEP}]
65 + sys-devel/gcc[cxx]
66 + virtual/ttf-fonts
67 + x11-libs/cairo[${MULTILIB_USEDEP}]
68 + x11-libs/gdk-pixbuf:2[${MULTILIB_USEDEP}]
69 + x11-libs/gtk+:3[${MULTILIB_USEDEP}]
70 + x11-libs/libX11[${MULTILIB_USEDEP}]
71 + x11-libs/libXScrnSaver[${MULTILIB_USEDEP}]
72 + x11-libs/libXcomposite[${MULTILIB_USEDEP}]
73 + x11-libs/libXcursor[${MULTILIB_USEDEP}]
74 + x11-libs/libXdamage[${MULTILIB_USEDEP}]
75 + x11-libs/libXext[${MULTILIB_USEDEP}]
76 + x11-libs/libXfixes[${MULTILIB_USEDEP}]
77 + x11-libs/libXi[${MULTILIB_USEDEP}]
78 + x11-libs/libXrandr[${MULTILIB_USEDEP}]
79 + x11-libs/libXrender[${MULTILIB_USEDEP}]
80 + x11-libs/libXtst[${MULTILIB_USEDEP}]
81 + x11-libs/libxcb[${MULTILIB_USEDEP}]
82 + x11-libs/libxkbfile[${MULTILIB_USEDEP}]
83 + x11-libs/pango[${MULTILIB_USEDEP}]"
84 +
85 +pkg_setup() {
86 + chromium_suid_sandbox_check_kernel_config
87 +}
88 +
89 +src_unpack() {
90 + rpm_src_unpack ${A}
91 +}
92 +
93 +src_prepare() {
94 + default
95 + sed -e "s!^SKYPE_PATH=.*!SKYPE_PATH=${EPREFIX}/opt/skypeforlinux/skypeforlinux!" \
96 + -i usr/bin/skypeforlinux || die
97 + sed -e "s!^Categories=.*!Categories=Network;InstantMessaging;Telephony;!" \
98 + -e "/^OnlyShowIn=/d" \
99 + -i usr/share/applications/skypeforlinux.desktop || die
100 +}
101 +
102 +src_install() {
103 + dodir /opt
104 + cp -a usr/share/skypeforlinux "${ED}"/opt || die
105 +
106 + # remove chrome-sandbox binary, users should use kernel namespaces
107 + # https://bugs.gentoo.org/692692#c18
108 + rm "${ED}"/opt/skypeforlinux/chrome-sandbox || die
109 +
110 + dobin usr/bin/skypeforlinux
111 +
112 + dodoc usr/share/skypeforlinux/*.html
113 + dodoc -r usr/share/doc/skypeforlinux/.
114 + # symlink required for the "Help->3rd Party Notes" menu entry (otherwise frozen skype -> xdg-open)
115 + dosym ${PF} usr/share/doc/skypeforlinux
116 +
117 + doicon usr/share/pixmaps/skypeforlinux.png
118 +
119 + local res
120 + for res in 16 32 256 512; do
121 + newicon -s ${res} usr/share/icons/hicolor/${res}x${res}/apps/skypeforlinux.png skypeforlinux.png
122 + done
123 +
124 + domenu usr/share/applications/skypeforlinux.desktop
125 +
126 + pax-mark -m "${ED}"/opt/skypeforlinux/skypeforlinux
127 + pax-mark -m "${ED}"/opt/skypeforlinux/resources/app.asar.unpacked/node_modules/slimcore/bin/slimcore.node
128 +}