diff options
author | Zbigniew Baniewski <Zbigniew.Baniewski@gmail.com> | 2014-04-15 22:49:39 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2014-04-23 07:51:24 +0700 |
commit | a367a0fc6615d97a75fa4102dce3510a0c7cec90 (patch) | |
tree | e38f8e295413adf6083ae5f5c67e829524b66451 /audio/lmms/lmms.SlackBuild | |
parent | 53fa5dba76dd21f68b9bd318782641310d7dde14 (diff) |
audio/lmms: Updated for version 1.0.0.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'audio/lmms/lmms.SlackBuild')
-rw-r--r-- | audio/lmms/lmms.SlackBuild | 18 |
1 files changed, 7 insertions, 11 deletions
diff --git a/audio/lmms/lmms.SlackBuild b/audio/lmms/lmms.SlackBuild index 07736e17db43..92362c8d8ded 100644 --- a/audio/lmms/lmms.SlackBuild +++ b/audio/lmms/lmms.SlackBuild @@ -5,8 +5,8 @@ # Written by Zbigniew Baniewski, <Zbigniew.Baniewski@gmail.com> PRGNAM=lmms -VERSION=${VERSION:-0.4.15} -BUILD=${BUILD:-4} +VERSION=${VERSION:-1.0.0} +BUILD=${BUILD:-1} TAG=${TAG:-_SBo} if [ -z "$ARCH" ]; then @@ -42,18 +42,14 @@ rm -rf $PKG mkdir -p $TMP $PKG $OUTPUT cd $TMP rm -rf $PRGNAM-$VERSION -tar jxvf $CWD/${PRGNAM}-${VERSION}.tar.bz2 +tar jxvf $CWD/${PRGNAM}-${VERSION}-src.tar.bz2 cd $PRGNAM-$VERSION chown -R root:root . find -L . \ - \( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 -o -perm 511 \) \ - -exec chmod 755 {} \; -o \ - \( -perm 666 -o -perm 664 -o -perm 600 -o -perm 444 -o -perm 440 -o -perm 400 \) \ - -exec chmod 644 {} \; - -patch -p1 < $CWD/01-fix_piano_roll_resize.patch -patch -p1 < $CWD/02-stutter_audio.patch -cp $CWD/new_buttons/*.png plugins/audio_file_processor + \( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 \ + -o -perm 511 \) -exec chmod 755 {} \; -o \ + \( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \ + -o -perm 440 -o -perm 400 \) -exec chmod 644 {} \; mkdir build cd build |