net-im/zoom: Install XPM icon as fallback.
authorUlrich Müller <ulm@gentoo.org>
Wed, 1 Apr 2020 09:51:57 +0000 (11:51 +0200)
committerUlrich Müller <ulm@gentoo.org>
Wed, 1 Apr 2020 09:52:40 +0000 (11:52 +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/files/zoom-videocam.xpm [new file with mode: 0644]
net-im/zoom/zoom-3.5.374815.0324-r3.ebuild [moved from net-im/zoom/zoom-3.5.374815.0324-r2.ebuild with 98% similarity]

diff --git a/net-im/zoom/files/zoom-videocam.xpm b/net-im/zoom/files/zoom-videocam.xpm
new file mode 100644 (file)
index 0000000..380e86f
--- /dev/null
@@ -0,0 +1,32 @@
+/* XPM */
+static char * zoom_videocam_xpm[] = {
+"24 24 5 1",
+"      c None",
+".     c #2D8CFF",
+"+     c #469AFF",
+"@     c #E3F0FF",
+"#     c #FFFFFF",
+"    ................    ",
+"  ....................  ",
+" ...................... ",
+" ...................... ",
+"........................",
+"........................",
+"...##############...+...",
+"...##############..+@...",
+"...##############.+@#...",
+"...##############+@##...",
+"...##############@###...",
+"...##################...",
+"...##################...",
+"...##############@###...",
+"...##############+@##...",
+"...##############.+@#...",
+"...##############..+@...",
+"...##############...+...",
+"........................",
+"........................",
+" ...................... ",
+" ...................... ",
+"  ....................  ",
+"    ................    "};
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 fb5744a78f57a4df891df602dca95a47b8f5c807..eb0827e28ae9fac09f28ccbb1dfa326efe79d156 100644 (file)
@@ -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() {