From 6ddb72412f369d372b0f212458705d64bff29109 Mon Sep 17 00:00:00 2001 From: Eric Hameleers Date: Wed, 18 Aug 2021 11:49:28 +0000 Subject: supercollider: update to 3.12.0 --- supercollider/build/supercollider.SlackBuild | 17 ++++++----------- 1 file changed, 6 insertions(+), 11 deletions(-) (limited to 'supercollider') diff --git a/supercollider/build/supercollider.SlackBuild b/supercollider/build/supercollider.SlackBuild index 2d15e86e..2266ccb6 100755 --- a/supercollider/build/supercollider.SlackBuild +++ b/supercollider/build/supercollider.SlackBuild @@ -45,6 +45,8 @@ # * Update. # 3.11.2-1: 26/mar/2021 by Eric Hameleers # * Update. +# 3.12.0-1: 17/aug/2021 by Eric Hameleers +# * Update. # # Run 'sh supercollider.SlackBuild' to build a Slackware package. # The package (.t?z) and .txt file as well as build logs are created in /tmp . @@ -54,7 +56,7 @@ PRGNAM=supercollider SRCNAM=SuperCollider -VERSION=${VERSION:-3.11.2} +VERSION=${VERSION:-3.12.0} BUILD=${BUILD:-1} NUMJOBS=${NUMJOBS:-" -j$(nproc) "} TAG=${TAG:-alien} @@ -169,11 +171,6 @@ cd ${SRCNAM}-${VERSION}-Source sed -e '/^#include $/a #include ' \ -i $(grep -rl '^#include $' .) -# Fix a linking issue (not resolved in 3.11.2 unfortunately, -# see https://github.com/supercollider/supercollider/issues/4992 -cat $SRCDIR/patches/supercollder_link_libscsynth.patch | patch -p1 --verbose \ - 2>&1 | tee $OUTPUT/patch-${PRGNAM}.log - if [ "$SYSTEM_BOOST" = "YES" ]; then rm -rf external_libraries/boost # cmake variable: @@ -220,12 +217,10 @@ cd build-${PRGNAM} make DESTDIR=$PKG install 2>&1 | tee $OUTPUT/install-${PRGNAM}.log cd - -# Add a proper desktop menu icon and move the SVG into a better location: -convert -background none $PKG/usr/share/pixmaps/sc_ide.svg \ +# Add a proper desktop menu icon: +mkdir -p $PKG/usr/share/pixmaps +convert -background none $PKG/usr/share/icons/hicolor/scalable/apps/sc_ide.svg \ -scale 64 $PKG/usr/share/pixmaps/sc_ide.png -mkdir -p $PKG/usr/share/icons/hicolor/scalable/apps -mv $PKG/usr/share/pixmaps/sc_ide.svg \ - $PKG/usr/share/icons/hicolor/scalable/apps/ # Add 'X-DAW' category to the desktop file (for liveslak): for DESKTOPF in $PKG/usr/share/applications/*.desktop ; do -- cgit v1.2.3-65-gdbad