Update of /cvsroot/fink/dists/10.3/unstable/main/finkinfo/x11
In directory 
sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv11818/10.3/unstable/main/finkinfo/x11

Added Files:
        appleotffonts.info 
Log Message:
New package. (Bug #986687 dvipdfmx nor xdvik won't build)

--- NEW FILE: appleotffonts.info ---
Package: appleotffonts
Version: 0.1
Revision: 5
Depends: x11, xfontpath
Type: nosource
CompileScript: echo "Nothing to do."
InstallScript:  install -d -m 755 %d`%p/bin/xfontpath basedir`/appleotf
PostInstScript: <<
  export LANG=C
  cd `%p/bin/xfontpath basedir`/appleotf
  find /Library/Fonts /System/Library/Fonts -name \*.otf -print | while read FONTFILE; 
do
    FONTNAME=`basename "$FONTFILE"`
    rm -f "$FONTNAME"
    ln -sf "$FONTFILE" "${FONTNAME//\ /_}"
  done

  export HiraMaruProW4="????????????????????????_Pro_W4.otf"
  export HiraMinProW3="?????????????????????_Pro_W3.otf"
  export HiraMinProW6="?????????????????????_Pro_W6.otf"
  export HiraKakuProW3="????????????????????????_Pro_W3.otf"
  export HiraKakuProW6="????????????????????????_Pro_W6.otf"
  export HirakakuStdW8="????????????????????????_Std_W8.otf"
  if [ -a `%p/bin/xfontpath basedir`/appleotf/$HiraMaruProW4 ] ; then
    mv $HiraMaruProW4 HiraMaruPro-W4.otf
    mv $HiraMinProW3  HiraMinPro-W3.otf
    mv $HiraMinProW6  HiraMinPro-W6.otf
    mv $HiraKakuProW3 HiraKakuPro-W3.otf
    mv $HiraKakuProW6 HiraKakuPro-W6.otf
    mv $HirakakuStdW8 HirakakuStd-W8.otf
    echo "# Renamed Japanese Open Type Font files into Roma-ji filename."
  fi
<<
Description: Make Apple otf fonts available to Freetype, dvipdfmx and so on.
DescDetail: <<
With this package, you can use OTF fonts provided by Apple (along with Mac OS
X), in X11 applications.
Currently, this package deals with Japanese fonts only.
<<
License: Restrictive/Distributable
Maintainer: Todai Fink Team <[EMAIL PROTECTED]>



-------------------------------------------------------
This SF.Net email is sponsored by OSTG. Have you noticed the changes on
Linux.com, ITManagersJournal and NewsForge in the past few weeks? Now,
one more big change to announce. We are now OSTG- Open Source Technology
Group. Come see the changes on the new OSTG site. www.ostg.com
_______________________________________________
Fink-commits mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-commits

Reply via email to