From: Ulrich Müller Date: Wed, 1 Apr 2020 09:51:57 +0000 (+0200) Subject: net-im/zoom: Install XPM icon as fallback. X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=b815c3448ed2510aa71c76a31ae41c83a8b00236;p=gentoo.git net-im/zoom: Install XPM icon as fallback. Bug: https://bugs.gentoo.org/715590 Package-Manager: Portage-2.3.96, Repoman-2.3.22 Signed-off-by: Ulrich Müller --- diff --git a/net-im/zoom/files/zoom-videocam.xpm b/net-im/zoom/files/zoom-videocam.xpm new file mode 100644 index 000000000000..380e86f2cc27 --- /dev/null +++ b/net-im/zoom/files/zoom-videocam.xpm @@ -0,0 +1,32 @@ +/* XPM */ +static char * zoom_videocam_xpm[] = { +"24 24 5 1", +" c None", +". c #2D8CFF", +"+ c #469AFF", +"@ c #E3F0FF", +"# c #FFFFFF", +" ................ ", +" .................... ", +" ...................... ", +" ...................... ", +"........................", +"........................", +"...##############...+...", +"...##############..+@...", +"...##############.+@#...", +"...##############+@##...", +"...##############@###...", +"...##################...", +"...##################...", +"...##############@###...", +"...##############+@##...", +"...##############.+@#...", +"...##############..+@...", +"...##############...+...", +"........................", +"........................", +" ...................... ", +" ...................... ", +" .................... ", +" ................ "}; diff --git a/net-im/zoom/zoom-3.5.374815.0324-r2.ebuild b/net-im/zoom/zoom-3.5.374815.0324-r3.ebuild similarity index 98% rename from net-im/zoom/zoom-3.5.374815.0324-r2.ebuild rename to net-im/zoom/zoom-3.5.374815.0324-r3.ebuild index fb5744a78f57..eb0827e28ae9 100644 --- a/net-im/zoom/zoom-3.5.374815.0324-r2.ebuild +++ b/net-im/zoom/zoom-3.5.374815.0324-r3.ebuild @@ -78,7 +78,7 @@ 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 + doicon "${FILESDIR}"/zoom-videocam.{svg,xpm} } pkg_postinst() {