File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed
Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ version=1.17.15b
44revision=1
55archs="x86_64 aarch64"
66hostmakedepends="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"
88short_desc="Welcome to a calmer internet"
99maintainer="Encoded14 <
[email protected] >"
1010license="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"
You can’t perform that action at this time.
0 commit comments