diff options
author | Robby Workman <rworkman@slackbuilds.org> | 2019-07-27 10:12:32 -0500 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2019-08-03 07:54:53 +0700 |
commit | 83c6039f19fd785fca8b012ec69f81431b615a6c (patch) | |
tree | 5fbe1ebe37ee847c16115bc33a21a6fbe33b40d5 /desktop/icewm/icewm.SlackBuild | |
parent | cb0feb51851dd00f331c1506c3ca9da85f748ad1 (diff) |
desktop/icewm: Updated for version 1.5.5.
Thanks to R. Beesner for the heads-up.
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
Diffstat (limited to 'desktop/icewm/icewm.SlackBuild')
-rw-r--r-- | desktop/icewm/icewm.SlackBuild | 14 |
1 files changed, 6 insertions, 8 deletions
diff --git a/desktop/icewm/icewm.SlackBuild b/desktop/icewm/icewm.SlackBuild index a3ea0d5dde0c..ddcfa3b0f5b9 100644 --- a/desktop/icewm/icewm.SlackBuild +++ b/desktop/icewm/icewm.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for icewm -# Copyright 2006-2015 Robby Workman Northport, Alabama, USA +# Copyright 2006-2019 Robby Workman Northport, Alabama, USA # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -23,7 +23,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=icewm -VERSION=${VERSION:-1.4.2} +VERSION=${VERSION:-1.5.5} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -60,7 +60,7 @@ rm -rf $PKG mkdir -p $TMP $PKG $OUTPUT cd $TMP rm -rf $PRGNAM-$VERSION -tar xvf $CWD/$PRGNAM-$VERSION.tar.bz2 +tar xvf $CWD/$PRGNAM-$VERSION.tar.xz cd $PRGNAM-$VERSION chown -R root:root . find -L . \ @@ -69,8 +69,8 @@ find -L . \ \( -perm 666 -o -perm 664 -o -perm 600 -o -perm 444 -o -perm 440 -o -perm 400 \) \ -exec chmod 644 {} \; -# Set some sane keyboard shortcut defaults -patch -p1 < $CWD/patches/icewm-keys.patch +# Tweak default configs for keybindings and power management commands +patch -p1 < $CWD/patches/tweak-default-configs.diff CFLAGS="$SLKCFLAGS" \ CXXFLAGS="$SLKCFLAGS" \ @@ -98,8 +98,6 @@ mkdir -p $PKG/usr/share/icewm cp $CWD/config/* $PKG/usr/share/icewm chmod 0755 $PKG/usr/share/icewm/startup chmod 0755 $PKG/usr/share/icewm/shutdown -cp $CWD/config/icewm-sleep $PKG/usr/bin -chmod 0755 $PKG/usr/bin/icewm-sleep # Add xinitrc for xwmconfig(1) mkdir -p $PKG/etc/X11/xinit @@ -112,7 +110,7 @@ cat $CWD/icewm.desktop > $PKG/usr/share/xsessions/icewm.desktop mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION/html cp -a \ - AUTHORS COMPLIANCE COPYING ChangeLog INSTALL* NEWS README.md THANKS TODO VERSION \ + AUTHORS COMPLIANCE COPYING ChangeLog NEWS README THANKS TODO VERSION \ $PKG/usr/doc/$PRGNAM-$VERSION cat $CWD/icewm.SlackBuild > $PKG/usr/doc/icewm-$VERSION/icewm.SlackBuild |