diff options
author | joerg <joerg> | 2006-09-22 21:53:56 +0000 |
---|---|---|
committer | joerg <joerg> | 2006-09-22 21:53:56 +0000 |
commit | bcaa74d78c4bb00b45e3ba6f025114edd61b83a2 (patch) | |
tree | db83b25b7768e178196b801eef79294cee44fa06 /fonts/jmk-fonts | |
parent | 2a25027705e71b83c42ccbdae2739d56d535f049 (diff) | |
download | pkgsrc-bcaa74d78c4bb00b45e3ba6f025114edd61b83a2.tar.gz |
- Compute CHEKCK_FILES filter on the entries requested and keep it
as tight as possible. Files we don't handle shouldn't be skipped.
- fonts.alias is not created automatically, so don't remove it.
- create fonts.encoding with mkfontdir using -e X11_ENCODINGSDIR.
On platforms not following the X11R6 loayout this might need to
be overriden.
- Fix type1inst calls.
- Modify packages which installed fonts.alias before to actually
include it in the PLIST and bump the revisions accordingly.
- Modify xorg-fonts* packages to use FONTS_DIRS.* to build indices
at run time.
Discussed with wiz and jlam.
Diffstat (limited to 'fonts/jmk-fonts')
-rw-r--r-- | fonts/jmk-fonts/Makefile | 7 | ||||
-rw-r--r-- | fonts/jmk-fonts/PLIST | 3 |
2 files changed, 7 insertions, 3 deletions
diff --git a/fonts/jmk-fonts/Makefile b/fonts/jmk-fonts/Makefile index 654723c7209..ce2378e0773 100644 --- a/fonts/jmk-fonts/Makefile +++ b/fonts/jmk-fonts/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.10 2006/03/04 21:29:39 jlam Exp $ +# $NetBSD: Makefile,v 1.11 2006/09/22 21:53:57 joerg Exp $ # DISTNAME= jmk-x11-fonts-3.0 PKGNAME= jmk-fonts-3.0 -PKGREVISION= 2 +PKGREVISION= 3 CATEGORIES= fonts x11 MASTER_SITES= ${MASTER_SITE_SUNSITE:=X11/fonts/} @@ -17,4 +17,7 @@ USE_TOOLS+= bdftopcf FONTS_DIRS.x11+= ${PREFIX}/lib/X11/fonts/jmk REQD_DIRS+= ${PREFIX}/lib/X11/fonts/jmk +post-install: + ${RM} ${PREFIX}/lib/X11/fonts/jmk/fonts.scale + .include "../../mk/bsd.pkg.mk" diff --git a/fonts/jmk-fonts/PLIST b/fonts/jmk-fonts/PLIST index f2fc7ddafd1..e3ab4bdf9f0 100644 --- a/fonts/jmk-fonts/PLIST +++ b/fonts/jmk-fonts/PLIST @@ -1,4 +1,5 @@ -@comment $NetBSD: PLIST,v 1.3 2006/02/17 19:34:08 wiz Exp $ +@comment $NetBSD: PLIST,v 1.4 2006/09/22 21:53:57 joerg Exp $ +lib/X11/fonts/jmk/fonts.alias lib/X11/fonts/jmk/modd-iso8859-1-06x11-bold.pcf.gz lib/X11/fonts/jmk/modd-iso8859-1-06x11.pcf.gz lib/X11/fonts/jmk/modd-iso8859-1-06x13-bold.pcf.gz |