lilypond: update to 2.24.0
This commit is contained in:
parent
adee3f1644
commit
7694077aeb
1 changed files with 3 additions and 7 deletions
|
@ -1,12 +1,13 @@
|
|||
# Template file for 'lilypond'
|
||||
# should be kept in sync with 'lilypond-doc'
|
||||
pkgname=lilypond
|
||||
version=2.23.82
|
||||
version=2.24.0
|
||||
revision=1
|
||||
build_wrksrc="build"
|
||||
build_style="gnu-configure"
|
||||
configure_script="../configure"
|
||||
configure_args="--disable-documentation ac_cv_func_isinf=yes"
|
||||
make_install_args="vimdir=/usr/share/vim/vimfiles"
|
||||
hostmakedepends="autogen automake bison flex fontforge gettext perl
|
||||
pkg-config python3 t1utils tar texinfo texlive gsfonts"
|
||||
makedepends="gc-devel guile-devel libltdl-devel pango-devel"
|
||||
|
@ -17,7 +18,7 @@ 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/v${version%.*}/lilypond-${version}.tar.gz"
|
||||
checksum=043c736ffe4e783dbb3b134d38192f87fe78d2bd2a8287c7cbbdfd7acc5a22c3
|
||||
checksum=3cedbe3b92b02569e3a6f2f0674858967b3da278d70aa3e98aef5bdcd7f78b69
|
||||
python_version=3
|
||||
make_check=ci-skip # ci sometimes fails, but all checks pass locally
|
||||
|
||||
|
@ -35,11 +36,6 @@ pre_configure() {
|
|||
cd .. && ./autogen.sh --noconfigure
|
||||
}
|
||||
|
||||
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…
Add table
Add a link
Reference in a new issue