summaryrefslogtreecommitdiffstats
path: root/desktop/icewm/icewm.SlackBuild
diff options
context:
space:
mode:
author Robby Workman2014-03-30 05:05:46 +0200
committer Erik Hanson2014-04-12 20:59:48 +0200
commitd711d3170082840c1eb1b92a5763da38dd8b5190 (patch)
treeb3035e9f16ad59662c5e40623befdeddf717e631 /desktop/icewm/icewm.SlackBuild
parentc2896b8c9ca4a49e913133f5638c05abfcd99054 (diff)
downloadslackbuilds-d711d3170082840c1eb1b92a5763da38dd8b5190.tar.gz
desktop/icewm: Reverted to 1.3.7 plus some more patches
Thanks again to Janusz Kuśnierek for assistance with this and for noting a couple of fairly major bugs wrt usability that make the revert desirable. Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
Diffstat (limited to 'desktop/icewm/icewm.SlackBuild')
-rw-r--r--desktop/icewm/icewm.SlackBuild17
1 files changed, 14 insertions, 3 deletions
diff --git a/desktop/icewm/icewm.SlackBuild b/desktop/icewm/icewm.SlackBuild
index 1e093cf2ce..63de462721 100644
--- a/desktop/icewm/icewm.SlackBuild
+++ b/desktop/icewm/icewm.SlackBuild
@@ -2,7 +2,7 @@
# Slackware build script for icewm
-# Copyright 2006-2013 Robby Workman Northport, Alabama, USA
+# Copyright 2006-2014 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.8}
-BUILD=${BUILD:-2}
+VERSION=${VERSION:-1.3.7}
+BUILD=${BUILD:-3}
TAG=${TAG:-_SBo}
if [ -z "$ARCH" ]; then
@@ -84,6 +84,17 @@ patch -p1 < $CWD/patches/icewm-1.3.7-menuiconsize.patch
# Set some sane keyboard shortcut defaults (thanks, Fedora)
patch -p1 < $CWD/patches/icewm-keys.patch
+# /proc/acpi is deprecated and may not be present
+patch -p1 < $CWD/patches/no_proc_acpi.patch
+
+# Allow use of deprecated functions without causing build failure
+patch -p1 < $CWD/patches/use_ICEWM_deprecated.patch
+
+# Unknown origin of these patches ; forwarded by a user
+patch -p0 < $CWD/patches/acpustatus_read_cpuinfo_cur_freq.patch
+patch -p1 < $CWD/patches/aapm_power.patch
+patch -p1 < $CWD/patches/wmclient.patch
+
CFLAGS="$SLKCFLAGS" \
CXXFLAGS="$SLKCFLAGS" \
./configure \