From af60ceecb5ffb9ac8f4d5085e71ab434c60d636f Mon Sep 17 00:00:00 2001 From: Kyle Guinn Date: Wed, 21 Sep 2011 08:53:59 -0300 Subject: graphics/lilypond: Updated for version 2.14.2. Signed-off-by: Niels Horn --- graphics/lilypond/lilypond.SlackBuild | 6 +++--- graphics/lilypond/lilypond.info | 8 ++++---- 2 files changed, 7 insertions(+), 7 deletions(-) (limited to 'graphics') 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 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" -- cgit v1.2.3