From 0277a5dc95ad317a78570fd2b51d15e1edc3f437 Mon Sep 17 00:00:00 2001 From: newbluemoon Date: Sun, 22 Mar 2020 21:15:14 +0100 Subject: [PATCH] lilypond: update to 2.20.0 --- srcpkgs/lilypond/template | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/srcpkgs/lilypond/template b/srcpkgs/lilypond/template index b7fc2f0da79..12432742aae 100644 --- a/srcpkgs/lilypond/template +++ b/srcpkgs/lilypond/template @@ -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 " 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 +}