commit: d75e4c56a1cea76fa3273a01ab32fec3cb4a6dcb Author: Ulrich Müller <ulm <AT> gentoo <DOT> org> AuthorDate: Wed Mar 23 11:30:15 2022 +0000 Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org> CommitDate: Wed Mar 23 11:30:15 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d75e4c56
net-im/zoom: Fix extraction of icon Bug: https://bugs.gentoo.org/835822 Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org> net-im/zoom/{zoom-5.10.0.2450.ebuild => zoom-5.10.0.2450-r1.ebuild} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-im/zoom/zoom-5.10.0.2450.ebuild b/net-im/zoom/zoom-5.10.0.2450-r1.ebuild similarity index 98% rename from net-im/zoom/zoom-5.10.0.2450.ebuild rename to net-im/zoom/zoom-5.10.0.2450-r1.ebuild index a97c785fc5b2..67370163a7c4 100644 --- a/net-im/zoom/zoom-5.10.0.2450.ebuild +++ b/net-im/zoom/zoom-5.10.0.2450-r1.ebuild @@ -68,7 +68,7 @@ src_prepare() { default # The tarball doesn't contain an icon, so extract it from the binary - bbe -s -b '/<svg width="32"/:/<\x2fsvg>\n/' -e 'J 1;D' zoom \ + bbe -s -b '/<svg width="32" height="32"/:/<\x2fsvg>\n/' -e 'J 1;D' zoom \ >videoconference-zoom.svg && [[ -s videoconference-zoom.svg ]] \ || die "Extraction of icon failed"
