diff options
author | Kyle Guinn <elyk03@gmail.com> | 2022-03-28 00:41:46 -0500 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-04-02 18:18:40 +0700 |
commit | 862d50e19a773d0bb9f9bd3e3fce881af2e6cd35 (patch) | |
tree | 240c430cc3573ce9bc6e8fb9dd56ef0ddb13fc09 | |
parent | 561f13abc0e0db625e1b1ee5941f0d7f070504e3 (diff) |
graphics/lilypond: Updated for version 2.22.2
Signed-off-by: Kyle Guinn <elyk03@gmail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-rw-r--r-- | graphics/lilypond/lilypond.SlackBuild | 15 | ||||
-rw-r--r-- | graphics/lilypond/lilypond.info | 6 |
2 files changed, 9 insertions, 12 deletions
diff --git a/graphics/lilypond/lilypond.SlackBuild b/graphics/lilypond/lilypond.SlackBuild index daf7d62d6d65..dd233036cb71 100644 --- a/graphics/lilypond/lilypond.SlackBuild +++ b/graphics/lilypond/lilypond.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for lilypond -# Copyright 2012-2021 Kyle Guinn <elyk03@gmail.com> +# Copyright 2012-2022 Kyle Guinn <elyk03@gmail.com> # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -25,7 +25,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=lilypond -VERSION=${VERSION:-2.22.1} +VERSION=${VERSION:-2.22.2} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} @@ -38,9 +38,6 @@ if [ -z "$ARCH" ]; then esac fi -# If the variable PRINT_PACKAGE_NAME is set, then this script will report what -# the name of the created package would be, and then exit. This information -# could be useful to other scripts. if [ ! -z "${PRINT_PACKAGE_NAME}" ]; then echo "$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.$PKGTYPE" exit 0 @@ -87,12 +84,12 @@ sed -i '/^vimdir/s|=.*|= $(datadir)/vim/vimfiles|' config.make.in # `cd /etc/fonts/conf.d && ln -s ../conf.avail/09-texlive.conf` ./configure \ --prefix=/usr \ - --libdir=/usr/lib${LIBDIRSUFFIX} \ + --libdir=\${exec_prefix}/lib${LIBDIRSUFFIX} \ --sysconfdir=/etc \ --localstatedir=/var \ - --mandir=/usr/man \ - --infodir=/usr/info \ - --docdir=/usr/doc/$PRGNAM-$VERSION \ + --mandir=\${prefix}/man \ + --infodir=\${prefix}/info \ + --docdir=\${prefix}/doc/$PRGNAM-$VERSION \ --build=$ARCH-slackware-linux \ --with-texgyre-dir=/usr/share/texmf-dist/fonts/opentype/public/tex-gyre \ CFLAGS="$SLKCFLAGS" \ diff --git a/graphics/lilypond/lilypond.info b/graphics/lilypond/lilypond.info index 4ca0549d06ee..760fa6d37af1 100644 --- a/graphics/lilypond/lilypond.info +++ b/graphics/lilypond/lilypond.info @@ -1,8 +1,8 @@ PRGNAM="lilypond" -VERSION="2.22.1" +VERSION="2.22.2" HOMEPAGE="https://lilypond.org/" -DOWNLOAD="https://lilypond.org/download/sources/v2.22/lilypond-2.22.1.tar.gz" -MD5SUM="07321f2d9dc45d2f14d5057609184aae" +DOWNLOAD="https://lilypond.org/download/sources/v2.22/lilypond-2.22.2.tar.gz" +MD5SUM="677e68e728b24f66be5d20072294f41c" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="fontforge texi2html guile1.8" |