[Lunar-commits] <moonbase-other> lilypond: Version bump to 2.17.3. Adjusting the BUILD, the docs stuff is still borked.
Dennis Veatch
stumbles at lunar-linux.org
Tue Oct 2 15:49:27 CEST 2012
commit 09f0bb42c4d1fad26928a5f6c8c48664b1ac411c
Author: Dennis Veatch <stumbles at lunar-linux.org>
Date: Tue, 02 Oct 2012 06:49:27 -0700
URL: https://github.com/lunar-linux/moonbase-other/commit/09f0bb42c4d1fad26928a5f6c8c48664b1ac411c
lilypond: Version bump to 2.17.3. Adjusting the BUILD, the docs stuff is still borked.
---
doc-tools/lilypond/BUILD | +5/-13
doc-tools/lilypond/DETAILS | +3/-3
2 files changed, 8 insertions(+), 16 deletions(-)
--- a/doc-tools/lilypond/BUILD
+++ b/doc-tools/lilypond/BUILD
@@ -2,23 +2,15 @@
# For some reason it has a problem finding the .pfb
# files provided by urw-fonts.
- OPTS+=" --with-ncsb-dir=/usr/share/fonts/urw-fonts" &&
+ OPTS+=" --with-ncsb-dir=/usr/share/fonts/urw-fonts --disable-documentation" &&
+
+ ./autogen.sh --noconfigure &&
mkdir build &&
cd build/ &&
- ../configure --prefix=/usr &&
-
- make all &&
- if in_depends $MODULE texi2html; then
- make doc
- fi &&
-
- prepare_install &&
+ ../configure --prefix=/usr $OPTS &&
- make install &&
- if in_depends $MODULE texi2html; then
- make install-doc
- fi
+ default_make
) > $C_FIFO 2>&1
--- a/doc-tools/lilypond/DETAILS
+++ b/doc-tools/lilypond/DETAILS
@@ -1,11 +1,11 @@
MODULE=lilypond
- VERSION=2.16.0
+ VERSION=2.17.3
SOURCE=$MODULE-$VERSION.tar.gz
SOURCE_URL=http://download.linuxaudio.org/lilypond/sources/v${VERSION%.*}/
- SOURCE_VFY=sha1:b5edfdd1332a5cee94bd31c7b1e8b08909c0a068
+ SOURCE_VFY=sha1:743237ebdd3388dd7e4370518ef4065b45af249e
WEB_SITE=http://lilypond.org/web/
ENTERED=20070920
- UPDATED=20120824
+ UPDATED=20121002
SHORT="music notation for everyone"
cat << EOF
More information about the Lunar-commits
mailing list