diff options
Diffstat (limited to 'audio/drumkv1/drumkv1.SlackBuild')
-rw-r--r-- | audio/drumkv1/drumkv1.SlackBuild | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/audio/drumkv1/drumkv1.SlackBuild b/audio/drumkv1/drumkv1.SlackBuild index 901f99d55ccd..a0482560bd84 100644 --- a/audio/drumkv1/drumkv1.SlackBuild +++ b/audio/drumkv1/drumkv1.SlackBuild @@ -6,6 +6,9 @@ # Licensed under the WTFPL. See http://www.wtfpl.net/txt/copying/ for details. +# 20171220 bkw: +# - updated for v0.8.5. Skipped 0.8.4 due to compile errors. + # 20170627 bkw: # - update for 0.8.3 @@ -14,7 +17,7 @@ # - drop qt5 dep, build with qt4 PRGNAM=drumkv1 -VERSION=${VERSION:-0.8.3} +VERSION=${VERSION:-0.8.5} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -76,6 +79,11 @@ CXXFLAGS="$SLKCFLAGS" \ make make install DESTDIR=$PKG +# I dunno what this is actually for, but as of 0.8.5 it got moved. Move +# it back to where it belongs, for Slack 14.2. +[ -d $PKG/usr/share/metainfo ] && \ + mv $PKG/usr/share/metainfo $PKG/usr/share/appdata + # binaries already stripped, man page already gzipped. make symlink # to man page, to match the actual name of the binary. ln -s $PRGNAM.1.gz $PKG/usr/man/man1/${PRGNAM}_jack.1.gz |