[66728] trunk/dports/x11/xinit
jeremyhu at macports.org
jeremyhu at macports.org
Wed Apr 21 08:05:40 PDT 2010
Revision: 66728
http://trac.macports.org/changeset/66728
Author: jeremyhu at macports.org
Date: 2010-04-21 08:05:38 -0700 (Wed, 21 Apr 2010)
Log Message:
-----------
xinit: Adjust font setup again.
Changed base dir to share/fonts instead of the lib/X11/fonts symlink
Added directories where other non-standard font ports install to
Modified Paths:
--------------
trunk/dports/x11/xinit/Portfile
trunk/dports/x11/xinit/files/xinitrc.d/10-fontdir.sh
Modified: trunk/dports/x11/xinit/Portfile
===================================================================
--- trunk/dports/x11/xinit/Portfile 2010-04-21 14:54:45 UTC (rev 66727)
+++ trunk/dports/x11/xinit/Portfile 2010-04-21 15:05:38 UTC (rev 66728)
@@ -4,7 +4,7 @@
name xinit
version 1.2.1
-revision 2
+revision 3
categories x11
platforms darwin
maintainers jeremyhu
Modified: trunk/dports/x11/xinit/files/xinitrc.d/10-fontdir.sh
===================================================================
--- trunk/dports/x11/xinit/files/xinitrc.d/10-fontdir.sh 2010-04-21 14:54:45 UTC (rev 66727)
+++ trunk/dports/x11/xinit/files/xinitrc.d/10-fontdir.sh 2010-04-21 15:05:38 UTC (rev 66728)
@@ -1,5 +1,5 @@
if [ -x __PREFIX__/bin/xset ] ; then
- fontpath="__PREFIX__/lib/X11/fonts/misc/,__PREFIX__/lib/X11/fonts/TTF/,__PREFIX__/lib/X11/fonts/OTF,__PREFIX__/lib/X11/fonts/Type1/,__PREFIX__/lib/X11/fonts/75dpi/:unscaled,__PREFIX__/lib/X11/fonts/100dpi/:unscaled,__PREFIX__/lib/X11/fonts/75dpi/,__PREFIX__/lib/X11/fonts/100dpi/"
+ fontpath="__PREFIX__/share/fonts/misc/,__PREFIX__/share/fonts/TTF/,__PREFIX__/share/fonts/OTF,__PREFIX__/share/fonts/Type1/,__PREFIX__/share/fonts/75dpi/:unscaled,__PREFIX__/share/fonts/100dpi/:unscaled,__PREFIX__/share/fonts/75dpi/,__PREFIX__/share/fonts/100dpi/,__PREFIX__/share/fonts/libwmf,__PREFIX__/share/fonts/urw-fonts"
[ -e "$HOME"/.fonts/fonts.dir ] && fontpath="$fontpath,$HOME/.fonts"
[ -e "$HOME"/Library/Fonts/fonts.dir ] && fontpath="$fontpath,$HOME/Library/Fonts"
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20100421/76f225c1/attachment.html>
More information about the macports-changes
mailing list