summaryrefslogtreecommitdiff
path: root/emulators/suse100_fontconfig
diff options
context:
space:
mode:
authorobache <obache@pkgsrc.org>2011-02-21 08:38:30 +0000
committerobache <obache@pkgsrc.org>2011-02-21 08:38:30 +0000
commit70ec44855eef98cf27e7a483289d19e412bbfde5 (patch)
tree4a81d24e0d0a451f482667bac68bf053eeabd68b /emulators/suse100_fontconfig
parent6f8bd3da21fc137e4441fc523cef668801069e7a (diff)
downloadpkgsrc-70ec44855eef98cf27e7a483289d19e412bbfde5.tar.gz
Add more font dirs, same as suse113_fontconfig.
Diffstat (limited to 'emulators/suse100_fontconfig')
-rw-r--r--emulators/suse100_fontconfig/Makefile4
-rw-r--r--emulators/suse100_fontconfig/files/generate.awk28
2 files changed, 17 insertions, 15 deletions
diff --git a/emulators/suse100_fontconfig/Makefile b/emulators/suse100_fontconfig/Makefile
index 453ab10d92f..1dcfdf29177 100644
--- a/emulators/suse100_fontconfig/Makefile
+++ b/emulators/suse100_fontconfig/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.10 2009/06/05 11:20:27 abs Exp $
+# $NetBSD: Makefile,v 1.11 2011/02/21 08:38:30 obache Exp $
DISTNAME= suse_fontconfig-${SUSE_VERSION}
-PKGREVISION= 6
+PKGREVISION= 7
CATEGORIES= emulators
DISTFILES= fontconfig-2.3.2.20050721-10.2.${SUSE_ARCH}.rpm
diff --git a/emulators/suse100_fontconfig/files/generate.awk b/emulators/suse100_fontconfig/files/generate.awk
index a937856a5d8..a2ac9fba2a1 100644
--- a/emulators/suse100_fontconfig/files/generate.awk
+++ b/emulators/suse100_fontconfig/files/generate.awk
@@ -1,4 +1,4 @@
-# $NetBSD: generate.awk,v 1.2 2008/11/23 17:24:56 jmcneill Exp $
+# $NetBSD: generate.awk,v 1.3 2011/02/21 08:38:30 obache Exp $
#
# AWK script to replace @FONTDIR_ENTRIES@ with a list of <dir></dir>
# entries taken from the "entries" array. We do variable replacement
@@ -8,18 +8,20 @@
BEGIN {
entries[0] = "${X11BASE}/lib/X11/fonts"
- entries[1] = "${LOCALBASE}/OpenOffice.org1.1.5/share/fonts"
- entries[2] = "${LOCALBASE}/openoffice.org2.2/share/fonts"
- entries[3] = "${LOCALBASE}/java/blackdown-1.3.1/lib/fonts"
- entries[4] = "${LOCALBASE}/java/scsl-1.5/lib/fonts"
- entries[5] = "${LOCALBASE}/java/sun-1.3.1/lib/fonts"
- entries[6] = "${LOCALBASE}/java/sun-1.4/lib/fonts"
- entries[7] = "${LOCALBASE}/java/sun-1.5/lib/fonts"
- entries[8] = "${LOCALBASE}/java/sun-6/lib/fonts"
- entries[9] = "${LOCALBASE}/Acrobat4/Resource/CIDFont"
- entries[10] = "${LOCALBASE}/Acrobat5/Resource/Font"
- entries[11] = "${LOCALBASE}/Acrobat7/Resource/CIDFont"
- num_entries = 12
+ entries[1] = "${LOCALBASE}/lib/X11/fonts"
+ entries[2] = "${LOCALBASE}/share/fonts"
+ entries[3] = "${LOCALBASE}/OpenOffice.org1.1.5/share/fonts"
+ entries[4] = "${LOCALBASE}/openoffice.org2.2/share/fonts"
+ entries[5] = "${LOCALBASE}/java/blackdown-1.3.1/lib/fonts"
+ entries[6] = "${LOCALBASE}/java/scsl-1.5/lib/fonts"
+ entries[7] = "${LOCALBASE}/java/sun-1.3.1/lib/fonts"
+ entries[8] = "${LOCALBASE}/java/sun-1.4/lib/fonts"
+ entries[9] = "${LOCALBASE}/java/sun-1.5/lib/fonts"
+ entries[10] = "${LOCALBASE}/java/sun-6/lib/fonts"
+ entries[11] = "${LOCALBASE}/Acrobat4/Resource/CIDFont"
+ entries[12] = "${LOCALBASE}/Acrobat5/Resource/Font"
+ entries[13] = "${LOCALBASE}/Acrobat7/Resource/CIDFont"
+ num_entries = 14
LOCALBASE = ENVIRON["LOCALBASE"] ? ENVIRON["LOCALBASE"] : "/usr/pkg"
X11BASE = ENVIRON["X11BASE"] ? ENVIRON["X11BASE"] : "/usr/X11R6"