summaryrefslogtreecommitdiff
path: root/x11-fonts/Makefile
diff options
context:
space:
mode:
authorTijl Coosemans <tijl@FreeBSD.org>2024-01-18 14:18:03 +0100
committerTijl Coosemans <tijl@FreeBSD.org>2024-03-23 14:40:46 +0100
commit3b128ff9f74b28ada2f475f0b816480b1550e5b8 (patch)
tree90e27f934dbb220c80067447e3117d3c893d0774 /x11-fonts/Makefile
parentdevel/dbus: Teach D-Bus to obtain credentials using getsockopt(LOCAL_PEERCRED) (diff)
x11-fonts/noto*: Restructure and update
Split x11-fonts/noto-basic into separate ports so they can be updated separately. Keep noto-basic as a metaport but replace dependencies on it with dependencies on individual fonts as needed. Adjust x11-fonts/noto-extra to resolve conflicts for now. Individual fonts can be split from this port later. Let x11-fonts/noto-emoji install the monochrome Noto Emoji font and create a new port x11-fonts/noto-color-emoji for Noto Color Emoji. Add the new ports to x11-fonts/noto metaport and make Noto Sans and Noto Serif non-optional because script-specific fonts depend on them. Upstream does not provide useful tarballs so we create our own and host them on LOCAL. The new ports have a "make noto-fetch" target that creates a tarball in DISTDIR. List of updates: Noto Color Emoji 2.042 Noto Emoji 2.001 Noto Sans 2.013 Noto Sans Mono 2.014 Noto Sans Symbols 2.003 Noto Sans Symbols 2 2.008 Noto Serif 2.013 PR: 275758 Differential Revision: https://reviews.freebsd.org/D43509
Diffstat (limited to '')
-rw-r--r--x11-fonts/Makefile6
1 files changed, 6 insertions, 0 deletions
diff --git a/x11-fonts/Makefile b/x11-fonts/Makefile
index a3f390fda88d..847ef091a96f 100644
--- a/x11-fonts/Makefile
+++ b/x11-fonts/Makefile
@@ -188,17 +188,23 @@
SUBDIR += nexfontsel
SUBDIR += noto
SUBDIR += noto-basic
+ SUBDIR += noto-color-emoji
SUBDIR += noto-emoji
SUBDIR += noto-extra
SUBDIR += noto-hk
SUBDIR += noto-jp
SUBDIR += noto-kr
+ SUBDIR += noto-sans
SUBDIR += noto-sans-hk
SUBDIR += noto-sans-jp
SUBDIR += noto-sans-kr
+ SUBDIR += noto-sans-mono
SUBDIR += noto-sans-sc
+ SUBDIR += noto-sans-symbols
+ SUBDIR += noto-sans-symbols-2
SUBDIR += noto-sans-tc
SUBDIR += noto-sc
+ SUBDIR += noto-serif
SUBDIR += noto-serif-hk
SUBDIR += noto-serif-jp
SUBDIR += noto-serif-kr