From e7131bc4a8ec976f9f7a8f12ddef16b2df5003e1 Mon Sep 17 00:00:00 2001 From: Eric Hameleers Date: Fri, 29 Jul 2016 09:07:50 +0000 Subject: pipelight: updated to 0.2.8.2. Got rid of separate wine-pipelight package, we use regular wine now (which is patched with wine-staging). --- pipelight/build/pipelight.SlackBuild | 20 +++++++++++++------- 1 file changed, 13 insertions(+), 7 deletions(-) (limited to 'pipelight/build') diff --git a/pipelight/build/pipelight.SlackBuild b/pipelight/build/pipelight.SlackBuild index f4b5269d..1067dabd 100755 --- a/pipelight/build/pipelight.SlackBuild +++ b/pipelight/build/pipelight.SlackBuild @@ -1,6 +1,6 @@ #!/bin/sh # $Id$ -# Copyright 2013, 2014 Eric Hameleers, Eindhoven, NL +# Copyright 2013, 2014, 2016 Eric Hameleers, Eindhoven, NL # All rights reserved. # # Permission to use, copy, modify, and distribute this software for @@ -53,6 +53,12 @@ # * Update, together with wine-pipelight 1.7.19. # 0.2.8-1: 22/dec/2014 by Eric Hameleers # * Update, together with wine-pipelight 1.7.33. +# 0.2.8.2-1: 29/jul/2016 by Eric Hameleers +# * Updated release and 'install-dependencies' script. +# Also stop requiring a separate 'wine-pipelight' package, +# now that the regular wine package already has the +# 'wine-staging' patches applied. +# From now on, pipelight will use the regular wine. # # Run 'sh pipelight.SlackBuild' to build a Slackware package. # The package (.tgz) and .txt file as well as build logs are created in /tmp . @@ -61,7 +67,7 @@ # ----------------------------------------------------------------------------- PRGNAM=pipelight -VERSION=${VERSION:-0.2.8} +VERSION=${VERSION:-0.2.8.2} TRUNKVERSION=$(echo $VERSION | cut -f1,2 -d'.') BUILD=${BUILD:-1} NUMJOBS=${NUMJOBS:" -j4 "} @@ -75,10 +81,10 @@ DO_WINE64=${DO_WINE64:-"yes"} SRCDIR=$(cd $(dirname $0); pwd) # Need to refresh the 'install-dependencies' script? -UPDATE_SCRIPT=${UPDATE_SCRIPT:-"NO"} +UPDATE_SCRIPT=${UPDATE_SCRIPT:-"YES"} -# Where did we install wine-pipelight? -WPREFIX="/usr/libexec/wine-pipelight" +# Where did we install wine (with wine-staging patches) for pipelight? +WPREFIX="/usr" DOCS="LICENSE README wine-patches/README $SRCDIR/LICENSE.pluginloader-prebuilt" @@ -102,7 +108,7 @@ SRCURL[3]="https://bitbucket.org/mmueller2012/pipelight/raw/v${VERSION}/debian/c if [ "$UPDATE_SCRIPT" != "NO" ]; then rm -f $SRCDIR/install-dependency-HEAD SOURCE[3]="$SRCDIR/install-dependency-HEAD" - SRCURL[3]="https://bitbucket.org/mmueller2012/pipelight/raw/master/internal-scripts/install-dependency" + SRCURL[3]="https://bitbucket.org/mmueller2012/pipelight/raw/master/share/install-dependency" fi ## @@ -212,7 +218,7 @@ cd ${PRGNAM}-${VERSION} if [ "$UPDATE_SCRIPT" != "NO" ]; then # Replace the install-dependency script with an uptodate version: if [ -f $SRCDIR/install-dependency-HEAD ]; then - cat $SRCDIR/install-dependency-HEAD > internal-scripts/install-dependency + cat $SRCDIR/install-dependency-HEAD > share/install-dependency fi fi -- cgit v1.2.3-65-gdbad