From 77b67a07d6c4ecc1d0b62e6b79ec0ee13e428b04 Mon Sep 17 00:00:00 2001 From: newbluemoon Date: Mon, 23 Oct 2017 09:40:25 +0200 Subject: [PATCH] lilypond: update to 2.19.80 Closes: #8481 [via git-merge-pr] --- srcpkgs/lilypond/template | 14 ++++++-------- 1 file changed, 6 insertions(+), 8 deletions(-) diff --git a/srcpkgs/lilypond/template b/srcpkgs/lilypond/template index f99290b296d..b4ff8e9a5e9 100644 --- a/srcpkgs/lilypond/template +++ b/srcpkgs/lilypond/template @@ -1,6 +1,6 @@ # Template file for 'lilypond' pkgname="lilypond" -version="2.19.65" +version="2.19.80" revision=1 _tlversion=2017 build_wrksrc="build" @@ -17,14 +17,12 @@ maintainer="newbluemoon " homepage="http://lilypond.org/" license="GPL-3, FDL-1.3" distfiles="http://download.linuxaudio.org/${pkgname}/source/v2.19/${pkgname}-${version}.tar.gz" -checksum=0dde43a5c1d2688457eee6dcc84f88599a260c53088cb05961c24854fef1524c -nocross=yes +checksum=3679db30a3f74ce8668691952fb0dd58d8ad6bad099017e815ca3e4312261453 +nocross="No rule to make target 'out/convert-ly.1', needed by 'man'. Stop." -if [ -n ${CROSS_BUILD} ]; then - hostmakedepends+=" guile1.8-devel python-devel" - makedepends+=" libfl-devel" - configure_args+=" --with-python-include=${XBPS_CROSS_BASE}/usr/include/python2.7 --with-python-lib=python2.7" -fi +case "$XBPS_TARGET_MACHINE" in + *-musl) broken="no texlive available yet";; +esac post_extract() { if [ ! -d $wrksrc/$build_wrksrc ]; then