install font configurations to /etc/fonts/conf.d
This commit is contained in:
parent
cdbc96d9c4
commit
01313ea852
@ -1,4 +1,4 @@
|
||||
# $NetBSD: mi,v 1.774 2008/09/21 12:10:33 rtr Exp $
|
||||
# $NetBSD: mi,v 1.775 2008/09/26 07:02:57 rtr Exp $
|
||||
#
|
||||
# Note: Don't delete entries from here - mark them as "obsolete" instead,
|
||||
# unless otherwise stated below.
|
||||
@ -88,6 +88,7 @@
|
||||
./etc/defaults base-sys-root
|
||||
./etc/disklabels base-obsolete obsolete
|
||||
./etc/fonts base-x11-root
|
||||
./etc/fonts/conf.d base-x11-root
|
||||
./etc/iscsi base-sysutil-root
|
||||
./etc/kerberosIV base-obsolete obsolete
|
||||
./etc/kerberosV base-krb5-root
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $NetBSD: mi,v 1.9 2008/09/02 02:24:12 lukem Exp $
|
||||
# $NetBSD: mi,v 1.10 2008/09/26 07:02:57 rtr Exp $
|
||||
#
|
||||
# Note: don't delete entries from here - mark them as "obsolete" instead.
|
||||
#
|
||||
@ -53,6 +53,32 @@
|
||||
./etc/X11/xserver/SecurityPolicy -unknown- x11
|
||||
./etc/X11/xsm/system.xsm -unknown- x11
|
||||
./etc/X11/xsm/system.xsm -unknown- xorg
|
||||
./etc/fonts/conf.d/10-autohint.conf -unknown- xorg
|
||||
./etc/fonts/conf.d/10-no-sub-pixel.conf -unknown- xorg
|
||||
./etc/fonts/conf.d/10-sub-pixel-bgr.conf -unknown- xorg
|
||||
./etc/fonts/conf.d/10-sub-pixel-rgb.conf -unknown- xorg
|
||||
./etc/fonts/conf.d/10-sub-pixel-vbgr.conf -unknown- xorg
|
||||
./etc/fonts/conf.d/10-sub-pixel-vrgb.conf -unknown- xorg
|
||||
./etc/fonts/conf.d/10-unhinted.conf -unknown- xorg
|
||||
./etc/fonts/conf.d/20-fix-globaladvance.conf -unknown- xorg
|
||||
./etc/fonts/conf.d/20-unhint-small-vera.conf -unknown- xorg
|
||||
./etc/fonts/conf.d/25-unhint-nonlatin.conf -unknown- xorg
|
||||
./etc/fonts/conf.d/30-metric-aliases.conf -unknown- xorg
|
||||
./etc/fonts/conf.d/30-urw-aliases.conf -unknown- xorg
|
||||
./etc/fonts/conf.d/40-nonlatin.conf -unknown- xorg
|
||||
./etc/fonts/conf.d/45-latin.conf -unknown- xorg
|
||||
./etc/fonts/conf.d/49-sansserif.conf -unknown- xorg
|
||||
./etc/fonts/conf.d/50-user.conf -unknown- xorg
|
||||
./etc/fonts/conf.d/51-local.conf -unknown- xorg
|
||||
./etc/fonts/conf.d/60-latin.conf -unknown- xorg
|
||||
./etc/fonts/conf.d/65-fonts-persian.conf -unknown- xorg
|
||||
./etc/fonts/conf.d/65-khmer.conf -unknown- xorg
|
||||
./etc/fonts/conf.d/65-nonlatin.conf -unknown- xorg
|
||||
./etc/fonts/conf.d/69-unifont.conf -unknown- xorg
|
||||
./etc/fonts/conf.d/70-no-bitmaps.conf -unknown- xorg
|
||||
./etc/fonts/conf.d/70-yes-bitmaps.conf -unknown- xorg
|
||||
./etc/fonts/conf.d/80-delicious.conf -unknown- xorg
|
||||
./etc/fonts/conf.d/90-synthetic.conf -unknown- xorg
|
||||
./etc/fonts/fonts.conf -unknown- x11
|
||||
./etc/fonts/fonts.conf -unknown- xorg
|
||||
./etc/fonts/fonts.dtd -unknown- x11
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $NetBSD: NetBSD.dist,v 1.380 2008/09/21 00:48:44 cube Exp $
|
||||
# $NetBSD: NetBSD.dist,v 1.381 2008/09/26 07:02:57 rtr Exp $
|
||||
# @(#)4.4BSD.dist 8.1 (Berkeley) 6/13/93
|
||||
|
||||
# Do not customize this file as it may be overwritten on upgrades.
|
||||
@ -32,6 +32,7 @@
|
||||
./etc/bluetooth
|
||||
./etc/defaults
|
||||
./etc/fonts
|
||||
./etc/fonts/conf.d
|
||||
./etc/iscsi
|
||||
./etc/kerberosV
|
||||
./etc/mail
|
||||
|
44
external/mit/xorg/lib/fontconfig/etc/Makefile
vendored
44
external/mit/xorg/lib/fontconfig/etc/Makefile
vendored
@ -1,11 +1,49 @@
|
||||
# $NetBSD: Makefile,v 1.1.1.1 2008/07/29 05:01:21 mrg Exp $
|
||||
# $NetBSD: Makefile,v 1.2 2008/09/26 07:02:57 rtr Exp $
|
||||
|
||||
.include <bsd.own.mk>
|
||||
|
||||
.PATH: ${X11SRCDIR.fontconfig}
|
||||
CONFIGFILES= \
|
||||
fonts.conf \
|
||||
fonts.dtd
|
||||
|
||||
CONFIGFILES= fonts.conf fonts.dtd
|
||||
FILESDIR= /etc/fonts
|
||||
FILESDIR_fonts.conf= \
|
||||
/etc/fonts
|
||||
|
||||
FILESDIR_fonts.dtd= \
|
||||
/etc/fonts
|
||||
|
||||
.PATH: ${X11SRCDIR.fontconfig}/conf.d
|
||||
CONFIGFILES+= \
|
||||
10-autohint.conf \
|
||||
10-no-sub-pixel.conf \
|
||||
10-sub-pixel-bgr.conf \
|
||||
10-sub-pixel-rgb.conf \
|
||||
10-sub-pixel-vbgr.conf \
|
||||
10-sub-pixel-vrgb.conf \
|
||||
10-unhinted.conf \
|
||||
20-fix-globaladvance.conf \
|
||||
20-unhint-small-vera.conf \
|
||||
25-unhint-nonlatin.conf \
|
||||
30-metric-aliases.conf \
|
||||
30-urw-aliases.conf \
|
||||
40-nonlatin.conf \
|
||||
45-latin.conf \
|
||||
49-sansserif.conf \
|
||||
50-user.conf \
|
||||
51-local.conf \
|
||||
60-latin.conf \
|
||||
65-fonts-persian.conf \
|
||||
65-khmer.conf \
|
||||
65-nonlatin.conf \
|
||||
69-unifont.conf \
|
||||
70-no-bitmaps.conf \
|
||||
70-yes-bitmaps.conf \
|
||||
80-delicious.conf \
|
||||
90-synthetic.conf
|
||||
|
||||
FILESDIR= \
|
||||
/etc/fonts/conf.d
|
||||
|
||||
.include <bsd.x11.mk>
|
||||
.include <bsd.prog.mk>
|
||||
|
Loading…
Reference in New Issue
Block a user