summaryrefslogtreecommitdiff
path: root/x11/xfstt
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2014-06-01 18:47:24 +0000
committerwiz <wiz@pkgsrc.org>2014-06-01 18:47:24 +0000
commit7fd439d2f6d948e9bd98f5c1e22ceae471842c48 (patch)
tree942fc8295b12f36afab275f9f8927b2ac8f80a06 /x11/xfstt
parent724c2c00220d4b38ca68207407fe0d19298d557d (diff)
downloadpkgsrc-7fd439d2f6d948e9bd98f5c1e22ceae471842c48.tar.gz
Use default font path. Bump PKGREVISION.
Diffstat (limited to 'x11/xfstt')
-rw-r--r--x11/xfstt/Makefile5
-rw-r--r--x11/xfstt/distinfo6
-rw-r--r--x11/xfstt/patches/patch-aa10
-rw-r--r--x11/xfstt/patches/patch-ac6
4 files changed, 13 insertions, 14 deletions
diff --git a/x11/xfstt/Makefile b/x11/xfstt/Makefile
index 6a308f72abf..1cc44010267 100644
--- a/x11/xfstt/Makefile
+++ b/x11/xfstt/Makefile
@@ -1,5 +1,4 @@
-# $NetBSD: Makefile,v 1.35 2014/02/08 02:53:05 wiedi Exp $
-#
+# $NetBSD: Makefile,v 1.36 2014/06/01 18:49:41 wiz Exp $
DISTNAME= xfstt-1.9
CATEGORIES= x11 net fonts
@@ -25,7 +24,7 @@ LDFLAGS.SunOS+= -lsocket -lnsl
RCD_SCRIPTS= xfstt
INSTALLATION_DIRS= bin \
${PKGMANDIR}/man1 \
- lib/X11/fonts/TTF \
+ share/fonts/X11/TTF \
share/doc/xfstt \
share/examples/xfstt
diff --git a/x11/xfstt/distinfo b/x11/xfstt/distinfo
index e62c3c850c2..60497f47031 100644
--- a/x11/xfstt/distinfo
+++ b/x11/xfstt/distinfo
@@ -1,11 +1,11 @@
-$NetBSD: distinfo,v 1.11 2012/06/13 08:15:13 mef Exp $
+$NetBSD: distinfo,v 1.12 2014/06/01 18:49:41 wiz Exp $
SHA1 (xfstt-1.9.tar.gz) = 0bc390a4908ca530b7cb4b67faad3f3abeba7a65
RMD160 (xfstt-1.9.tar.gz) = 6463f2b81846708d9f101fc384419be8cf37fbbe
Size (xfstt-1.9.tar.gz) = 286939 bytes
-SHA1 (patch-aa) = bd4f364d42acd1d0a734b12f140c5a07004c09cb
+SHA1 (patch-aa) = 8210f3929c4adbe5d2a0bdae8bfd4a1b704d1013
SHA1 (patch-ab) = 78dc21537e86e5533e747e7bab3e5280087fa43b
-SHA1 (patch-ac) = 18b4593735ce1e80c55c54a89293e672d22fceac
+SHA1 (patch-ac) = c9bfc230c6be8872da329da8ab54363b7f87cdea
SHA1 (patch-af) = e742a5461925c72e5647b8cfa8e83d1de77ac231
SHA1 (patch-ag) = 270ba4fcaecc289c8b170792481f8353d54498e2
SHA1 (patch-ah) = f563d157e5f23c3badb4e10de77e4db633b072ca
diff --git a/x11/xfstt/patches/patch-aa b/x11/xfstt/patches/patch-aa
index bfca549dcac..0bfa5c68a58 100644
--- a/x11/xfstt/patches/patch-aa
+++ b/x11/xfstt/patches/patch-aa
@@ -1,4 +1,4 @@
-$NetBSD: patch-aa,v 1.6 2012/06/13 08:15:14 mef Exp $
+$NetBSD: patch-aa,v 1.7 2014/06/01 18:49:41 wiz Exp $
Convert hardcoded PATH to @PREFIX@
@@ -10,7 +10,7 @@ Convert hardcoded PATH to @PREFIX@
- mkdir /usr/share/fonts/truetype and put some *ttf fonts there, now
- run:
-+ mkdir @PREFIX@/lib/X11/fonts/TTF and put some *ttf fonts
++ mkdir @PREFIX@/share/fonts/X11/TTF and put some *ttf fonts
+ there, now run:
make xfstt && make install
@@ -22,12 +22,12 @@ Convert hardcoded PATH to @PREFIX@
- Copy *.ttf fonts into the /usr/share/fonts/truetype/ directory or
- put some softlinks to font directories in there. A typical example
- is:
-+ Copy *.ttf fonts into the @PREFIX@/lib/X11/fonts/TTF/
++ Copy *.ttf fonts into the @PREFIX@/share/fonts/X11/TTF/
+ directory or put some softlinks to font directories in there.
+ A typical example is:
- ln -s /DOS/windows/fonts /usr/share/fonts/truetype/winfonts
-+ ln -s /DOS/windows/fonts @PREFIX@/lib/X11/fonts/TTF/winfonts
++ ln -s /DOS/windows/fonts @PREFIX@/share/fonts/X11/TTF/winfonts
Now run "xfstt --sync" in order to have the new fonts recognized.
Adding fonts while xfstt is running doesn't work yet.
@@ -37,7 +37,7 @@ Convert hardcoded PATH to @PREFIX@
- Create some subdirectories in /usr/share/fonts/truetype, e.g.
- modern, script, brush, old, symbol, ...
-+ Create some subdirectories in @PREFIX@/lib/X11/fonts/TTF,
++ Create some subdirectories in @PREFIX@/share/fonts/X11/TTF,
+ e.g. modern, script, brush, old, symbol, ...
and put the appropriate fonts in there. The corresponding font
names will be -modern-*, -script-*, -brush-* and so on.
diff --git a/x11/xfstt/patches/patch-ac b/x11/xfstt/patches/patch-ac
index a1bca003b31..ea371f830ce 100644
--- a/x11/xfstt/patches/patch-ac
+++ b/x11/xfstt/patches/patch-ac
@@ -1,4 +1,4 @@
-$NetBSD: patch-ac,v 1.6 2012/06/13 08:15:14 mef Exp $
+$NetBSD: patch-ac,v 1.7 2014/06/01 18:49:41 wiz Exp $
Adjust fontdir and cachedir to pkgsrc style.
@@ -10,8 +10,8 @@ Adjust fontdir and cachedir to pkgsrc style.
top_srcdir = @top_srcdir@
-fontdir = $(datadir)/fonts/truetype
-cachedir = $(localstatedir)/cache/xfstt
-+fontdir = $(prefix)/lib/X11/fonts/TTF
-+cachedir = $(prefix)/lib/X11/fonts/TTF
++fontdir = $(prefix)/share/fonts/X11/TTF
++cachedir = $(prefix)/share/fonts/X11/TTF
pidfile = $(localstatedir)/run/xfstt.pid
LDADD = @LIBINTL@ -L$(top_builddir)/libfstt -lfstt
AM_CPPFLAGS = -DLOCALEDIR=\""$(localedir)\"" -DFONTDIR=\""$(fontdir)\"" \