From e787108d0f53b6fdeedd50510e117d1e9915dacf Mon Sep 17 00:00:00 2001 From: Eric Hameleers Date: Mon, 26 Apr 2021 21:01:50 +0000 Subject: sc3-plugins: update to 3.11.1 --- sc3-plugins/build/sc3-plugins.SlackBuild | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'sc3-plugins') diff --git a/sc3-plugins/build/sc3-plugins.SlackBuild b/sc3-plugins/build/sc3-plugins.SlackBuild index f7aa846d..237ca94a 100755 --- a/sc3-plugins/build/sc3-plugins.SlackBuild +++ b/sc3-plugins/build/sc3-plugins.SlackBuild @@ -1,6 +1,6 @@ #!/bin/sh # $Id$ -# Copyright 2020 Eric Hameleers, Eindhoven, NL +# Copyright 2020, 2021 Eric Hameleers, Eindhoven, NL # All rights reserved. # # Permission to use, copy, modify, and distribute this software for @@ -41,7 +41,7 @@ # ----------------------------------------------------------------------------- PRGNAM=sc3-plugins -VERSION=${VERSION:-3.10.0} +VERSION=${VERSION:-3.11.1} BUILD=${BUILD:-1} NUMJOBS=${NUMJOBS:-" -j$(nproc) "} TAG=${TAG:-alien} @@ -152,9 +152,9 @@ cd ${PRGNAM}-${VERSION}-Source chown -R root:root . chmod -R u+w,go+r-w,a+rX-st . -# Fix a check which assumes the supercollider sources are present: -cat $SRCDIR/patches/sc3-plugins_fix_supernova_check.patch \ - | patch -p1 --verbose 2>&1 | tee $OUTPUT/patch-$PRGNAM.log +## Fix a check which assumes the supercollider sources are present: +#cat $SRCDIR/patches/sc3-plugins_fix_supernova_check.patch \ +# | patch -p1 --verbose 2>&1 | tee $OUTPUT/patch-$PRGNAM.log # Fix libdir on x86_64: sed -e "s,lib/,lib${LIBDIRSUFFIX}/,g" \ @@ -205,9 +205,9 @@ cat $SRCDIR/slack-required > $PKG/install/slack-required # Build the package: cd $PKG -makepkg --linkadd y --chown n $OUTPUT/${PRGNAM}-${VERSION}-${ARCH}-${BUILD}${TAG}.${PKGTYPE:-tgz} 2>&1 | tee $OUTPUT/makepkg-${PRGNAM}.log +makepkg --linkadd y --chown n $OUTPUT/${PRGNAM}-${VERSION}-${ARCH}-${BUILD}${TAG}.${PKGTYPE:-txz} 2>&1 | tee $OUTPUT/makepkg-${PRGNAM}.log cd $OUTPUT -md5sum ${PRGNAM}-${VERSION}-${ARCH}-${BUILD}${TAG}.${PKGTYPE:-tgz} > ${PRGNAM}-${VERSION}-${ARCH}-${BUILD}${TAG}.${PKGTYPE:-tgz}.md5 +md5sum ${PRGNAM}-${VERSION}-${ARCH}-${BUILD}${TAG}.${PKGTYPE:-txz} > ${PRGNAM}-${VERSION}-${ARCH}-${BUILD}${TAG}.${PKGTYPE:-txz}.md5 cd - cat $PKG/install/slack-desc | grep "^${PRGNAM}" > $OUTPUT/${PRGNAM}-${VERSION}-${ARCH}-${BUILD}${TAG}.txt cat $PKG/install/slack-required > $OUTPUT/${PRGNAM}-${VERSION}-${ARCH}-${BUILD}${TAG}.dep -- cgit v1.2.3-65-gdbad