diff options
author | Heinz Wiesinger <pprkut@liwjatan.at> | 2010-05-12 17:37:19 +0200 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2010-05-12 17:37:19 +0200 |
commit | 31bdc14629d47d7fa5b23e38271119e5e3a5537e (patch) | |
tree | fe45f7c219d45bd52a59f718ddaccd73060f7cdc /audio/rosegarden | |
parent | b99b1a03212725a7ed58104539b5db83029e0d56 (diff) | |
download | slackbuilds-31bdc14629d47d7fa5b23e38271119e5e3a5537e.tar.gz |
audio/rosegarden: Updated for version 1.7.3
Diffstat (limited to 'audio/rosegarden')
-rw-r--r-- | audio/rosegarden/doinst.sh | 15 | ||||
-rw-r--r-- | audio/rosegarden/rosegarden.SlackBuild | 4 | ||||
-rw-r--r-- | audio/rosegarden/rosegarden.info | 8 |
3 files changed, 12 insertions, 15 deletions
diff --git a/audio/rosegarden/doinst.sh b/audio/rosegarden/doinst.sh index 6225a2b4a4..6321aafd8b 100644 --- a/audio/rosegarden/doinst.sh +++ b/audio/rosegarden/doinst.sh @@ -1,11 +1,8 @@ +if [ -x /usr/bin/update-desktop-database ]; then + /usr/bin/update-desktop-database -q usr/share/applications 2>/dev/null +fi -( if [ -x /usr/bin/update-desktop-database ]; then - /usr/bin/update-desktop-database -q usr/share/applications - fi -) - -( if [ -x /usr/bin/update-mime-database ]; then - /usr/bin/update-mime-database usr/share/mime >/dev/null 2>&1 - fi -) +if [ -x /usr/bin/update-mime-database ]; then + /usr/bin/update-mime-database usr/share/mime >/dev/null 2>&1 +fi diff --git a/audio/rosegarden/rosegarden.SlackBuild b/audio/rosegarden/rosegarden.SlackBuild index 29335bcf08..16c13c3901 100644 --- a/audio/rosegarden/rosegarden.SlackBuild +++ b/audio/rosegarden/rosegarden.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for rosegarden -# Copyright 2007-2008 Heinz Wiesinger <pprkut@liwjatan.at> +# Copyright 2007-2009 Heinz Wiesinger <pprkut@liwjatan.at> # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -26,7 +26,7 @@ # No additional license terms :-) PRGNAM=rosegarden -VERSION=1.7.2 +VERSION=1.7.3 ARCH=${ARCH:-i486} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} diff --git a/audio/rosegarden/rosegarden.info b/audio/rosegarden/rosegarden.info index 4de5368a67..f2bce870bc 100644 --- a/audio/rosegarden/rosegarden.info +++ b/audio/rosegarden/rosegarden.info @@ -1,8 +1,8 @@ PRGNAM="rosegarden" -VERSION="1.7.2" +VERSION="1.7.3" HOMEPAGE="http://www.rosegardenmusic.com" -DOWNLOAD="http://downloads.sourceforge.net/rosegarden/rosegarden-1.7.2.tar.bz2" -MD5SUM="5cf0ea60cfcd46ddbc931863c08af65a" +DOWNLOAD="http://downloads.sourceforge.net/rosegarden/rosegarden-1.7.3.tar.bz2" +MD5SUM="122eab42e375d2f3b009c8540ae8069c" MAINTAINER="ppr:kut" EMAIL="pprkut@liwjatan.at" -APPROVED="David Somero"
\ No newline at end of file +APPROVED="rworkman" |