Skip to content

Commit 154dc69

Browse files
authored
zen-browser: fix for 100MB limit (hopefully)
1 parent 7e44523 commit 154dc69

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

srcpkgs/zen-browser/template

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ version=1.17.15b
44
revision=1
55
archs="x86_64 aarch64"
66
hostmakedepends="curl xz"
7-
depends="desktop-file-utils hicolor-icon-theme libnotify libavcodec xdg-utils"
7+
depends="desktop-file-utils hicolor-icon-theme libnotify libavcodec virtual?font:emoji xdg-utils"
88
short_desc="Welcome to a calmer internet"
99
maintainer="Encoded14 <[email protected]>"
1010
license="MPL-2.0"
@@ -42,6 +42,9 @@ do_install() {
4242
vinstall browser/chrome/icons/default/default${size}.png 0644 usr/share/icons/hicolor/${size}x${size}/apps zen.png
4343
done
4444

45+
# Trying to get file under 100MB so github doesnt complain
46+
rm -f "${DESTDIR}/opt/${pkgname}/fonts/TwemojiMozilla.ttf"
47+
4548
ln -Ts /usr/share/hunspell "${DESTDIR}/opt/${pkgname}/dictionaries"
4649
ln -Ts /usr/share/hyphen "${DESTDIR}/opt/${pkgname}/hyphenation"
4750
ln -sf /usr/lib/libnssckbi.so "${DESTDIR}/opt/${pkgname}/libnssckbi.so"

0 commit comments

Comments
 (0)