lilypond: update to 2.20.0

This commit is contained in:
newbluemoon 2020-03-22 21:15:14 +01:00 committed by Johannes
parent 3097cacfe8
commit 0277a5dc95
1 changed files with 8 additions and 3 deletions

View File

@ -1,6 +1,6 @@
# Template file for 'lilypond'
pkgname=lilypond
version=2.19.84
version=2.20.0
revision=1
_tlversion=2019
build_wrksrc="build"
@ -16,8 +16,8 @@ short_desc="Music engraving program"
maintainer="newbluemoon <blaumolch@mailbox.org>"
license="GPL-3.0-or-later, GFDL-1.3-or-later"
homepage="http://lilypond.org/"
distfiles="http://lilypond.org/downloads/sources/v2.19/lilypond-${version}.tar.gz"
checksum=94dcc66447f24966f28eda72c79e1ec16143b8ea4a537cc9f97d017cc0c0dd11
distfiles="http://lilypond.org/downloads/sources/v2.20/lilypond-${version}.tar.gz"
checksum=595901323fbc88d3039ca4bdbc2d8c5ce46b182edcb3ea9c0940eba849bba661
if [ -n "${CROSS_BUILD}" ]; then
# needs guile-config-1.8 and python-config
@ -48,3 +48,8 @@ do_build() {
source /etc/profile.d/texlive.sh
make ${makejobs} ${make_build_args} ${make_build_target}
}
post_install() {
vmkdir usr/share/vim
mv $DESTDIR/usr/share/lilypond/${version}/vim $DESTDIR/usr/share/vim/vim82
}