summaryrefslogtreecommitdiffstats
path: root/deps/phonon
diff options
context:
space:
mode:
author Eric Hameleers <alien@slackware.com>2017-12-08 21:05:03 +0100
committer Eric Hameleers <alien@slackware.com>2017-12-08 21:05:03 +0100
commitdbfeea72767c75e34644451a736aba5f829eec40 (patch)
tree88237718bd4dfb1fda278a12e31c464650bf2baa /deps/phonon
parentc41195f65d22455432da195c90e32c0056be5819 (diff)
downloadktown-dbfeea72767c75e34644451a736aba5f829eec40.tar.gz
ktown-dbfeea72767c75e34644451a736aba5f829eec40.tar.xz
Update or recompile the deps that are affected by -current updates
Notably, icu4c, poppler and libical updates in slackware-current were incompatible with many of the packages in the 'ktown' repository.
Diffstat (limited to 'deps/phonon')
-rwxr-xr-xdeps/phonon/phonon.SlackBuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/deps/phonon/phonon.SlackBuild b/deps/phonon/phonon.SlackBuild
index feddec1..27e8254 100755
--- a/deps/phonon/phonon.SlackBuild
+++ b/deps/phonon/phonon.SlackBuild
@@ -26,7 +26,7 @@
PKGNAM=phonon
VERSION=${VERSION:-4.9.1}
-BUILD=${BUILD:-2}
+BUILD=${BUILD:-3}
NUMJOBS=${NUMJOBS:--j7}
@@ -68,7 +68,7 @@ PKG=$TMP/package-phonon
rm -rf $PKG
mkdir -p $TMP $PKG
cd $TMP
-rm -r phonon-$VERSION
+rm -rf phonon-$VERSION
tar xvf $CWD/phonon-$VERSION.tar.?z* || exit 1
cd phonon-$VERSION || exit 1