Update of /cvsroot/fink/experimental/mrvacbob
In directory usw-pr-cvs1:/tmp/cvs-serv32483

Added Files:
        gimp-freefonts-0.10-1.info 
Log Message:
New package

--- NEW FILE: gimp-freefonts-0.10-1.info ---
Package: gimp-freefonts
Version: 0.10
Revision: 1
Depends: xfontpath
Source: mirror:gimp:fonts/freefonts-%v.tar.gz
SourceDirectory: freefont
CompileScript: <<
<<
InstallScript: <<
#!/bin/sh
        # hot stinkin' DAMN this is ugly
        install -d -m 755 %d`%p/bin/xfontpath basedir`/freefont
        install -c -m 644 * %d`%p/bin/xfontpath basedir`/freefont
<<
PostInstScript: <<
#!/bin/sh
        if test -x %p/bin/xfontpath; then
                %p/bin/xfontpath --silent install freefont
        fi
        if test -f /etc/X11/XftConfig; then
                if grep -v -q `%p/bin/xfontpath basedir`/freefont /etc/X11/XftConfig; 
then
                        echo dir \"`%p/bin/xfontpath basedir`/freefont\" >> 
/etc/X11/XftConfig
                fi
        fi
        echo "All done.  You may need to restart X to get antialiased fonts"
        echo "in some applications."
<<
PostRmScript: <<
#!/bin/sh
        if test -x %p/bin/xfontpath; then
                %p/bin/xfontpath --silent remove applettf
        fi
        if test -f /etc/X11/XftConfig; then
                if grep -q `%p/bin/xfontpath basedir`/applettf /etc/X11/XftConfig; then
                        if grep -v `%p/bin/xfontpath basedir`/applettf 
/etc/X11/XftConfig > /etc/X11/XftConfig.tmp; then
                                mv /etc/X11/XftConfig.tmp /etc/X11/XftConfig
                        else
                                echo "an error occurred removing your font settings 
from /etc/X11/XftConfig"
                        fi
                fi
        fi
<<
Description: Freeware scalable X11 fonts
DescDetail: <<
A set of free Type1 fonts from gimp.org.
<<
License: Public Domain
Maintainer: Alexander Strange <[EMAIL PROTECTED]>



-------------------------------------------------------
This sf.net email is sponsored by: viaVerio will pay you up to
$1,000 for every account that you consolidate with us.
http://ad.doubleclick.net/clk;4749864;7604308;v?
http://www.viaverio.com/consolidator/osdn.cfm
_______________________________________________
Fink-commits mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-commits

Reply via email to