mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
audio/rosegarden: Updated for version 1.7.3
This commit is contained in:
parent
b99b1a0321
commit
31bdc14629
3 changed files with 12 additions and 15 deletions
|
@ -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
|
||||
|
||||
|
|
|
@ -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}
|
||||
|
|
|
@ -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"
|
||||
APPROVED="rworkman"
|
||||
|
|
Loading…
Reference in a new issue