From b815c3448ed2510aa71c76a31ae41c83a8b00236 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Ulrich=20M=C3=BCller?= Date: Wed, 1 Apr 2020 11:51:57 +0200 Subject: [PATCH] net-im/zoom: Install XPM icon as fallback. MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Bug: https://bugs.gentoo.org/715590 Package-Manager: Portage-2.3.96, Repoman-2.3.22 Signed-off-by: Ulrich Müller --- net-im/zoom/files/zoom-videocam.xpm | 32 +++++++++++++++++++ ....ebuild => zoom-3.5.374815.0324-r3.ebuild} | 2 +- 2 files changed, 33 insertions(+), 1 deletion(-) create mode 100644 net-im/zoom/files/zoom-videocam.xpm rename net-im/zoom/{zoom-3.5.374815.0324-r2.ebuild => zoom-3.5.374815.0324-r3.ebuild} (98%) 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() { -- 2.26.2