Date: Wed, 14 Nov 2018 22:36:22 +0000 (UTC) From: Christoph Moench-Tegeder <cmt@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r484970 - in head/editors/libreoffice: . files Message-ID: <201811142236.wAEMaMNM096807@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: cmt Date: Wed Nov 14 22:36:22 2018 New Revision: 484970 URL: https://svnweb.freebsd.org/changeset/ports/484970 Log: editors/libreoffice: switch emoji font dependency emojione-color-ttf is going to expire soon, let's use twemoji-color-font-ttf PR: 232689 Submitted by: rkoberman at gmail dot com Added: head/editors/libreoffice/files/patch-officecfg_registry_schema_org_openoffice_Office_Common.xcs (contents, props changed) Modified: head/editors/libreoffice/Makefile Modified: head/editors/libreoffice/Makefile ============================================================================== --- head/editors/libreoffice/Makefile Wed Nov 14 22:23:03 2018 (r484969) +++ head/editors/libreoffice/Makefile Wed Nov 14 22:36:22 2018 (r484970) @@ -2,7 +2,7 @@ .include "${.CURDIR}/Makefile.common" -PORTREVISION= 0 +PORTREVISION= 1 MASTER_SITES= https://download.documentfoundation.org/libreoffice/src/${PORTVERSION}/ \ https://dev-www.libreoffice.org/src/:src \ https://dev-www.libreoffice.org/extern/:ext @@ -85,7 +85,7 @@ RUN_DEPENDS= xdg-open:devel/xdg-utils \ ${LOCALBASE}/share/fonts/Caladea/Caladea-Bold.ttf:x11-fonts/crosextrafonts-caladea-ttf \ ${LOCALBASE}/share/fonts/Carlito/Carlito-Bold.ttf:x11-fonts/crosextrafonts-carlito-ttf \ ${LOCALBASE}/share/fonts/dejavu/DejaVuSans.ttf:x11-fonts/dejavu \ - ${LOCALBASE}/share/fonts/emojione-color-font-ttf/EmojiOneColor-SVGinOT.ttf:x11-fonts/emojione-color-font-ttf \ + ${LOCALBASE}/share/fonts/twemoji-color-font-ttf/TwitterColorEmoji-SVGinOT.ttf:x11-fonts/twemoji-color-font-ttf \ ${LOCALBASE}/share/fonts/GentiumBasic/GenBasI.ttf:x11-fonts/gentium-basic \ ${LOCALBASE}/share/fonts/Liberation/LiberationMono-Bold.ttf:x11-fonts/liberation-fonts-ttf \ ${LOCALBASE}/share/fonts/LinLibertineG/LinLibertine_DR_G.ttf:x11-fonts/linuxlibertine-g Added: head/editors/libreoffice/files/patch-officecfg_registry_schema_org_openoffice_Office_Common.xcs ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/editors/libreoffice/files/patch-officecfg_registry_schema_org_openoffice_Office_Common.xcs Wed Nov 14 22:36:22 2018 (r484970) @@ -0,0 +1,11 @@ +--- officecfg/registry/schema/org/openoffice/Office/Common.xcs.orig 2018-11-14 20:40:33 UTC ++++ officecfg/registry/schema/org/openoffice/Office/Common.xcs +@@ -5242,7 +5242,7 @@ + <info> + <desc>Special font for rendering of emojis</desc> + </info> +- <value>EmojiOne Color</value> ++ <value>Twitter Color Emoji Color</value> + </prop> + <prop oor:name="PluginsEnabled" oor:type="xs:boolean" oor:nillable="false"> + <!-- OldPath: ? -->
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201811142236.wAEMaMNM096807>