commit:     1f0c8a3fbe5f26b19239026fd9b3c38f311097b3
Author:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Thu Apr  2 15:32:07 2020 +0000
Commit:     Ulrich Müller <ulm <AT> gentoo <DOT> 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 <ulm <AT> 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
 }

Reply via email to