Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
E
eepm
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
etersoft
eepm
Commits
a749e8e9
Commit
a749e8e9
authored
Nov 22, 2024
by
Ivan Mazhukin
Committed by
Vitaly Lipatov
Nov 25, 2024
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
epm play: add webex (eterbug #17843)
parent
a97c0cab
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
35 additions
and
0 deletions
+35
-0
webex.sh
play.d/webex.sh
+16
-0
webex.sh
repack.d/webex.sh
+19
-0
No files found.
play.d/webex.sh
0 → 100755
View file @
a749e8e9
#!/bin/sh
PKGNAME
=
webex
SUPPORTEDARCHES
=
"x86_64"
VERSION
=
"
$2
"
DESCRIPTION
=
'AI-driven collaboration and customer experience that works for you'
URL
=
"https://www.webex.com/"
.
$(
dirname
$0
)
/common.sh
warn_version_is_not_supported
PKGURL
=
"https://binaries.webex.com/WebexDesktop-Ubuntu-Official-Package/Webex.deb"
install_pkgurl
repack.d/webex.sh
0 → 100755
View file @
a749e8e9
#!/bin/sh -x
# It will be run with two args: buildroot spec
BUILDROOT
=
"
$1
"
SPEC
=
"
$2
"
PRODUCTDIR
=
'/opt/Webex'
.
$(
dirname
$0
)
/common.sh
add_bin_exec_command
$PRODUCT
$PRODUCTDIR
/bin/CiscoCollabHost
move_file /opt/Webex/bin/webex.desktop /usr/share/applications/webex.desktop
move_file /opt/Webex/bin/sparklogosmall.png /usr/share/icons/hicolor/96x96/apps/webex.png
subst
's|^Exec=.*|Exec=webex %U|g'
$BUILDROOT
/usr/share/applications/webex.desktop
subst
's|^Icon=.*|Icon=webex.png|g'
$BUILDROOT
/usr/share/applications/webex.desktop
add_libs_requires
\ No newline at end of file
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment