audio/rosegarden: Updated for version 1.7.3
This commit is contained in:
parent
b99b1a0321
commit
31bdc14629
|
@ -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
|
if [ -x /usr/bin/update-mime-database ]; then
|
||||||
/usr/bin/update-desktop-database -q usr/share/applications
|
/usr/bin/update-mime-database usr/share/mime >/dev/null 2>&1
|
||||||
fi
|
fi
|
||||||
)
|
|
||||||
|
|
||||||
( if [ -x /usr/bin/update-mime-database ]; then
|
|
||||||
/usr/bin/update-mime-database usr/share/mime >/dev/null 2>&1
|
|
||||||
fi
|
|
||||||
)
|
|
||||||
|
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
# Slackware build script for rosegarden
|
# Slackware build script for rosegarden
|
||||||
|
|
||||||
# Copyright 2007-2008 Heinz Wiesinger <pprkut@liwjatan.at>
|
# Copyright 2007-2009 Heinz Wiesinger <pprkut@liwjatan.at>
|
||||||
# All rights reserved.
|
# All rights reserved.
|
||||||
#
|
#
|
||||||
# Redistribution and use of this script, with or without modification, is
|
# Redistribution and use of this script, with or without modification, is
|
||||||
|
@ -26,7 +26,7 @@
|
||||||
# No additional license terms :-)
|
# No additional license terms :-)
|
||||||
|
|
||||||
PRGNAM=rosegarden
|
PRGNAM=rosegarden
|
||||||
VERSION=1.7.2
|
VERSION=1.7.3
|
||||||
ARCH=${ARCH:-i486}
|
ARCH=${ARCH:-i486}
|
||||||
BUILD=${BUILD:-1}
|
BUILD=${BUILD:-1}
|
||||||
TAG=${TAG:-_SBo}
|
TAG=${TAG:-_SBo}
|
||||||
|
|
|
@ -1,8 +1,8 @@
|
||||||
PRGNAM="rosegarden"
|
PRGNAM="rosegarden"
|
||||||
VERSION="1.7.2"
|
VERSION="1.7.3"
|
||||||
HOMEPAGE="http://www.rosegardenmusic.com"
|
HOMEPAGE="http://www.rosegardenmusic.com"
|
||||||
DOWNLOAD="http://downloads.sourceforge.net/rosegarden/rosegarden-1.7.2.tar.bz2"
|
DOWNLOAD="http://downloads.sourceforge.net/rosegarden/rosegarden-1.7.3.tar.bz2"
|
||||||
MD5SUM="5cf0ea60cfcd46ddbc931863c08af65a"
|
MD5SUM="122eab42e375d2f3b009c8540ae8069c"
|
||||||
MAINTAINER="ppr:kut"
|
MAINTAINER="ppr:kut"
|
||||||
EMAIL="pprkut@liwjatan.at"
|
EMAIL="pprkut@liwjatan.at"
|
||||||
APPROVED="David Somero"
|
APPROVED="rworkman"
|
||||||
|
|
Loading…
Reference in New Issue