summaryrefslogtreecommitdiffstats
path: root/desktop/icewm/icewm.SlackBuild
diff options
context:
space:
mode:
author Robby Workman2013-11-24 08:47:10 +0100
committer Robby Workman2013-11-24 08:47:10 +0100
commit5ff5682eb98c3377d2027f55cf8792c97bc5bb76 (patch)
tree574b9ef43707d5389ff7eb5de0ad1347a8f67fc4 /desktop/icewm/icewm.SlackBuild
parent2ea8b3208fddb234e675026e43eb4c77c442b571 (diff)
downloadslackbuilds-5ff5682eb98c3377d2027f55cf8792c97bc5bb76.tar.gz
desktop/icewm: Updated for version 1.3.8.
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
Diffstat (limited to 'desktop/icewm/icewm.SlackBuild')
-rw-r--r--desktop/icewm/icewm.SlackBuild14
1 files changed, 5 insertions, 9 deletions
diff --git a/desktop/icewm/icewm.SlackBuild b/desktop/icewm/icewm.SlackBuild
index b853140ec8..de7e089512 100644
--- a/desktop/icewm/icewm.SlackBuild
+++ b/desktop/icewm/icewm.SlackBuild
@@ -2,7 +2,7 @@
# Slackware build script for icewm
-# Copyright 2006-2011 Robby Workman Northport, Alabama, USA
+# Copyright 2006-2013 Robby Workman Northport, Alabama, USA
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@@ -23,8 +23,8 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=icewm
-VERSION=${VERSION:-1.3.7}
-BUILD=${BUILD:-2}
+VERSION=${VERSION:-1.3.8}
+BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
if [ -z "$ARCH" ]; then
@@ -69,15 +69,11 @@ find -L . \
\( -perm 666 -o -perm 664 -o -perm 600 -o -perm 444 -o -perm 440 -o -perm 400 \) \
-exec chmod 644 {} \;
-# Explicitly link fontconfig - this isn't needed on 13.37, but it also doesn't
-# hurt anything, so we'll included it since it's needed for -current
+# Explicitly link fontconfig
patch -p1 < $CWD/patches/explicitly-link-fontconfig.diff
-# Here's another -current only patch that's harmless on 13.37:
-patch -p1 < $CWD/patches/use_ICEWM_deprecated.patch
-
# Since we put the html files in $docdir/html/, let's fix the integrated help:
-patch -p1 < $CWD/patches/icewm-1.3.7-fix_html_docdir.diff
+patch -p1 < $CWD/patches/icewm-1.3.x-fix_html_docdir.diff
CFLAGS="$SLKCFLAGS" \
CXXFLAGS="$SLKCFLAGS" \