diff options
author | Andreas K. Hüttel <dilfridge@gentoo.org> | 2021-06-25 00:20:29 +0200 |
---|---|---|
committer | Andreas K. Hüttel <dilfridge@gentoo.org> | 2021-06-25 00:20:44 +0200 |
commit | 6feb14f75a9f3ab7d596c8bbba3bf755db53b46e (patch) | |
tree | a114f362ed50f0dec9ac4566ccf7b1599aa55c48 /net-im | |
parent | virtual/libcrypt: destabilize 2 (diff) | |
download | gentoo-6feb14f75a9f3ab7d596c8bbba3bf755db53b46e.tar.gz gentoo-6feb14f75a9f3ab7d596c8bbba3bf755db53b46e.tar.bz2 gentoo-6feb14f75a9f3ab7d596c8bbba3bf755db53b46e.zip |
net-im/webex: Version bump
Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
Diffstat (limited to 'net-im')
-rw-r--r-- | net-im/webex/Manifest | 1 | ||||
-rw-r--r-- | net-im/webex/webex-41.6.1.19162.1.ebuild | 67 |
2 files changed, 68 insertions, 0 deletions
diff --git a/net-im/webex/Manifest b/net-im/webex/Manifest index a1fbac490a8c..721ae669e851 100644 --- a/net-im/webex/Manifest +++ b/net-im/webex/Manifest @@ -1,2 +1,3 @@ DIST webex-41.5.0.18815.1.rpm 207061576 BLAKE2B e1c4cf2cd966c0bfa36f20e595769e4b39a3a814f351e6b0fe19755fbb96a2192733f052b8e926b83d20d16cfe4cf9f2ce751a8e2c82a9e5d0470d9c185b6db1 SHA512 88beb2b3e8ec116cbb72733c5835da7d33e6a00cdfbb07b05e6e5fbfe17cfc553c4ed61721eca2d53e55b623833bfe89d5ea8b16df966f28f49118e3dcbbb79c DIST webex-41.5.0.18911.1.rpm 207073948 BLAKE2B d65da3e5bf058a7bcd44ca59dd1724990db5288dea328c445212608baa1d0b9eccac3dd89fc440b4e04b6401e1e0ee6cd8ff21c51f609d4cd953c4bb75ec9102 SHA512 a32d2d3581aea65f91f876dc9dfe6390514ebca8fde19f667a5a4f670d3b6431d80f579dcbf0fec8399e007a854141d02e018864085ca6b1173cde6a0f92b44d +DIST webex-41.6.1.19162.1.rpm 210334860 BLAKE2B a5b9a3fb1254527ccceb75852b21f46baff7ce6dfe942b4270feda1d9e15a0348433c87e44ec52655f8c824e35fc037b8e824dfa48529a8bf4d746c556b9440d SHA512 766f712af49942db5f86ab1cc9d9c10d43ea775de05be092205025e8f2a0b661b0463223f0ffb810f40d937e13ffb1cda6d755e3e595ce5e2678656c78da3c88 diff --git a/net-im/webex/webex-41.6.1.19162.1.ebuild b/net-im/webex/webex-41.6.1.19162.1.ebuild new file mode 100644 index 000000000000..7e2ebf186457 --- /dev/null +++ b/net-im/webex/webex-41.6.1.19162.1.ebuild @@ -0,0 +1,67 @@ +# Copyright 1999-2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +inherit desktop xdg rpm + +DESCRIPTION="Cisco video conferencing and online meeting software" +HOMEPAGE="https://www.webex.com/" +SRC_URI="https://binaries.webex.com/WebexDesktop-CentOS-Official-Package/Webex.rpm -> ${P}.rpm" + +LICENSE="all-rights-reserved" +SLOT="0" +KEYWORDS="-* ~amd64" +IUSE="" + +RESTRICT="bindist mirror strip" + +DEPEND="" + +# systemd-libs => virtual/libudev +RDEPEND=" + media-libs/alsa-lib + app-accessibility/at-spi2-atk + dev-libs/atk + x11-libs/libXScrnSaver + x11-libs/libXcomposite + x11-libs/libXcursor + x11-libs/libXrandr + x11-libs/libnotify + app-crypt/libsecret + dev-libs/wayland + x11-libs/libxkbcommon + sys-apps/lshw + media-libs/libglvnd + media-libs/mesa + dev-libs/nss + x11-libs/pango + media-sound/pulseaudio + virtual/libudev + sys-power/upower + x11-libs/xcb-util-image + x11-libs/xcb-util-keysyms + x11-libs/xcb-util-renderutil + x11-libs/xcb-util-wm + || ( + sys-libs/glibc[crypt(+)] + sys-libs/libxcrypt[compat] + ) +" + +S=${WORKDIR} + +QA_PREBUILT="*" + +src_install() { + mv opt "${D}/" || die + + # dodir /usr/lib/debug + # mv usr/lib/.build-id "${D}/usr/lib/debug/" || die + + sed -e 's:Utility;Application;:Network;InstantMessaging;:g' -i "${D}/opt/Webex/bin/webex.desktop" + sed -e '/^Version=.*$/d' -i "${D}/opt/Webex/bin/webex.desktop" + + domenu "${D}/opt/Webex/bin/webex.desktop" + doicon "${D}/opt/Webex/bin/sparklogosmall.png" +} |