diff options
author | LEVAI Daniel <leva@ecentrum.hu> | 2014-02-28 18:14:27 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2014-02-28 18:14:27 +0700 |
commit | 9f5e6023c160fa3bc8564d68503355115ede2698 (patch) | |
tree | f63904daac398b73b610cffd57eb04fa592e191d /desktop/spectrwm/spectrwm.SlackBuild | |
parent | 04d685106ab1d18fbe3ccb0704145a74580c1cc9 (diff) | |
download | slackbuilds-9f5e6023c160fa3bc8564d68503355115ede2698.tar.gz |
desktop/spectrwm: Updated for version 2.5.0.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'desktop/spectrwm/spectrwm.SlackBuild')
-rw-r--r-- | desktop/spectrwm/spectrwm.SlackBuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/desktop/spectrwm/spectrwm.SlackBuild b/desktop/spectrwm/spectrwm.SlackBuild index 638221a334..7204f00960 100644 --- a/desktop/spectrwm/spectrwm.SlackBuild +++ b/desktop/spectrwm/spectrwm.SlackBuild @@ -1,6 +1,6 @@ #!/bin/sh -# Copyright (c) 2011-2013 LEVAI Daniel +# Copyright (c) 2011-2014 LEVAI Daniel # All rights reserved. # # * Redistribution and use in source and binary forms, with or without @@ -24,7 +24,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=spectrwm -VERSION=${VERSION:-2.4.0} +VERSION=${VERSION:-2.5.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -70,7 +70,7 @@ find -L . \ \( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \ -o -perm 440 -o -perm 400 \) -exec chmod 644 {} \; -patch -p0 < $CWD/patches/01-linux_Makefile_swmhack_libdir.diff +gzip -dc $CWD/patches/01-spectrwm_1_manual.diff.gz |patch -p1 cd linux CFLAGS="$SLKCFLAGS" make \ PREFIX=/usr \ |