Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

lilypond: update to 2.21.1 #21821

Merged
merged 2 commits into from
May 10, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
4 changes: 2 additions & 2 deletions srcpkgs/lilypond-doc/template
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Template file for 'lilypond-doc'
pkgname=lilypond-doc
version=2.20.0.1
version=2.21.1.1
revision=1
archs=noarch
create_wrksrc=yes
Expand All @@ -9,7 +9,7 @@ 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/binaries/documentation/lilypond-${version%.*}-${version##*.}.documentation.tar.bz2"
checksum=a70e28cd9238b5e0e2deebeca19706d65a3ec3b6b874b6b5f0e73b486962aceb
checksum=405d9fa66e02c0578d2d183d3b2d4d30b9629beadefa5b6dcd031e3a432c375b

do_install() {
vmkdir usr
Expand Down
13 changes: 6 additions & 7 deletions srcpkgs/lilypond/template
Original file line number Diff line number Diff line change
@@ -1,13 +1,12 @@
# Template file for 'lilypond'
pkgname=lilypond
version=2.20.0
version=2.21.1
revision=1
_tlversion=2019
build_wrksrc="build"
build_style="gnu-configure"
configure_script="../configure"
configure_args="--disable-documentation ac_cv_func_isinf=yes
--with-texgyre-dir=/opt/texlive/${_tlversion}/texmf-dist/fonts/opentype/public/tex-gyre"
--with-texgyre-dir=/opt/texlive/2020/texmf-dist/fonts/opentype/public/tex-gyre"
hostmakedepends="autogen automake flex fontforge gettext gnupg guile1.8 pkg-config
tar texinfo texlive-bin"
makedepends="gc-devel guile1.8-devel libltdl-devel pango-devel python-devel"
Expand All @@ -16,9 +15,9 @@ 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.20/lilypond-${version}.tar.gz"
checksum=595901323fbc88d3039ca4bdbc2d8c5ce46b182edcb3ea9c0940eba849bba661
python_version=2 #unverified
distfiles="http://lilypond.org/downloads/sources/v2.21/lilypond-${version}.tar.gz"
checksum=b7ccd72488b0838bc1ae5f490d6acefb292a902d977f6ed05f1eb26d30137e5e
python_version=2

if [ -n "${CROSS_BUILD}" ]; then
# needs guile-config-1.8 and python-config
Expand All @@ -30,7 +29,7 @@ fi

case "$XBPS_TARGET_MACHINE" in
x86_64-musl) ;;
*-musl) broken="no texlive available yet";;
*-musl) broken="TeX Live not available, yet." ;;
esac

post_extract() {
Expand Down