summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlrich Müller <ulm@gentoo.org>2020-04-01 11:51:57 +0200
committerUlrich Müller <ulm@gentoo.org>2020-04-01 11:52:40 +0200
commitb815c3448ed2510aa71c76a31ae41c83a8b00236 (patch)
tree09a3313c409eae298ab6adeb708cab642c75d911 /net-im/zoom
parentdev-erlang/xmpp: Version bump (diff)
downloadgentoo-b815c3448ed2510aa71c76a31ae41c83a8b00236.tar.gz
gentoo-b815c3448ed2510aa71c76a31ae41c83a8b00236.tar.bz2
gentoo-b815c3448ed2510aa71c76a31ae41c83a8b00236.zip
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 <ulm@gentoo.org>
Diffstat (limited to 'net-im/zoom')
-rw-r--r--net-im/zoom/files/zoom-videocam.xpm32
-rw-r--r--net-im/zoom/zoom-3.5.374815.0324-r3.ebuild (renamed from net-im/zoom/zoom-3.5.374815.0324-r2.ebuild)2
2 files changed, 33 insertions, 1 deletions
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
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() {