pkgsrc-Changes archive

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

CVS commit: pkgsrc/fonts/noto-emoji-ttf



Module Name:    pkgsrc
Committed By:   wiz
Date:           Thu Apr  7 19:59:55 UTC 2022

Modified Files:
        pkgsrc/fonts/noto-emoji-ttf: Makefile PLIST

Log Message:
noto-emoji-ttf: do not install Windows compatibility font


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 pkgsrc/fonts/noto-emoji-ttf/Makefile
cvs rdiff -u -r1.2 -r1.3 pkgsrc/fonts/noto-emoji-ttf/PLIST

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/fonts/noto-emoji-ttf/Makefile
diff -u pkgsrc/fonts/noto-emoji-ttf/Makefile:1.4 pkgsrc/fonts/noto-emoji-ttf/Makefile:1.5
--- pkgsrc/fonts/noto-emoji-ttf/Makefile:1.4    Thu Apr  7 15:56:40 2022
+++ pkgsrc/fonts/noto-emoji-ttf/Makefile        Thu Apr  7 19:59:55 2022
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.4 2022/04/07 15:56:40 wiz Exp $
+# $NetBSD: Makefile,v 1.5 2022/04/07 19:59:55 wiz Exp $
 
 DISTNAME=              noto-emoji-2.034
 PKGNAME=               ${DISTNAME:S/emoji/emoji-ttf/}
+PKGREVISION=           1
 CATEGORIES=            fonts
 MASTER_SITES=          ${MASTER_SITE_GITHUB:=googlei18n/}
 GITHUB_PROJECT=                noto-emoji
@@ -20,7 +21,7 @@ FONTSDIR=             share/fonts/X11/TTF
 INSTALLATION_DIRS=     ${FONTSDIR}
 
 do-install:
-       ${INSTALL_DATA} ${WRKSRC}/fonts/*.ttf \
-               ${DESTDIR}/${PREFIX}/${FONTSDIR}
+       ${INSTALL_DATA} ${WRKSRC}/fonts/NotoColorEmoji.ttf ${DESTDIR}/${PREFIX}/${FONTSDIR}
+       ${INSTALL_DATA} ${WRKSRC}/fonts/NotoEmoji-Regular.ttf ${DESTDIR}/${PREFIX}/${FONTSDIR}
 
 .include "../../mk/bsd.pkg.mk"

Index: pkgsrc/fonts/noto-emoji-ttf/PLIST
diff -u pkgsrc/fonts/noto-emoji-ttf/PLIST:1.2 pkgsrc/fonts/noto-emoji-ttf/PLIST:1.3
--- pkgsrc/fonts/noto-emoji-ttf/PLIST:1.2       Wed Apr  6 22:46:13 2022
+++ pkgsrc/fonts/noto-emoji-ttf/PLIST   Thu Apr  7 19:59:55 2022
@@ -1,4 +1,3 @@
-@comment $NetBSD: PLIST,v 1.2 2022/04/06 22:46:13 wiz Exp $
+@comment $NetBSD: PLIST,v 1.3 2022/04/07 19:59:55 wiz Exp $
 share/fonts/X11/TTF/NotoColorEmoji.ttf
-share/fonts/X11/TTF/NotoColorEmoji_WindowsCompatible.ttf
 share/fonts/X11/TTF/NotoEmoji-Regular.ttf



Home | Main Index | Thread Index | Old Index