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/ap/sc-im/fetch-sc-im.sh | 47 ++++++++++++++++++++++++++++++++++++++++++ source/ap/sc/sc.SlackBuild | 3 ++- source/kde/build/calligra | 2 +- source/x/glew/glew.SlackBuild | 8 +++---- source/x/glew/glew.url | 2 +- source/x/mesa/mesa.SlackBuild | 2 +- 6 files changed, 56 insertions(+), 8 deletions(-) create mode 100755 source/ap/sc-im/fetch-sc-im.sh (limited to 'source') diff --git a/source/ap/sc-im/fetch-sc-im.sh b/source/ap/sc-im/fetch-sc-im.sh new file mode 100755 index 000000000..32e2ecbd2 --- /dev/null +++ b/source/ap/sc-im/fetch-sc-im.sh @@ -0,0 +1,47 @@ +#!/bin/sh + +# Copyright 2019, 2020 Patrick J. Volkerding, Sebeka, Minnesota, USA +# All rights reserved. +# +# Redistribution and use of this script, with or without modification, is +# permitted provided that the following conditions are met: +# +# 1. Redistributions of this script must retain the above copyright +# notice, this list of conditions and the following disclaimer. +# +# THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR IMPLIED +# WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF +# MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO +# EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +# SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, +# PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; +# OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, +# WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR +# OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF +# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + +# Pull a stable branch + patches +BRANCH=${1:-freeze} + +# Clear download area: +rm -rf sc-im + +# Clone repository: +git clone https://github.com/andmarti1424/sc-im + +# checkout $BRANCH: +( cd sc-im + git checkout $BRANCH || exit 1 +) + +HEADISAT="$( cd sc-im && git log -1 --format=%h )" +DATE="$( cd sc-im && git log -1 --format=%ad --date=format:%Y%m%d )" +# Cleanup. We're not packing up the whole git repo. +( cd sc-im && find . -type d -name ".git*" -exec rm -rf {} \; 2> /dev/null ) +mv sc-im sc-im-${DATE}_${HEADISAT} +tar cf sc-im-${DATE}_${HEADISAT}.tar sc-im-${DATE}_${HEADISAT} +plzip -9 -f sc-im-${DATE}_${HEADISAT}.tar +rm -rf sc-im-${DATE}_${HEADISAT} +echo +echo "sc-im branch $BRANCH with HEAD at $HEADISAT packaged as sc-im-${DATE}_${HEADISAT}.tar.lz" +echo diff --git a/source/ap/sc/sc.SlackBuild b/source/ap/sc/sc.SlackBuild index 39fa435c6..bf981f015 100755 --- a/source/ap/sc/sc.SlackBuild +++ b/source/ap/sc/sc.SlackBuild @@ -24,7 +24,7 @@ cd $(dirname $0) ; CWD=$(pwd) PKGNAM=sc VERSION=${VERSION:-$(echo $PKGNAM-*.tar.?z | rev | cut -f 3- -d . | cut -f 1 -d - | rev)} -BUILD=${BUILD:-7} +BUILD=${BUILD:-8} # Automatically determine the architecture we're building on: if [ -z "$ARCH" ]; then @@ -96,6 +96,7 @@ mkdir -p $PKG/usr/bin cat sc > $PKG/usr/bin/sc cat scqref > $PKG/usr/bin/scqref cat psc > $PKG/usr/bin/psc +chmod 755 $PKG/usr/bin/* mkdir -p $PKG/usr/man/man1 name=sc NAME=SC LIBDIR=/usr/lib${LIBDIRSUFFIX}/sc sh torev sc.doc > sc.1 name=sc NAME=SC LIBDIR=/usr/lib${LIBDIRSUFFIX}/sc sh torev psc.doc > psc.1 diff --git a/source/kde/build/calligra b/source/kde/build/calligra index bb95160cb..a78736459 100644 --- a/source/kde/build/calligra +++ b/source/kde/build/calligra @@ -1 +1 @@ -33 +34 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 . \ diff --git a/source/x/glew/glew.url b/source/x/glew/glew.url index b180f96b6..81db62880 100644 --- a/source/x/glew/glew.url +++ b/source/x/glew/glew.url @@ -1,2 +1,2 @@ http://glew.sourceforge.net -http://downloads.sourceforge.net/glew/glew-2.1.0.tgz +http://downloads.sourceforge.net/glew/glew-2.2.0.tgz diff --git a/source/x/mesa/mesa.SlackBuild b/source/x/mesa/mesa.SlackBuild index da435062d..ea18f8bfe 100755 --- a/source/x/mesa/mesa.SlackBuild +++ b/source/x/mesa/mesa.SlackBuild @@ -25,7 +25,7 @@ cd $(dirname $0) ; CWD=$(pwd) PKGNAM=mesa VERSION=${VERSION:-$(echo $PKGNAM-[0-9]*.tar.?z | rev | cut -f 3- -d . | cut -f 1 -d - | rev)} DEMOVERS=${DEMOVERS:-8.4.0} -BUILD=${BUILD:-1} +BUILD=${BUILD:-2} BUILD_DEMOS=${BUILD_DEMOS:-YES} NUMJOBS=${NUMJOBS:-" -j$(expr $(nproc) + 1) "} -- cgit v1.2.3