net-im/zoom: Install icon in /usr/share/icons instead of .../pixmaps.
authorUlrich Müller <ulm@gentoo.org>
Thu, 2 Apr 2020 15:32:07 +0000 (17:32 +0200)
committerUlrich Müller <ulm@gentoo.org>
Thu, 2 Apr 2020 15:32:40 +0000 (17:32 +0200)
Bug: https://bugs.gentoo.org/715590
Package-Manager: Portage-2.3.96, Repoman-2.3.22
Signed-off-by: Ulrich Müller <ulm@gentoo.org>
net-im/zoom/zoom-3.5.374815.0324-r4.ebuild [moved from net-im/zoom/zoom-3.5.374815.0324-r3.ebuild with 94% similarity]

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 eb0827e28ae9fac09f28ccbb1dfa326efe79d156..1586c1e66ebb33f9ecc870bf7d96c3de9f714f9a 100644 (file)
@@ -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
 }