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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 3EF3515808B for ; Wed, 9 Mar 2022 19:19:11 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 57406E0866; Wed, 9 Mar 2022 19:19:10 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 19E2AE0866 for ; Wed, 9 Mar 2022 19:19:10 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 0ECA9342F35 for ; Wed, 9 Mar 2022 19:19:09 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 74A152A5 for ; Wed, 9 Mar 2022 19:19:07 +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: <1646853509.bd573148fd712ca2bdfc60de8b525adbca42b6ff.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.9.6.2225-r1.ebuild net-im/zoom/zoom-5.9.6.2225.ebuild X-VCS-Directories: net-im/zoom/ X-VCS-Committer: ulm X-VCS-Committer-Name: Ulrich Müller X-VCS-Revision: bd573148fd712ca2bdfc60de8b525adbca42b6ff X-VCS-Branch: master Date: Wed, 9 Mar 2022 19:19:07 +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: 9136e564-260a-42dd-b240-189e2b895cfc X-Archives-Hash: 4870104dd372bf9ec902f07a2ea941ff commit: bd573148fd712ca2bdfc60de8b525adbca42b6ff Author: Ulrich Müller gentoo org> AuthorDate: Wed Mar 9 19:17:46 2022 +0000 Commit: Ulrich Müller gentoo org> CommitDate: Wed Mar 9 19:18:29 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bd573148 net-im/zoom: Update desktop entry Closes: https://bugs.gentoo.org/834840 Package-Manager: Portage-3.0.30, Repoman-3.0.3 Signed-off-by: Ulrich Müller gentoo.org> net-im/zoom/{zoom-5.9.6.2225.ebuild => zoom-5.9.6.2225-r1.ebuild} | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/net-im/zoom/zoom-5.9.6.2225.ebuild b/net-im/zoom/zoom-5.9.6.2225-r1.ebuild similarity index 97% rename from net-im/zoom/zoom-5.9.6.2225.ebuild rename to net-im/zoom/zoom-5.9.6.2225-r1.ebuild index b30f73c773bf..64fb8851e99d 100644 --- a/net-im/zoom/zoom-5.9.6.2225.ebuild +++ b/net-im/zoom/zoom-5.9.6.2225-r1.ebuild @@ -139,7 +139,10 @@ src_install() { make_wrapper zoom /opt/zoom{/zoom,} $(usev bundled-qt /opt/zoom) make_desktop_entry "zoom %U" Zoom videoconference-zoom \ "Network;VideoConference;" \ - "MimeType=x-scheme-handler/zoommtg;application/x-zoom;" + "MimeType=$(printf '%s;' \ + x-scheme-handler/zoommtg \ + x-scheme-handler/zoomus \ + application/x-zoom)" doicon videoconference-zoom.svg doicon -s scalable videoconference-zoom.svg readme.gentoo_create_doc