summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author Dugan Chen2017-04-09 23:17:29 +0200
committer Willy Sudiarto Raharjo2017-04-13 02:27:47 +0200
commit6b361786ba489b8b2022ab3776de2e70db80fd5e (patch)
tree07a91f433058b23c41acd2594427db8d873a2a4d
parent2dd3674ae96711578d876e8728ac981573fa335c (diff)
downloadslackbuilds-6b361786ba489b8b2022ab3776de2e70db80fd5e.tar.gz
multimedia/munt: Updated for version 2.1.0.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
-rw-r--r--multimedia/munt/README3
-rw-r--r--multimedia/munt/munt.SlackBuild4
-rw-r--r--multimedia/munt/munt.info6
3 files changed, 7 insertions, 6 deletions
diff --git a/multimedia/munt/README b/multimedia/munt/README
index 05d894d319..2cdb740bea 100644
--- a/multimedia/munt/README
+++ b/multimedia/munt/README
@@ -4,6 +4,7 @@ Munt is a multi-platform software synthesizer emulating (somewhat
inaccurately) pre-GM MIDI devices such as the Roland MT-32, CM-32L,
CM-64 and LAPC-1.
+ROMS for these devices are not included.
+
This will install both the desktop application and the shared library.
-ROMS for these devices are not included.
diff --git a/multimedia/munt/munt.SlackBuild b/multimedia/munt/munt.SlackBuild
index 5fab4c463f..47ab93cdb3 100644
--- a/multimedia/munt/munt.SlackBuild
+++ b/multimedia/munt/munt.SlackBuild
@@ -23,7 +23,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=munt
-VERSION=${VERSION:-2.0.0}
+VERSION=${VERSION:-2.1.0}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -87,7 +87,7 @@ find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | gr
mkdir -p $PKG/usr/doc
mv $PKG/usr/share/doc/$PRGNAM $PKG/usr/doc/$PRGNAM-$VERSION
-rmdir $PKG/usr/share/doc
+rm -rf $PKG/usr/share
cp -a README.txt $PKG/usr/doc/$PRGNAM-$VERSION
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
diff --git a/multimedia/munt/munt.info b/multimedia/munt/munt.info
index 8c5741618a..9fb646dff3 100644
--- a/multimedia/munt/munt.info
+++ b/multimedia/munt/munt.info
@@ -1,8 +1,8 @@
PRGNAM="munt"
-VERSION="2.0.0"
+VERSION="2.1.0"
HOMEPAGE="http://munt.sourceforge.net/"
-DOWNLOAD="https://downloads.sourceforge.net/project/munt/munt/2.0.0/munt-2.0.0.tar.gz"
-MD5SUM="7aa2adcfe45d138e53d54a44e1171473"
+DOWNLOAD="https://downloads.sourceforge.net/project/munt/munt/2.1.0/munt-2.1.0.tar.gz"
+MD5SUM="1d9be2ba670a4bc8cc187f9095dfbfe3"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="qt5"