diff options
author | B. Watson <yalhcru@gmail.com> | 2020-11-06 15:14:10 -0500 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2020-11-07 14:02:37 +0700 |
commit | a445938bd88411ea8727b727b3a18398fe056f0a (patch) | |
tree | 6d9fdd1085e4a66ee4b38d7c31882489f294c37f /audio/drumkv1/drumkv1.SlackBuild | |
parent | d9e0e70bbf05f058af38ad61648a8e79e189d21e (diff) |
audio/drumkv1: Updated for version 0.9.18.
Signed-off-by: B. Watson <yalhcru@gmail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'audio/drumkv1/drumkv1.SlackBuild')
-rw-r--r-- | audio/drumkv1/drumkv1.SlackBuild | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/audio/drumkv1/drumkv1.SlackBuild b/audio/drumkv1/drumkv1.SlackBuild index 1b9febbfe3..e42e448d68 100644 --- a/audio/drumkv1/drumkv1.SlackBuild +++ b/audio/drumkv1/drumkv1.SlackBuild @@ -6,6 +6,7 @@ # Licensed under the WTFPL. See http://www.wtfpl.net/txt/copying/ for details. +# 20201106 bkw: update for 0.9.18 # 20200114 bkw: update for 0.9.12 # 20191210 bkw: update for 0.9.11, document optional liblo dep, have slack-desc # tell user whether or not optional deps are included. @@ -19,7 +20,7 @@ # 20170614 bkw: update for 0.8.2, drop qt5 dep, build with qt4 PRGNAM=drumkv1 -VERSION=${VERSION:-0.9.12} +VERSION=${VERSION:-0.9.18} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -62,6 +63,8 @@ chown -R root:root . find -L . -perm /111 -a \! -perm 755 -a -exec chmod 755 {} \+ -o \ \! -perm /111 -a \! -perm 644 -a -exec chmod 644 {} \+ +export PATH=/usr/lib$LIBDIRSUFFIX/qt5/bin:$PATH + LDFLAGS="-Wl,-s" \ CFLAGS="$SLKCFLAGS" \ CXXFLAGS="$SLKCFLAGS" \ @@ -83,8 +86,8 @@ make install DESTDIR=$PKG mv $PKG/usr/share/metainfo $PKG/usr/share/appdata # See comments in synthv1.SlackBuild to understand this. -mkdir -p $PKG/usr/man/fr/man1 $PKG/usr/man/fr.UTF-8/man1 -mv $PKG/usr/man/man1/$PRGNAM.fr.1.gz $PKG/usr/man/fr.UTF-8/man1/$PRGNAM.1.gz +mkdir -p $PKG/usr/man/fr.UTF-8/man1 +mv $PKG/usr/man/fr/man1/$PRGNAM.1.gz $PKG/usr/man/fr.UTF-8/man1/$PRGNAM.1.gz zcat $PKG/usr/man/fr.UTF-8/man1/$PRGNAM.1.gz | \ iconv -f UTF-8 -t ISO-8859-1 | \ gzip -9c \ |