commit:     b5fd1da09ed834bac78d66a38db7790494faa71c
Author:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Mon Apr 19 16:18:54 2021 +0000
Commit:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
CommitDate: Mon Apr 19 16:20:07 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b5fd1da0

net-im/zoom: Install icon as "zoom-icon" instead of "zoom-videocam"

Bug: https://bugs.gentoo.org/783900
Package-Manager: Portage-3.0.18, Repoman-3.0.3
Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org>

 ...oom-5.4.53391.1108-r2.ebuild => zoom-5.4.53391.1108-r3.ebuild} | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/net-im/zoom/zoom-5.4.53391.1108-r2.ebuild 
b/net-im/zoom/zoom-5.4.53391.1108-r3.ebuild
similarity index 94%
rename from net-im/zoom/zoom-5.4.53391.1108-r2.ebuild
rename to net-im/zoom/zoom-5.4.53391.1108-r3.ebuild
index cc5c6c14523..6b437d523e6 100644
--- a/net-im/zoom/zoom-5.4.53391.1108-r2.ebuild
+++ b/net-im/zoom/zoom-5.4.53391.1108-r3.ebuild
@@ -58,7 +58,7 @@ src_prepare() {
 
        # 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-videocam.svg && [[ -s zoom-videocam.svg ]] \
+               >zoom-icon.svg && [[ -s zoom-icon.svg ]] \
                || die "Extraction of icon failed"
 
        if ! use pulseaudio; then
@@ -96,10 +96,10 @@ src_install() {
        fi
 
        make_wrapper zoom /opt/zoom{/zoom,}
-       make_desktop_entry "zoom %U" Zoom zoom-videocam "" \
+       make_desktop_entry "zoom %U" Zoom zoom-icon "" \
                "MimeType=x-scheme-handler/zoommtg;application/x-zoom;"
-       doicon zoom-videocam.svg
-       doicon -s scalable zoom-videocam.svg
+       doicon zoom-icon.svg
+       doicon -s scalable zoom-icon.svg
        readme.gentoo_create_doc
 }
 

Reply via email to