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 98D15138350 for ; Thu, 2 Apr 2020 15:33:02 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A24E0E0F1C; Thu, 2 Apr 2020 15:32:55 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 8DDEFE0F1C for ; Thu, 2 Apr 2020 15:32:55 +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 E789034F022 for ; Thu, 2 Apr 2020 15:32:53 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 82853150 for ; Thu, 2 Apr 2020 15:32:51 +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: <1585841560.1f0c8a3fbe5f26b19239026fd9b3c38f311097b3.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-3.5.374815.0324-r3.ebuild net-im/zoom/zoom-3.5.374815.0324-r4.ebuild X-VCS-Directories: net-im/zoom/ X-VCS-Committer: ulm X-VCS-Committer-Name: Ulrich Müller X-VCS-Revision: 1f0c8a3fbe5f26b19239026fd9b3c38f311097b3 X-VCS-Branch: master Date: Thu, 2 Apr 2020 15:32:51 +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: 690b1964-462f-439c-bb29-0fa94afa322c X-Archives-Hash: 9ad134efa35613b18ef483a4230bdcf0 commit: 1f0c8a3fbe5f26b19239026fd9b3c38f311097b3 Author: Ulrich Müller gentoo org> AuthorDate: Thu Apr 2 15:32:07 2020 +0000 Commit: Ulrich Müller gentoo org> CommitDate: Thu Apr 2 15:32:40 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1f0c8a3f net-im/zoom: Install icon in /usr/share/icons instead of .../pixmaps. Bug: https://bugs.gentoo.org/715590 Package-Manager: Portage-2.3.96, Repoman-2.3.22 Signed-off-by: Ulrich Müller gentoo.org> ...zoom-3.5.374815.0324-r3.ebuild => zoom-3.5.374815.0324-r4.ebuild} | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/net-im/zoom/zoom-3.5.374815.0324-r3.ebuild b/net-im/zoom/zoom-3.5.374815.0324-r4.ebuild similarity index 94% rename from net-im/zoom/zoom-3.5.374815.0324-r3.ebuild rename to net-im/zoom/zoom-3.5.374815.0324-r4.ebuild index eb0827e28ae..1586c1e66eb 100644 --- a/net-im/zoom/zoom-3.5.374815.0324-r3.ebuild +++ b/net-im/zoom/zoom-3.5.374815.0324-r4.ebuild @@ -78,13 +78,16 @@ src_install() { # The tarball doesn't contain an icon, so take a generic camera icon # from https://github.com/google/material-design-icons, modified to be # white on a blue background - doicon "${FILESDIR}"/zoom-videocam.{svg,xpm} + doicon -s scalable "${FILESDIR}"/zoom-videocam.svg + doicon -s 24 "${FILESDIR}"/zoom-videocam.xpm } pkg_postinst() { xdg_desktop_database_update + xdg_icon_cache_update } pkg_postrm() { xdg_desktop_database_update + xdg_icon_cache_update }