diff options
author | Ulrich Müller <ulm@gentoo.org> | 2020-04-02 17:32:07 +0200 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2020-04-02 17:32:40 +0200 |
commit | 1f0c8a3fbe5f26b19239026fd9b3c38f311097b3 (patch) | |
tree | fb029d5a6fdaba9f8dc23257b91840ee07be56f8 /net-im/zoom | |
parent | net-firewall/conntrack-tools: Add IUSE=systemd (diff) | |
download | gentoo-1f0c8a3fbe5f26b19239026fd9b3c38f311097b3.tar.gz gentoo-1f0c8a3fbe5f26b19239026fd9b3c38f311097b3.tar.bz2 gentoo-1f0c8a3fbe5f26b19239026fd9b3c38f311097b3.zip |
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@gentoo.org>
Diffstat (limited to 'net-im/zoom')
-rw-r--r-- | net-im/zoom/zoom-3.5.374815.0324-r4.ebuild (renamed from net-im/zoom/zoom-3.5.374815.0324-r3.ebuild) | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/net-im/zoom/zoom-3.5.374815.0324-r3.ebuild b/net-im/zoom/zoom-3.5.374815.0324-r4.ebuild index eb0827e28ae9..1586c1e66ebb 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 } |