diff options
author | Andy Bailey <bailey@akamai.com> | 2010-06-13 04:17:13 -0500 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2010-06-13 14:52:38 -0500 |
commit | 6c7905eabba6830e090147972b43bb0bec053087 (patch) | |
tree | b4575e907ab8fff07c4d41b98bd45ad6b86e5c3a /desktop/xmobar | |
parent | 2887c7cf19ea2e250ebd020347f15eb02003d3c6 (diff) | |
download | slackbuilds-6c7905eabba6830e090147972b43bb0bec053087.tar.gz |
desktop/xmobar: Updated for version 0.11.1.
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
Diffstat (limited to 'desktop/xmobar')
-rw-r--r-- | desktop/xmobar/xmobar.SlackBuild | 3 | ||||
-rw-r--r-- | desktop/xmobar/xmobar.info | 2 |
2 files changed, 4 insertions, 1 deletions
diff --git a/desktop/xmobar/xmobar.SlackBuild b/desktop/xmobar/xmobar.SlackBuild index 7dd4ecfa09..a6a6cc9c7a 100644 --- a/desktop/xmobar/xmobar.SlackBuild +++ b/desktop/xmobar/xmobar.SlackBuild @@ -57,6 +57,9 @@ find . \ \( -perm 666 -o -perm 664 -o -perm 600 -o -perm 444 -o -perm 440 -o -perm 400 \) \ -exec chmod 644 {} \; +# We can enable the Wireless monitor after adding "with_iwlib" +# here, but the iwlib binding version in xmobar 0.11.1 requires +# wireless-tools 0.30.x, which is still in beta. CFLAGS="$SLKCFLAGS" \ CXXFLAGS="$SLKCFLAGS" \ runhaskell Setup.lhs configure \ diff --git a/desktop/xmobar/xmobar.info b/desktop/xmobar/xmobar.info index 77bdf060a3..b3fa2a0955 100644 --- a/desktop/xmobar/xmobar.info +++ b/desktop/xmobar/xmobar.info @@ -2,8 +2,8 @@ PRGNAM="xmobar" VERSION="0.11.1" HOMEPAGE="http://code.haskell.org/~arossato/xmobar/" DOWNLOAD="http://hackage.haskell.org/packages/archive/xmobar/0.11.1/xmobar-0.11.1.tar.gz" -DOWNLOAD_x86_64="" MD5SUM="766fe504909384628321fb7472fdb621" +DOWNLOAD_x86_64="" MD5SUM_x86_64="" MAINTAINER="Andy Bailey" EMAIL="bailey@akamai.com" |