# ucs-fonts/cfg - "Build" settings for package #--------------------------------------------------------------------- [technotes] # 1. If XOrg is running, the "xset" command used in the "build" block # updates the active fonts. If XOrg isn't running, the "xset" command # will fail, but this distro's "xinitrc" script will execute a similar # command when XOrg is started. # Note: The "|| true" code used in the "build" block prevents the # "build" mechanism from treating "XOrg not running" errors as fa- # tal. #--------------------------------------------------------------------- [buildtimes] 00.00 hours (or 000.08 minutes) - ThinkPad E540 i7 4x2 16GB RAM 00.00 hours (or 000.15 minutes) - Dell Inspiron 6400 2.0 GHz Intel Duo 7200 2GB RAM 00.01 hours (or 000.33 minutes) - Compaq 1.7 GHz Intel Pentium 4 512MB RAM #--------------------------------------------------------------------- [settings] configure = none license = GNU General Public License, version 2 (June 1991) proddir = none purge = no revision = 090406 unpack = none setpath = xorg tmpsize = 18M #--------------------------------------------------------------------- [depends] xorg:strict #--------------------------------------------------------------------- [build] DIR=$PRODTREE/xorg/share/fonts/X11/misc ls $DIR mkdir ucs-fonts cd ucs-fonts tar zxf $PKGDIR_MASTER/ucs-fonts.tar.gz sed -e 's/defined @bbx/@bbx/' -i ucs2any.pl cd submission/ make mkdir -p $DIR mv *.pcf.gz $DIR/ cd $DIR mkfontdir (xset fp rehash || true) #--------------------------------------------------------------------- # Original URLs. These URLs were valid at one point, but may have died # since then. If you download newer versions of tarballs [etc.], don't # delete the original versions, as you may not be able to replace # them. [urls] url_debian = n/a url_home = http://www.cl.cam.ac.uk/~mgk25/ucs-fonts.html url_lfs = n/a url_tarball = http://www.cl.cam.ac.uk/~mgk25/download/\ ucs-fonts.tar.gz #--------------------------------------------------------------------- [history] 190510 Updated from 060105 to 090406 211014 Don't use directories outside $PRODTREE