From a9b559dd105216e16397158daf3ea0f4a33e5da7 Mon Sep 17 00:00:00 2001 From: Patrick J Volkerding Date: Sun, 5 Apr 2020 01:33:45 +0000 Subject: Sun Apr 5 01:33:45 UTC 2020 kde/calligra-2.9.11-x86_64-34.txz: Rebuilt. Recompiled against glew-2.2.0. The libGLEW.so.2.2 .soname (rather than libGLEW.so.2) gets me every time. Thanks to marrowsuck for the bug report. l/libdvdread-6.1.1-x86_64-1.txz: Upgraded. x/mesa-20.0.4-x86_64-2.txz: Rebuilt. Recompiled against glew-2.2.0. --- source/x/glew/glew.SlackBuild | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'source/x/glew/glew.SlackBuild') diff --git a/source/x/glew/glew.SlackBuild b/source/x/glew/glew.SlackBuild index 4419b4bfa..421828cd1 100755 --- a/source/x/glew/glew.SlackBuild +++ b/source/x/glew/glew.SlackBuild @@ -1,6 +1,6 @@ #!/bin/bash -# Copyright 2009, 2010, 2015, 2017, 2018 Patrick J. Volkerding, Sebeka, MN, USA +# Copyright 2009, 2010, 2015, 2017, 2018, 2020 Patrick J. Volkerding, Sebeka, MN, USA # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -25,8 +25,8 @@ cd $(dirname $0) ; CWD=$(pwd) PKGNAM=glew -VERSION=${VERSION:-$(echo $PKGNAM-*.tar.?z* | rev | cut -f 3- -d . | cut -f 1 -d - | rev)} -BUILD=${BUILD:-2} +VERSION=${VERSION:-$(echo $PKGNAM-*.tar.?z | rev | cut -f 3- -d . | cut -f 1 -d - | rev)} +BUILD=${BUILD:-1} # Automatically determine the architecture we're building on: if [ -z "$ARCH" ]; then @@ -69,7 +69,7 @@ rm -rf $PKG mkdir -p $TMP $PKG cd $TMP || exit 1 rm -rf $PKGNAM-$VERSION -tar xvf $CWD/$PKGNAM-${VERSION}.tar.?z* || exit 1 +tar xvf $CWD/$PKGNAM-${VERSION}.tar.?z || exit 1 cd $PKGNAM-${VERSION} || exit 1 chown -R root:root . find . \ -- cgit v1.2.3-65-gdbad