net-im/webex-bin: New package

Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Alarig Le Lay <alarig@swordarmor.fr>
This commit is contained in:
Alarig Le Lay 2022-06-30 18:06:14 +02:00
parent 8a561c84a1
commit 5904fb1ac4
Signed by: alarig
GPG Key ID: 7AFE62C6DF8BCDEC
3 changed files with 69 additions and 0 deletions

View File

@ -0,0 +1 @@
DIST webex-bin-42.6.0.22565.rpm 270901860 BLAKE2B f00dd9196d4aafb5b06ca82dcf9db13d8ee61d866a1cd3cf761071bfec6a04124eca70d4d767ee723af351009ec635fa0b148c8f59d1acb83527ec8bfef32f7b SHA512 09b4ef5f0811d2a982e694d725ac552174bfb59d3814494c9255e0c38d9e828952857487d2123bdb8505626d047ae0c6b42b9be3548cd7782ef94d3a2dce3eee

View File

@ -0,0 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="person">
<email>alarig@swordarmor.fr</email>
<name>Alarig Le Lay</name>
</maintainer>
</pkgmetadata>

View File

@ -0,0 +1,60 @@
# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
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=""
RDEPEND="
app-accessibility/at-spi2-atk
app-crypt/libsecret
dev-libs/atk
dev-libs/nss
dev-libs/wayland
media-libs/alsa-lib
media-libs/libglvnd
media-libs/mesa
media-sound/pulseaudio
sys-apps/lshw
sys-power/upower
virtual/libudev
x11-libs/libXScrnSaver
x11-libs/libXcomposite
x11-libs/libXcursor
x11-libs/libXrandr
x11-libs/libnotify
x11-libs/libxkbcommon
x11-libs/pango
x11-libs/xcb-util-image
x11-libs/xcb-util-keysyms
x11-libs/xcb-util-renderutil
x11-libs/xcb-util-wm
"
S=${WORKDIR}
QA_PREBUILT="*"
src_install() {
mv opt "${D}/" || die
sed -e 's:Utility;Application;:Network;InstantMessaging;:g' \
-i "${D}/opt/Webex/bin/webex.desktop" || die
sed -e '/^Version=.*$/d' -i "${D}/opt/Webex/bin/webex.desktop" || die
domenu "${D}/opt/Webex/bin/webex.desktop"
doicon "${D}/opt/Webex/bin/sparklogosmall.png"
}