summaryrefslogtreecommitdiffstats
path: root/graphics
diff options
context:
space:
mode:
author Kyle Guinn2022-03-28 07:41:46 +0200
committer Willy Sudiarto Raharjo2022-04-02 13:18:40 +0200
commit862d50e19a773d0bb9f9bd3e3fce881af2e6cd35 (patch)
tree240c430cc3573ce9bc6e8fb9dd56ef0ddb13fc09 /graphics
parent561f13abc0e0db625e1b1ee5941f0d7f070504e3 (diff)
downloadslackbuilds-862d50e19a773d0bb9f9bd3e3fce881af2e6cd35.tar.gz
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>
Diffstat (limited to 'graphics')
-rw-r--r--graphics/lilypond/lilypond.SlackBuild15
-rw-r--r--graphics/lilypond/lilypond.info6
2 files changed, 9 insertions, 12 deletions
diff --git a/graphics/lilypond/lilypond.SlackBuild b/graphics/lilypond/lilypond.SlackBuild
index daf7d62d6d..dd233036cb 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 4ca0549d06..760fa6d37a 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"