From 0ff6b14de6296c1e152352611d8950785341d670 Mon Sep 17 00:00:00 2001 From: Sergej Pupykin <spupykin@archlinux.org> Date: Mon, 23 Aug 2010 09:27:43 +0000 Subject: [PATCH] upd: --- PKGBUILD | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/PKGBUILD b/PKGBUILD index 925e692..2a4c5a6 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -6,13 +6,13 @@ pkgname=lilypond pkgver=2.12.3 -pkgrel=3 +pkgrel=4 pkgdesc="An automated music engraving system" arch=('i686' 'x86_64') url="http://lilypond.org" license=('GPL') -depends=('guile' 'python' 'tetex' 'ghostscript' 'pango' 'fontforge' 'fontconfig') -makedepends=('flex' 'bison' 'gettext' 'mftrace' 'texinfo') +depends=('guile' 'python' 'tetex' 'ghostscript' 'pango' 'fontconfig') +makedepends=('flex' 'bison' 'gettext' 'mftrace' 'texinfo' 'fontforge' 't1utils') options=('emptydirs') source=(http://download.linuxaudio.org/lilypond/sources/v2.12/$pkgname-$pkgver.tar.gz lilypond-gcc45.patch) @@ -21,10 +21,10 @@ md5sums=('2303bf5f2ea8d4628f33a68f016f3866' build() { cd "$srcdir/$pkgname-$pkgver" - libtoolize --force --copy - aclocal - autoconf - automake +# libtoolize --force --copy +# aclocal +# autoconf +# automake ./configure --prefix=/usr --disable-gui patch -p1 <$srcdir/lilypond-gcc45.patch make || return 1 -- GitLab