diff options
author | Bill Kirkpatrick <bkirkp@gmail.com> | 2012-12-02 12:35:12 -0500 |
---|---|---|
committer | dsomero <xgizzmo@slackbuilds.org> | 2012-12-11 16:21:53 -0500 |
commit | 4424d2346af6140af9cff898dd600f5edd0d63f2 (patch) | |
tree | e13e09a08c15a325d2d3b13f1e0aa2c3b92e9b3e /system/krusader/krusader.SlackBuild | |
parent | 4b06daf9909b098f5be08e24fd993a7ffeb75fea (diff) | |
download | slackbuilds-4424d2346af6140af9cff898dd600f5edd0d63f2.tar.gz |
system/krusader: Updated for version 2.4.0_beta3
Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
Diffstat (limited to 'system/krusader/krusader.SlackBuild')
-rw-r--r-- | system/krusader/krusader.SlackBuild | 11 |
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 \ |