summaryrefslogtreecommitdiffstats
path: root/graphics
diff options
context:
space:
mode:
author Kyle Guinn2011-09-21 13:53:59 +0200
committer Niels Horn2011-09-21 13:53:59 +0200
commitaf60ceecb5ffb9ac8f4d5085e71ab434c60d636f (patch)
treef93e8ead96733500f575de7ff70b41455159fe27 /graphics
parent20643fcf567492cbd780ee2c432bf351591a7db6 (diff)
downloadslackbuilds-af60ceecb5ffb9ac8f4d5085e71ab434c60d636f.tar.gz
graphics/lilypond: Updated for version 2.14.2.
Signed-off-by: Niels Horn <niels.horn@slackbuilds.org>
Diffstat (limited to 'graphics')
-rw-r--r--graphics/lilypond/lilypond.SlackBuild6
-rw-r--r--graphics/lilypond/lilypond.info8
2 files changed, 7 insertions, 7 deletions
diff --git a/graphics/lilypond/lilypond.SlackBuild b/graphics/lilypond/lilypond.SlackBuild
index 63f86fa6a0..92e9b20a87 100644
--- a/graphics/lilypond/lilypond.SlackBuild
+++ b/graphics/lilypond/lilypond.SlackBuild
@@ -4,7 +4,7 @@
# Written by Kyle Guinn <elyk03@gmail.com>
PRGNAM=lilypond
-VERSION=${VERSION:-2.13.46}
+VERSION=${VERSION:-2.14.2}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -18,7 +18,7 @@ fi
CWD=$(pwd)
TMP=${TMP:-/tmp/SBo}
-PKG=$TMP/package-$PRGNAM-$VERSION
+PKG=$TMP/package-$PRGNAM
OUTPUT=${OUTPUT:-/tmp}
DOCS="AUTHORS.txt COPYING* DEDICATION HACKING INSTALL.txt LICENSE* NEWS.txt README.txt ROADMAP THANKS VERSION"
@@ -64,7 +64,7 @@ CXXFLAGS="$SLKCFLAGS" \
make
make install DESTDIR=$PKG
-find $PKG | xargs file | grep -e "executable" -e "shared object" | grep ELF \
+find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | grep ELF \
| cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true
find $PKG/usr/man -type f -exec gzip -9 {} \;
diff --git a/graphics/lilypond/lilypond.info b/graphics/lilypond/lilypond.info
index 5aebae6994..c5a9426c38 100644
--- a/graphics/lilypond/lilypond.info
+++ b/graphics/lilypond/lilypond.info
@@ -1,10 +1,10 @@
PRGNAM="lilypond"
-VERSION="2.13.46"
+VERSION="2.14.2"
HOMEPAGE="http://www.lilypond.org/"
-DOWNLOAD="http://download.linuxaudio.org/lilypond/sources/v2.13/lilypond-2.13.46.tar.gz"
-MD5SUM="93f37f794ee627992ea1e35247df2ddc"
+DOWNLOAD="http://download.linuxaudio.org/lilypond/sources/v2.14/lilypond-2.14.2.tar.gz"
+MD5SUM="4053a19e03181021893981280feb9aaa"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
MAINTAINER="Kyle Guinn"
EMAIL="elyk03@gmail.com"
-APPROVED="rworkman"
+APPROVED="Niels Horn"