diff options
author | Mikko Värri <vmj@linuxbox.fi> | 2013-03-04 00:52:21 -0500 |
---|---|---|
committer | dsomero <xgizzmo@slackbuilds.org> | 2013-03-04 17:26:57 -0500 |
commit | d722b68b0e738744802bbb1f01606c270c513f69 (patch) | |
tree | fa5dfc7c6c36c6ae89dab222949068a9ac832e4b /desktop/xmonad/xmonad.SlackBuild | |
parent | 9651832f4bf0af9cb319dffc6fc4b13f463f99bc (diff) |
desktop/xmonad: Updated for version 0.11.
Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
Diffstat (limited to 'desktop/xmonad/xmonad.SlackBuild')
-rw-r--r-- | desktop/xmonad/xmonad.SlackBuild | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/desktop/xmonad/xmonad.SlackBuild b/desktop/xmonad/xmonad.SlackBuild index ba6ac1df1a33..293aa033d6eb 100644 --- a/desktop/xmonad/xmonad.SlackBuild +++ b/desktop/xmonad/xmonad.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for xmonad -# Copyright 2012 Mikko Värri, Finland +# Copyright 2013 Mikko Värri, Finland # 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=xmonad -VERSION=${VERSION:-0.10} -BUILD=${BUILD:-2} +VERSION=${VERSION:-0.11} +BUILD=${BUILD:-1} TAG=${TAG:-_SBo} GHC_VERSION=$(ghc --numeric-version) @@ -72,7 +72,6 @@ find . \ -exec chmod 644 {} \; # Enable -threaded GHC option only for the binary, not for the libs. -# And raise haskell-X11 version. patch -p0 <$CWD/xmonad_cabal.patch CFLAGS="$SLKCFLAGS" \ |