diff options
author | B. Watson <yalhcru@gmail.com> | 2018-08-28 13:41:37 -0400 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2018-09-01 07:32:28 +0700 |
commit | 2c96b47120cbb05b3ffa50500841506c6a9099ab (patch) | |
tree | 8bc0cf247558349357234032c7fc01543d1216fc /audio/guitarix/guitarix.SlackBuild | |
parent | a0552bffc09de11a8f6c9323be2cde48b062c801 (diff) |
audio/guitarix: Updated for version 0.37.3.
Signed-off-by: B. Watson <yalhcru@gmail.com>
Diffstat (limited to 'audio/guitarix/guitarix.SlackBuild')
-rw-r--r-- | audio/guitarix/guitarix.SlackBuild | 17 |
1 files changed, 5 insertions, 12 deletions
diff --git a/audio/guitarix/guitarix.SlackBuild b/audio/guitarix/guitarix.SlackBuild index 9c1db5768474e..fd94290c094d4 100644 --- a/audio/guitarix/guitarix.SlackBuild +++ b/audio/guitarix/guitarix.SlackBuild @@ -9,6 +9,8 @@ # Note to self: git URL for guitarix is: # git://git.code.sf.net/p/guitarix/git/ +# 20180828 bkw: Updated for 0.37.3. + # 20180619 bkw: # - Updated for 0.37.1. # - Force building with bundled zita-convolver and resampler libs. @@ -42,7 +44,7 @@ # - Stop writing outside of $TMP. PRGNAM=guitarix -VERSION=${VERSION:-0.37.1} +VERSION=${VERSION:-0.37.3} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -86,17 +88,8 @@ rm -rf $PRGNAM-$VERSION tar xvf $CWD/$TARNAME-$VERSION.tar.xz 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 640 -o -perm 600 -o -perm 444 \ - -o -perm 440 -o -perm 400 \) -exec chmod 644 {} \+ - -# Apply commits a4792a6b9c and 7278d18e0 from upstream, to stop -# segfaulting when user clicks the online button. Note these are -# -p2 patches (made with "git format-patch"), unusual for a slackbuild. -patch -p2 < $CWD/patches/0001-fix-bug-59-Guitarix-crashes-when-click-online-for-pr.patch -patch -p2 < $CWD/patches/0002-fix-bug-59-Guitarix-crashes-when-click-online-for-pr.patch +find -L . -perm /111 -a \! -perm 755 -a -exec chmod 755 {} \+ -o \ + \! -perm /111 -a \! -perm 644 -a -exec chmod 644 {} \+ # guitarix wants to install the roboto font in the wrong place for # slackware. |