summaryrefslogtreecommitdiffstats
path: root/system/krusader/krusader.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'system/krusader/krusader.SlackBuild')
-rw-r--r--system/krusader/krusader.SlackBuild11
1 files changed, 3 insertions, 8 deletions
diff --git a/system/krusader/krusader.SlackBuild b/system/krusader/krusader.SlackBuild
index 301c30b22f..0ca98186a6 100644
--- a/system/krusader/krusader.SlackBuild
+++ b/system/krusader/krusader.SlackBuild
@@ -4,6 +4,7 @@
# Copyright 2006,2007,2008,2009,2010 Robby Workman, Northport, Alabama, USA
# Copyright 2010 Grigorios Bouzakis <grbzks@xsmail.com>
+# Copyright 2012 Bill Kirkpatrick <bkirkp@gmail.com>
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@@ -24,8 +25,8 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=krusader
-VERSION=${VERSION:-2.3.0_beta1}
-BUILD=${BUILD:-2}
+VERSION=${VERSION:-2.4.0_beta3}
+BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
SRCVER="$(printf $VERSION | tr _ -)"
@@ -74,12 +75,6 @@ find . \
\( -perm 666 -o -perm 664 -o -perm 600 -o -perm 444 -o -perm 440 -o -perm 400 \) \
-exec chmod 644 {} \;
-# add xz archive support
-# https://bugs.kde.org/show_bug.cgi?id=254615
-patch -p1 -i $CWD/krusader-xz.patch
-# add gcc-4.7 patch
-patch -p1 -i $CWD/krusader-2.4.0_beta1-gcc47.patch
-
mkdir -p build
cd build
cmake \