summaryrefslogtreecommitdiffstats
path: root/graphics
diff options
context:
space:
mode:
author Kyle Guinn <elyk03@gmail.com>2013-10-28 20:45:32 -0500
committer Robby Workman <rworkman@slackbuilds.org>2013-10-28 20:45:32 -0500
commit866de371dd82d60cf7159dcea820232b15380472 (patch)
tree43b862b42557eea96a12c337e79067438d14cc9c /graphics
parentf5e362858052345118ecc4ee7eaa213951e0e994 (diff)
downloadslackbuilds-866de371dd82d60cf7159dcea820232b15380472.tar.gz
slackbuilds-866de371dd82d60cf7159dcea820232b15380472.tar.xz
graphics/lilypond: Updated for version 2.16.2.
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
Diffstat (limited to 'graphics')
-rw-r--r--graphics/lilypond/lilypond.SlackBuild8
-rw-r--r--graphics/lilypond/lilypond.info6
-rw-r--r--graphics/lilypond/slack-desc10
3 files changed, 12 insertions, 12 deletions
diff --git a/graphics/lilypond/lilypond.SlackBuild b/graphics/lilypond/lilypond.SlackBuild
index 55fff4ed3c..cc2ba85eae 100644
--- a/graphics/lilypond/lilypond.SlackBuild
+++ b/graphics/lilypond/lilypond.SlackBuild
@@ -2,7 +2,7 @@
# Slackware build script for lilypond
-# Copyright 2012 Kyle Guinn <elyk03@gmail.com>, USA
+# Copyright 2012-2013 Kyle Guinn <elyk03@gmail.com>, USA
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@@ -23,7 +23,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=lilypond
-VERSION=${VERSION:-2.16.1}
+VERSION=${VERSION:-2.16.2}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -40,7 +40,7 @@ TMP=${TMP:-/tmp/SBo}
PKG=$TMP/package-$PRGNAM
OUTPUT=${OUTPUT:-/tmp}
-DOCS="AUTHORS.txt COPYING* DEDICATION HACKING INSTALL.txt LICENSE* NEWS.txt README.txt ROADMAP THANKS VERSION"
+DOCS="AUTHORS* COPYING* DEDICATION HACKING INSTALL* LICENSE* NEWS* README* ROADMAP THANKS"
if [ "$ARCH" = "i486" ]; then
SLKCFLAGS="-O2 -march=i486 -mtune=i686"
@@ -65,7 +65,7 @@ rm -rf $PRGNAM-$VERSION
tar xvf $CWD/$PRGNAM-$VERSION.tar.gz
cd $PRGNAM-$VERSION
chown -R root:root .
-chmod -R u+w,go+r-w,a-st .
+chmod -R u+w,go-w,a+rX-st .
CFLAGS="$SLKCFLAGS" \
CXXFLAGS="$SLKCFLAGS" \
diff --git a/graphics/lilypond/lilypond.info b/graphics/lilypond/lilypond.info
index b8bf829bbe..7fe06b4fdd 100644
--- a/graphics/lilypond/lilypond.info
+++ b/graphics/lilypond/lilypond.info
@@ -1,8 +1,8 @@
PRGNAM="lilypond"
-VERSION="2.16.1"
+VERSION="2.16.2"
HOMEPAGE="http://www.lilypond.org/"
-DOWNLOAD="http://download.linuxaudio.org/lilypond/sources/v2.16/lilypond-2.16.1.tar.gz"
-MD5SUM="3a87363ba287d2958ee9414c3c16bbb2"
+DOWNLOAD="http://download.linuxaudio.org/lilypond/sources/v2.16/lilypond-2.16.2.tar.gz"
+MD5SUM="6db27f17d47e4f66a3b0716c65db3041"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="fontforge mftrace"
diff --git a/graphics/lilypond/slack-desc b/graphics/lilypond/slack-desc
index 4365640a65..c89744dfe1 100644
--- a/graphics/lilypond/slack-desc
+++ b/graphics/lilypond/slack-desc
@@ -1,9 +1,9 @@
# HOW TO EDIT THIS FILE:
-# The "handy ruler" below makes it easier to edit a package description. Line
-# up the first '|' above the ':' following the base package name, and the '|'
-# on the right side marks the last column you can put a character in. You must
-# make exactly 11 lines for the formatting to be correct. It's also
-# customary to leave one space after the ':'.
+# The "handy ruler" below makes it easier to edit a package description.
+# Line up the first '|' above the ':' following the base package name, and
+# the '|' on the right side marks the last column you can put a character in.
+# You must make exactly 11 lines for the formatting to be correct. It's also
+# customary to leave one space after the ':' except on otherwise blank lines.
|-----handy-ruler------------------------------------------------------|
lilypond: LilyPond (music typesetter)