From: Jan Nieuwenhuizen Date: Mon, 20 Sep 2004 23:02:43 +0000 (+0000) Subject: Fix font dir description. X-Git-Tag: release/2.3.19~42 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=b2de11f0a42e9b519b2095df22c5004546f82350;p=lilypond.git Fix font dir description. --- diff --git a/ChangeLog b/ChangeLog index 11f6485e2d..6de9443a83 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2004-09-21 Jan Nieuwenhuizen + + * scm/output-gnome.scm: Fix font dir description. + 2004-09-20 Han-Wen Nienhuys * input/test/mensural-ligatures.ly (voice): move linethickness diff --git a/buildscripts/guile-gnome.sh b/buildscripts/guile-gnome.sh index 564d2380e5..32a139e83d 100644 --- a/buildscripts/guile-gnome.sh +++ b/buildscripts/guile-gnome.sh @@ -13,11 +13,15 @@ set -ex # Where user built stuff will be installed OPT=$HOME/usr/pkg +## when using GUILE CVS, make a slib/require like so: +## cd ~/usr/pkg/guile/share/guile/1.7 && ln -s /usr/share/guile/1.6/slib . +## cd && guile -c "(use-modules (ice-9 slib)) (require 'new-catalog)" +## otherwise, this may fix it... SLIB_PATH=`locate slib/require.scm | head -1 | sed -s 's/require.scm//g'` # What extra modules to pull (eg: EXTRA="libgnomecanvas libwnck") EXTRA=${EXTRA-libgnomecanvas} -GGVERSION=2.5.992 +GGVERSION=2.5.993 export AUTOMAKE=automake-1.8 export ACLOCAL=aclocal-1.8 @@ -73,7 +77,7 @@ if ! pkg-config --atleast-version=1.5.1 pango; then fi ## 3. Currently (2004-9-15) GUILE CVS works again -## PATH=/usr/bin:$PATH +##PATH=/usr/bin:$PATH if [ -d $OPT/libffi/ ]; then export LDFLAGS=-L$OPT/libffi/lib diff --git a/scm/output-gnome.scm b/scm/output-gnome.scm index 904daeb814..074a82538d 100644 --- a/scm/output-gnome.scm +++ b/scm/output-gnome.scm @@ -38,13 +38,15 @@ ;;; ;;; * Build LilyPond with gui support: configure --enable-gui ;;; -;;; * Supposing that LilyPond was built in ~/cvs/lilypond, tell X about -;;; feta fonts: +;;; * Supposing that LilyPond was built in ~/cvs/savannah/lilypond, +;;; tell fontconfig about the feta fonts dir: " -ln -s ~/cvs/lilypond/mf/out ~/.fonts -mkfontdir ~/.fonts -xset +fp ~/.fonts + +~/cvs/savannah/lilypond/mf/out + " +;;; or copy all your .pfa/.pfb's to ~/.fonts if your fontconfig +;;; already looks there for fonts ;;; ;;; * Setup environment "