From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 93D841382C5 for ; Mon, 19 Apr 2021 16:20:27 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A254CE081B; Mon, 19 Apr 2021 16:20:26 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 879B4E081B for ; Mon, 19 Apr 2021 16:20:26 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 5A21F33BE3E for ; Mon, 19 Apr 2021 16:20:25 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A0CAB6BD for ; Mon, 19 Apr 2021 16:20:23 +0000 (UTC) From: "Ulrich Müller" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ulrich Müller" Message-ID: <1618849207.b5fd1da09ed834bac78d66a38db7790494faa71c.ulm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-im/zoom/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-im/zoom/zoom-5.4.53391.1108-r2.ebuild net-im/zoom/zoom-5.4.53391.1108-r3.ebuild X-VCS-Directories: net-im/zoom/ X-VCS-Committer: ulm X-VCS-Committer-Name: Ulrich Müller X-VCS-Revision: b5fd1da09ed834bac78d66a38db7790494faa71c X-VCS-Branch: master Date: Mon, 19 Apr 2021 16:20:23 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 5a07824a-6382-4ce6-80f0-857e93ab6e9c X-Archives-Hash: 43b74b9192e8bfee2128fc95916f81c4 commit: b5fd1da09ed834bac78d66a38db7790494faa71c Author: Ulrich Müller gentoo org> AuthorDate: Mon Apr 19 16:18:54 2021 +0000 Commit: Ulrich Müller gentoo 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 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 '/\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 }