forked from NetBSD/pkgsrc
-
Notifications
You must be signed in to change notification settings - Fork 50
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
uw-ttyp0: install to its own fonts directory
this allows the directory to be easily added to the x11 serverside fonts path with xset while not conflicting with misc-fixed terminus etc still works as expected with fontconfig/xft
- Loading branch information
Showing
2 changed files
with
28 additions
and
28 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,23 +1,25 @@ | ||
@comment $NetBSD: PLIST,v 1.2 2020/06/20 16:13:30 nia Exp $ | ||
share/fonts/X11/misc/t0-11-uni.pcf.gz | ||
share/fonts/X11/misc/t0-11b-uni.pcf.gz | ||
share/fonts/X11/misc/t0-12-uni.pcf.gz | ||
share/fonts/X11/misc/t0-12b-uni.pcf.gz | ||
share/fonts/X11/misc/t0-13-uni.pcf.gz | ||
share/fonts/X11/misc/t0-13b-uni.pcf.gz | ||
share/fonts/X11/misc/t0-14-uni.pcf.gz | ||
share/fonts/X11/misc/t0-14b-uni.pcf.gz | ||
share/fonts/X11/misc/t0-15-uni.pcf.gz | ||
share/fonts/X11/misc/t0-15b-uni.pcf.gz | ||
share/fonts/X11/misc/t0-15i-uni.pcf.gz | ||
share/fonts/X11/misc/t0-16-uni.pcf.gz | ||
share/fonts/X11/misc/t0-16b-uni.pcf.gz | ||
share/fonts/X11/misc/t0-16i-uni.pcf.gz | ||
share/fonts/X11/misc/t0-17-uni.pcf.gz | ||
share/fonts/X11/misc/t0-17b-uni.pcf.gz | ||
share/fonts/X11/misc/t0-17i-uni.pcf.gz | ||
share/fonts/X11/misc/t0-18-uni.pcf.gz | ||
share/fonts/X11/misc/t0-18b-uni.pcf.gz | ||
share/fonts/X11/misc/t0-18i-uni.pcf.gz | ||
share/fonts/X11/misc/t0-22-uni.pcf.gz | ||
share/fonts/X11/misc/t0-22b-uni.pcf.gz | ||
@comment $NetBSD: PLIST,v 1.3 2020/09/23 11:59:18 nia Exp $ | ||
share/fonts/X11/uw-ttyp0/fonts.dir | ||
share/fonts/X11/uw-ttyp0/fonts.scale | ||
share/fonts/X11/uw-ttyp0/t0-11-uni.pcf.gz | ||
share/fonts/X11/uw-ttyp0/t0-11b-uni.pcf.gz | ||
share/fonts/X11/uw-ttyp0/t0-12-uni.pcf.gz | ||
share/fonts/X11/uw-ttyp0/t0-12b-uni.pcf.gz | ||
share/fonts/X11/uw-ttyp0/t0-13-uni.pcf.gz | ||
share/fonts/X11/uw-ttyp0/t0-13b-uni.pcf.gz | ||
share/fonts/X11/uw-ttyp0/t0-14-uni.pcf.gz | ||
share/fonts/X11/uw-ttyp0/t0-14b-uni.pcf.gz | ||
share/fonts/X11/uw-ttyp0/t0-15-uni.pcf.gz | ||
share/fonts/X11/uw-ttyp0/t0-15b-uni.pcf.gz | ||
share/fonts/X11/uw-ttyp0/t0-15i-uni.pcf.gz | ||
share/fonts/X11/uw-ttyp0/t0-16-uni.pcf.gz | ||
share/fonts/X11/uw-ttyp0/t0-16b-uni.pcf.gz | ||
share/fonts/X11/uw-ttyp0/t0-16i-uni.pcf.gz | ||
share/fonts/X11/uw-ttyp0/t0-17-uni.pcf.gz | ||
share/fonts/X11/uw-ttyp0/t0-17b-uni.pcf.gz | ||
share/fonts/X11/uw-ttyp0/t0-17i-uni.pcf.gz | ||
share/fonts/X11/uw-ttyp0/t0-18-uni.pcf.gz | ||
share/fonts/X11/uw-ttyp0/t0-18b-uni.pcf.gz | ||
share/fonts/X11/uw-ttyp0/t0-18i-uni.pcf.gz | ||
share/fonts/X11/uw-ttyp0/t0-22-uni.pcf.gz | ||
share/fonts/X11/uw-ttyp0/t0-22b-uni.pcf.gz |