From 02ffedc1bb5aaefc8fd46b56fb6f643827d07eca Mon Sep 17 00:00:00 2001 From: newbluemoon Date: Sat, 19 Dec 2020 10:12:13 +0100 Subject: [PATCH] lilypond: update to 2.21.82 --- srcpkgs/lilypond/template | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/srcpkgs/lilypond/template b/srcpkgs/lilypond/template index 0530e07ba4..9d400b673c 100644 --- a/srcpkgs/lilypond/template +++ b/srcpkgs/lilypond/template @@ -1,6 +1,6 @@ # Template file for 'lilypond' pkgname=lilypond -version=2.21.81 +version=2.21.82 revision=1 build_wrksrc="build" build_style="gnu-configure" @@ -11,12 +11,13 @@ hostmakedepends="autogen automake bison flex fontforge gettext guile1.8 perl pkg-config python3 t1utils tar texinfo texlive" makedepends="gc-devel guile1.8-devel libltdl-devel pango-devel" depends="ghostscript python3" +checkdepends="ImageMagick rsync texi2html" short_desc="Music engraving program" maintainer="newbluemoon " license="GPL-3.0-or-later, GFDL-1.3-or-later" homepage="https://lilypond.org/" distfiles="https://lilypond.org/downloads/sources/v2.21/lilypond-${version}.tar.gz" -checksum=eb7af474754a696b83379ffcf95ffdf3599320d160ba517dca404883380ab512 +checksum=f0bd17cccee771ed4a2e0db1ec81c98d9f52e47090e5dcc085de65dd8cc4bdd9 python_version=3 if [ -n "${CROSS_BUILD}" ]; then @@ -39,3 +40,8 @@ post_install() { vmkdir usr/share/vim mv $DESTDIR/usr/share/lilypond/${version}/vim $DESTDIR/usr/share/vim/vim82 } + +do_check() { + make ${makejobs} CPU_COUNT=${makejobs#-j} test-baseline + make ${makejobs} CPU_COUNT=${makejobs#-j} check +}