pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/fonts twemoji-color-font-ttf: Import version 11.2.0



details:   https://anonhg.NetBSD.org/pkgsrc/rev/1ffb2d64aa0a
branches:  trunk
changeset: 315825:1ffb2d64aa0a
user:      nia <nia%pkgsrc.org@localhost>
date:      Fri Nov 30 15:46:47 2018 +0000

description:
twemoji-color-font-ttf: Import version 11.2.0

A color and B&W emoji SVGinOT font built from the Twitter Emoji
for Everyone artwork with support for ZWJ, skin tone diversity and
country flags.

The font works in all operating systems, but will currently only
show color emoji in Firefox and Thunderbird. This is not a limitation
of the font, but of the operating systems and applications. Regular
B&W outline emoji are included for backwards/fallback compatibility.

diffstat:

 fonts/Makefile                        |   3 ++-
 fonts/twemoji-color-font-ttf/DESCR    |   8 ++++++++
 fonts/twemoji-color-font-ttf/Makefile |  24 ++++++++++++++++++++++++
 fonts/twemoji-color-font-ttf/PLIST    |   2 ++
 fonts/twemoji-color-font-ttf/distinfo |   6 ++++++
 5 files changed, 42 insertions(+), 1 deletions(-)

diffs (73 lines):

diff -r 130ae556d3a5 -r 1ffb2d64aa0a fonts/Makefile
--- a/fonts/Makefile    Fri Nov 30 15:27:00 2018 +0000
+++ b/fonts/Makefile    Fri Nov 30 15:46:47 2018 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.319 2018/07/03 06:00:25 maya Exp $
+# $NetBSD: Makefile,v 1.320 2018/11/30 15:46:47 nia Exp $
 #
 
 COMMENT=       Fonts
@@ -816,6 +816,7 @@
 SUBDIR+=       ttfdump
 SUBDIR+=       ttftot42
 SUBDIR+=       ttmkfdir2
+SUBDIR+=       twemoji-color-font-ttf
 SUBDIR+=       type1inst
 SUBDIR+=       ubuntu-fonts
 SUBDIR+=       umefont-ttf
diff -r 130ae556d3a5 -r 1ffb2d64aa0a fonts/twemoji-color-font-ttf/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/fonts/twemoji-color-font-ttf/DESCR        Fri Nov 30 15:46:47 2018 +0000
@@ -0,0 +1,8 @@
+A color and B&W emoji SVGinOT font built from the Twitter Emoji
+for Everyone artwork with support for ZWJ, skin tone diversity and
+country flags.
+
+The font works in all operating systems, but will currently only
+show color emoji in Firefox and Thunderbird. This is not a limitation
+of the font, but of the operating systems and applications. Regular
+B&W outline emoji are included for backwards/fallback compatibility.
diff -r 130ae556d3a5 -r 1ffb2d64aa0a fonts/twemoji-color-font-ttf/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/fonts/twemoji-color-font-ttf/Makefile     Fri Nov 30 15:46:47 2018 +0000
@@ -0,0 +1,24 @@
+# $NetBSD: Makefile,v 1.1 2018/11/30 15:46:48 nia Exp $
+
+PKGNAME=       twemoji-color-font-ttf-11.2.0
+DISTNAME=      TwitterColorEmoji-SVGinOT-Linux-${PKGVERSION_NOREV}
+CATEGORIES=    fonts
+MASTER_SITES=  ${MASTER_SITE_GITHUB:=eosrei/}
+GITHUB_PROJECT=        twemoji-color-font
+GITHUB_RELEASE=        v${PKGVERSION_NOREV}
+
+MAINTAINER=    nia%NetBSD.org@localhost
+HOMEPAGE=      https://github.com/eosrei/twemoji-color-font
+COMMENT=       Twitter color emoji SVGinOT font
+LICENSE=       cc-by-v4.0 AND mit
+
+USE_LANGUAGES= # none
+NO_BUILD=      yes
+
+INSTALLATION_DIRS+=    share/fonts/X11/TTF
+
+do-install:
+       ${INSTALL_DATA} ${WRKSRC}/TwitterColorEmoji-SVGinOT.ttf \
+           ${DESTDIR}${PREFIX}/share/fonts/X11/TTF
+
+.include "../../mk/bsd.pkg.mk"
diff -r 130ae556d3a5 -r 1ffb2d64aa0a fonts/twemoji-color-font-ttf/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/fonts/twemoji-color-font-ttf/PLIST        Fri Nov 30 15:46:47 2018 +0000
@@ -0,0 +1,2 @@
+@comment $NetBSD: PLIST,v 1.1 2018/11/30 15:46:48 nia Exp $
+share/fonts/X11/TTF/TwitterColorEmoji-SVGinOT.ttf
diff -r 130ae556d3a5 -r 1ffb2d64aa0a fonts/twemoji-color-font-ttf/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/fonts/twemoji-color-font-ttf/distinfo     Fri Nov 30 15:46:47 2018 +0000
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2018/11/30 15:46:48 nia Exp $
+
+SHA1 (TwitterColorEmoji-SVGinOT-Linux-11.2.0.tar.gz) = 12b9e7fd78c2204988d0dff2efd60e37445fea08
+RMD160 (TwitterColorEmoji-SVGinOT-Linux-11.2.0.tar.gz) = 41587f81efaaaef05129bffaed719d614b95e17e
+SHA512 (TwitterColorEmoji-SVGinOT-Linux-11.2.0.tar.gz) = 552f68fe531dd3003c11825075712d98c2d38b617006d76b8ee2866163bc4c29db11f1ddb97eb0630ceb5f3a69478b3ef1389e5004d7bba26d0bb252292b487b
+Size (TwitterColorEmoji-SVGinOT-Linux-11.2.0.tar.gz) = 4711875 bytes



Home | Main Index | Thread Index | Old Index