lilypond: update to 2.21.82
This commit is contained in:
parent
78fb8183b7
commit
02ffedc1bb
1 changed files with 8 additions and 2 deletions
|
@ -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 <blaumolch@mailbox.org>"
|
||||
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
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue