diff options
author | Ulrich Müller <ulm@gentoo.org> | 2020-12-12 08:55:08 +0100 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2020-12-12 09:00:30 +0100 |
commit | 45028317a7f64914d4f187bd62e143f632e45467 (patch) | |
tree | c4b616ee50a96b9aea6e64765a372e1ec9bea211 /net-im/zoom | |
parent | dev-util/pkgcheck: add tree-sitter rdep (diff) | |
download | gentoo-45028317a7f64914d4f187bd62e143f632e45467.tar.gz gentoo-45028317a7f64914d4f187bd62e143f632e45467.tar.bz2 gentoo-45028317a7f64914d4f187bd62e143f632e45467.zip |
net-im/zoom: Rename icon so it won't clash with KDE's zoom action.
Bug: https://bugs.gentoo.org/759253#c15
Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: Ulrich Müller <ulm@gentoo.org>
Diffstat (limited to 'net-im/zoom')
-rw-r--r-- | net-im/zoom/zoom-5.4.56259.1207-r2.ebuild (renamed from net-im/zoom/zoom-5.4.56259.1207-r1.ebuild) | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/net-im/zoom/zoom-5.4.56259.1207-r1.ebuild b/net-im/zoom/zoom-5.4.56259.1207-r2.ebuild index 7387cd5dde5d..6150b8810934 100644 --- a/net-im/zoom/zoom-5.4.56259.1207-r1.ebuild +++ b/net-im/zoom/zoom-5.4.56259.1207-r2.ebuild @@ -64,8 +64,9 @@ src_prepare() { default # The tarball doesn't contain an icon, so extract it from the binary - bbe -s -b '/<svg width="32"/:/<\x2fsvg>\n/' -e 'J 1;D' zoom >zoom.svg \ - && [[ -s zoom.svg ]] || die "Extraction of icon failed" + bbe -s -b '/<svg width="32"/:/<\x2fsvg>\n/' -e 'J 1;D' zoom \ + >zoom-videocam.svg && [[ -s zoom-videocam.svg ]] \ + || die "Extraction of icon failed" if ! use pulseaudio; then # For some strange reason, zoom cannot use any ALSA sound devices if @@ -113,10 +114,10 @@ src_install() { fi make_wrapper zoom /opt/zoom{/zoom,} $(usex bundled-qt /opt/zoom "") - make_desktop_entry "zoom %U" Zoom zoom "" \ + make_desktop_entry "zoom %U" Zoom zoom-videocam "" \ "MimeType=x-scheme-handler/zoommtg;application/x-zoom;" - doicon zoom.svg - doicon -s scalable zoom.svg + doicon zoom-videocam.svg + doicon -s scalable zoom-videocam.svg readme.gentoo_create_doc } |