Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=gmp5.git;a=commitdiff;h=72f616d824d143638b5208c8db72bed31cea930b
commit 72f616d824d143638b5208c8db72bed31cea930b Author: Elentir <[email protected]> Date: Sat Feb 12 20:13:09 2011 +0100 lilypond-2.12.3-1-i686 * fix documentation building * fix depends/makedepends diff --git a/source/xapps-extra/lilypond/FrugalBuild b/source/xapps-extra/lilypond/FrugalBuild index dcf2d3c..7b4210e 100644 --- a/source/xapps-extra/lilypond/FrugalBuild +++ b/source/xapps-extra/lilypond/FrugalBuild @@ -4,18 +4,19 @@ pkgname=lilypond pkgver=2.12.3 pkgrel=1 -pkgdesc="music notation for everyone" +pkgdesc="Music notation for everyone" url="http://lilypond.org/web/" -depends=('fontforge' 'mftrace>=1.2.3' 'guile>=1.8.8' 'texinfo' 'python' 'gettext' 'pango' 'ghostscript' 'urw-fonts' 'fontconfig' 'freetype2' 'libtool>=2.2.2') -makedepends=('netpbm' 'imagemagick>=6.4.8_9' 'rsync' 'zip') +depends=('guile>=1.8.8' 'python' 'pango' 'ghostscript') +makedepends=('netpbm' 'imagemagick' 'texi2html' 'texlive-fonts-extra' 'texinfo' 'mftrace' 'zip' 'fontforge' 'urw-fonts') groups=('xapps-extra') archs=('i686' 'x86_64') up2date="lynx -dump 'http://lilypond.org/web/' | grep 'Stable.*Docum' | sed 's/.* \([0-9\.]\+\) .*/\1/'" source=(http://download.linuxaudio.org/lilypond/sources/v2.12/$pkgname-$pkgver.tar.gz \ lilypond-gcc45.patch) options=('scriptlet') +sha1sums=('f36072d5f57b2a3d3877e82879be375d548aa951' \ + '6fe457590499c93fb0581a40d3b8c29eac56c77e') -docpkg=lilypond-doc subpkgs=('lilypond-doc') subdescs=('Documentation for LilyPond') subdepends=('lilypond') @@ -24,15 +25,16 @@ subarchs=('i686 x86_64') build() { + # fix issue with bibtex configuration + Fsed "tempfile = tempfile.mktemp ('bib2html')" "tempfile = tempfile.mktemp ('bib2html', dir=os.path.relpath('.'))" $Fsrcdir/$pkgname-$pkgver/scripts/build/bib2html.py + # don't build parallel unset MAKEFLAGS Fbuild --with-ncsb-dir=/usr/share/ghostscript/fonts - make web || Fdie - make DESTDIR=$Fdestdir/ webdir=usr/share/doc/$pkgname-$pkgver web-install || Fdie + make doc || Fdie + make DESTDIR=$Fdestdir/ docdir=usr/share/doc/$pkgname-$pkgver install-doc || Fdie Frm usr/share/doc/$pkgname-*/VERSION Fsplit lilypond-doc usr/share/doc/$pkgname-$pkgver/ } # optimization OK -sha1sums=('f36072d5f57b2a3d3877e82879be375d548aa951' \ - '6fe457590499c93fb0581a40d3b8c29eac56c77e') _______________________________________________ Frugalware-git mailing list [email protected] http://frugalware.org/mailman/listinfo/frugalware-git
