Gentoo Archives: gentoo-commits

From: Joonas Niilola <juippis@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-im/skypeforlinux/
Date: Wed, 21 Aug 2019 12:34:49
Message-Id: 1566390867.b4926897e756b6c8bbb204d115c889a8df3fbacf.juippis@gentoo
1 commit: b4926897e756b6c8bbb204d115c889a8df3fbacf
2 Author: Jan Vesely <jano.vesely <AT> gmail <DOT> com>
3 AuthorDate: Tue Aug 20 17:57:23 2019 +0000
4 Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org>
5 CommitDate: Wed Aug 21 12:34:27 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b4926897
7
8 net-im/skypeforlinux: Bump version to 8.51.0.86
9
10 Signed-off-by: Jan Vesely <jano.vesely <AT> gmail.com>
11 Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>
12
13 net-im/skypeforlinux/Manifest | 1 +
14 .../skypeforlinux/skypeforlinux-8.51.0.86.ebuild | 102 +++++++++++++++++++++
15 2 files changed, 103 insertions(+)
16
17 diff --git a/net-im/skypeforlinux/Manifest b/net-im/skypeforlinux/Manifest
18 index 05f821f892b..cab1e577115 100644
19 --- a/net-im/skypeforlinux/Manifest
20 +++ b/net-im/skypeforlinux/Manifest
21 @@ -1,2 +1,3 @@
22 DIST skypeforlinux_8.50.0.38-1.x86_64.rpm 97771604 BLAKE2B bf3ed5cb99618162076d1fed448abfe063db4dc51e4c5ec6a8d0abc1e1cd304466550b410c7dfa5de6c3a41a1ff6520a0d6a91a3689719c9772ce74117147ba1 SHA512 1b8a3dbd506acbadb9083b9c39e9933fe1e847a9f55724a2bef3d6611b8242ef8da5a0c05396231baf86f8ac09e0a9237d1a241a22e2da79e64c5564eb93cc84
23 DIST skypeforlinux_8.51.0.72-1.x86_64.rpm 106489177 BLAKE2B 18a84af205dfdca719d15e37c2cf19a039dfb521e7458c02271dae5eb9dd6433d14ec5fcb1501c74fbcf90103745e3ae49e5d290c699866d94430b2662eac7cf SHA512 18c98a040d453be83cafeca39009e07db2319dab5f2738dc98e2b7c6966dd2d59e83d0c8a943bfa3dd19b7cd435b7dcfa097f9725850148cb493cdc992a6550e
24 +DIST skypeforlinux_8.51.0.86-1.x86_64.rpm 106489312 BLAKE2B b0baf0f55808bcda30a5cc568a47e9514e8f9188659e6a7eb1b58722851edb7cab4c48d31889b6d3a2e16ffd89c563c92f0753fd0a2224b340d6f2239b45eec5 SHA512 a58b7b5a03d1ab665322d1af6ac2f65d452789192a8497e3638823e3a29e9e253193ad6fffbd8497f50253084c3c3a73e1cfe7a8384209fd7d33e45975584b20
25
26 diff --git a/net-im/skypeforlinux/skypeforlinux-8.51.0.86.ebuild b/net-im/skypeforlinux/skypeforlinux-8.51.0.86.ebuild
27 new file mode 100644
28 index 00000000000..df398450e03
29 --- /dev/null
30 +++ b/net-im/skypeforlinux/skypeforlinux-8.51.0.86.ebuild
31 @@ -0,0 +1,102 @@
32 +# Copyright 1999-2019 Gentoo Authors
33 +# Distributed under the terms of the GNU General Public License v2
34 +
35 +EAPI=7
36 +
37 +MULTILIB_COMPAT=( abi_x86_64 )
38 +
39 +inherit desktop pax-utils rpm multilib-build xdg
40 +
41 +DESCRIPTION="Instant messaging client, with support for audio and video"
42 +HOMEPAGE="https://www.skype.com/"
43 +SRC_URI="https://repo.skype.com/rpm/stable/${PN}_${PV}-1.x86_64.rpm"
44 +
45 +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"
46 +SLOT="0"
47 +KEYWORDS="-* ~amd64"
48 +IUSE="pax_kernel"
49 +
50 +S="${WORKDIR}"
51 +QA_PREBUILT="*"
52 +RESTRICT="mirror bindist strip" #299368
53 +
54 +RDEPEND="
55 + || (
56 + sys-auth/elogind
57 + sys-apps/systemd
58 + )
59 + app-crypt/libsecret[${MULTILIB_USEDEP}]
60 + dev-libs/atk[${MULTILIB_USEDEP}]
61 + dev-libs/expat[${MULTILIB_USEDEP}]
62 + dev-libs/glib:2[${MULTILIB_USEDEP}]
63 + dev-libs/nspr[${MULTILIB_USEDEP}]
64 + dev-libs/nss[${MULTILIB_USEDEP}]
65 + media-libs/alsa-lib[${MULTILIB_USEDEP}]
66 + media-libs/fontconfig:1.0[${MULTILIB_USEDEP}]
67 + media-libs/freetype:2[${MULTILIB_USEDEP}]
68 + media-libs/libv4l[${MULTILIB_USEDEP}]
69 + net-print/cups[${MULTILIB_USEDEP}]
70 + sys-apps/dbus[${MULTILIB_USEDEP}]
71 + sys-devel/gcc[cxx]
72 + virtual/ttf-fonts
73 + x11-libs/cairo[${MULTILIB_USEDEP}]
74 + x11-libs/gdk-pixbuf:2[${MULTILIB_USEDEP}]
75 + x11-libs/gtk+:3[${MULTILIB_USEDEP}]
76 + x11-libs/libX11[${MULTILIB_USEDEP}]
77 + x11-libs/libXScrnSaver[${MULTILIB_USEDEP}]
78 + x11-libs/libXcomposite[${MULTILIB_USEDEP}]
79 + x11-libs/libXcursor[${MULTILIB_USEDEP}]
80 + x11-libs/libXdamage[${MULTILIB_USEDEP}]
81 + x11-libs/libXext[${MULTILIB_USEDEP}]
82 + x11-libs/libXfixes[${MULTILIB_USEDEP}]
83 + x11-libs/libXi[${MULTILIB_USEDEP}]
84 + x11-libs/libXrandr[${MULTILIB_USEDEP}]
85 + x11-libs/libXrender[${MULTILIB_USEDEP}]
86 + x11-libs/libXtst[${MULTILIB_USEDEP}]
87 + x11-libs/libxcb[${MULTILIB_USEDEP}]
88 + x11-libs/libxkbfile[${MULTILIB_USEDEP}]
89 + x11-libs/pango[${MULTILIB_USEDEP}]"
90 +
91 +src_unpack() {
92 + rpm_src_unpack ${A}
93 +}
94 +
95 +src_prepare() {
96 + default
97 + sed -e "s!^SKYPE_PATH=.*!SKYPE_PATH=${EPREFIX}/opt/skypeforlinux/skypeforlinux!" \
98 + -i usr/bin/skypeforlinux || die
99 + sed -e "s!^Categories=.*!Categories=Network;InstantMessaging;Telephony;!" \
100 + -e "/^OnlyShowIn=/d" \
101 + -i usr/share/applications/skypeforlinux.desktop || die
102 +}
103 +
104 +src_install() {
105 + dodir /opt
106 + cp -a usr/share/skypeforlinux "${D}"/opt || die
107 +
108 + dobin usr/bin/skypeforlinux
109 +
110 + dodoc usr/share/skypeforlinux/*.html
111 + dodoc -r usr/share/doc/skypeforlinux/.
112 + # symlink required for the "Help->3rd Party Notes" menu entry (otherwise frozen skype -> xdg-open)
113 + dosym ${PF} usr/share/doc/skypeforlinux
114 +
115 + doicon usr/share/pixmaps/skypeforlinux.png
116 +
117 + local res
118 + for res in 16 32 256 512; do
119 + newicon -s ${res} usr/share/icons/hicolor/${res}x${res}/apps/skypeforlinux.png skypeforlinux.png
120 + done
121 +
122 + domenu usr/share/applications/skypeforlinux.desktop
123 +
124 + if use pax_kernel; then
125 + pax-mark -m "${ED}"/opt/skypeforlinux/skypeforlinux
126 + pax-mark -m "${ED}"/opt/skypeforlinux/resources/app.asar.unpacked/node_modules/slimcore/bin/slimcore.node
127 + ewarn "You have set USE=pax_kernel meaning that you intend to run"
128 + ewarn "${PN} under a PaX enabled kernel. To do so, we must modify"
129 + ewarn "the ${PN} binary itself and this *may* lead to breakage! If"
130 + ewarn "you suspect that ${PN} is being broken by this modification,"
131 + ewarn "please open a bug."
132 + fi
133 +}