Date: Sat, 23 Mar 2024 13:46:30 +0000 From: bugzilla-noreply@freebsd.org To: desktop@FreeBSD.org Subject: [Bug 275758] x11-fonts/noto-basic and x11-fonts/fontconfig together enable ligatures in "monospace" font Message-ID: <bug-275758-39348-QGuZFIxG0v@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-275758-39348@https.bugs.freebsd.org/bugzilla/> References: <bug-275758-39348@https.bugs.freebsd.org/bugzilla/>
next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D275758 --- Comment #10 from commit-hook@FreeBSD.org --- A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=3D3b128ff9f74b28ada2f475f0b816480= b1550e5b8 commit 3b128ff9f74b28ada2f475f0b816480b1550e5b8 Author: Tijl Coosemans <tijl@FreeBSD.org> AuthorDate: 2024-01-18 13:18:03 +0000 Commit: Tijl Coosemans <tijl@FreeBSD.org> CommitDate: 2024-03-23 13:40:46 +0000 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 Mk/Uses/noto.mk (new) | 71 ++++++++++ audio/fossmixer/Makefile | 6 +- benchmarks/ddosify/Makefile | 4 +- editors/cooledit/Makefile | 8 +- graphics/lux/Makefile | 3 +- multimedia/baka-mplayer/Makefile | 4 +- textproc/ibus-typing-booster/pkg-message | 2 +- www/chromium/Makefile | 6 +- www/iridium/Makefile | 5 +- www/ungoogled-chromium/Makefile | 5 +- x11-fonts/Makefile | 6 + x11-fonts/google-fonts/Makefile | 10 +- x11-fonts/noto-basic/Makefile | 38 ++---- x11-fonts/noto-basic/distinfo (gone) | 3 - x11-fonts/noto-basic/pkg-plist (gone) | 12 -- x11-fonts/noto-color-emoji/Makefile (new) | 20 +++ x11-fonts/noto-color-emoji/distinfo (new) | 3 + x11-fonts/noto-color-emoji/pkg-descr (new) | 2 + x11-fonts/noto-emoji/Makefile | 40 +++--- x11-fonts/noto-emoji/distinfo | 6 +- x11-fonts/noto-emoji/pkg-descr | 15 +-- x11-fonts/noto-extra/Makefile | 28 ++-- x11-fonts/noto-extra/pkg-plist | 178 ----------------------= ---- x11-fonts/noto-sans-mono/Makefile (new) | 51 ++++++++ x11-fonts/noto-sans-mono/distinfo (new) | 3 + x11-fonts/noto-sans-mono/pkg-descr (new) | 5 + x11-fonts/noto-sans-symbols-2/Makefile (new) | 17 +++ x11-fonts/noto-sans-symbols-2/distinfo (new) | 3 + x11-fonts/noto-sans-symbols-2/pkg-descr (new) | 3 + x11-fonts/noto-sans-symbols/Makefile (new) | 25 ++++ x11-fonts/noto-sans-symbols/distinfo (new) | 3 + x11-fonts/noto-sans-symbols/pkg-descr (new) | 3 + x11-fonts/noto-sans/Makefile (new) | 87 +++++++++++++ x11-fonts/noto-sans/distinfo (new) | 3 + x11-fonts/noto-sans/pkg-descr (new) | 4 + x11-fonts/noto-serif/Makefile (new) | 87 +++++++++++++ x11-fonts/noto-serif/distinfo (new) | 3 + x11-fonts/noto-serif/pkg-descr (new) | 4 + x11-fonts/noto/Makefile | 22 +++- x11/plasma5-plasma-integration/Makefile | 5 +- x11/plasma6-plasma-desktop/Makefile | 3 +- x11/plasma6-plasma-integration/Makefile | 7 +- 42 files changed, 504 insertions(+), 309 deletions(-) --=20 You are receiving this mail because: You are on the CC list for the bug.=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-275758-39348-QGuZFIxG0v>