summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author Erik Hanson <erik@slackbuilds.org>2012-08-24 15:47:32 -0500
committer Erik Hanson <erik@slackbuilds.org>2012-08-24 15:51:34 -0500
commita94c6ba5d710543cb4c3796bee92c988bc312325 (patch)
tree756d6c330dd4f8d5c7af3394ee0752b52288e91e
parente64050173af1d5742c863a37b06770181aca6d60 (diff)
downloadslackbuilds-a94c6ba5d710543cb4c3796bee92c988bc312325.tar.gz
slackbuilds-a94c6ba5d710543cb4c3796bee92c988bc312325.tar.xz
desktop/xmobar: Fixed dep info
Signed-off-by: Erik Hanson <erik@slackbuilds.org>
-rw-r--r--desktop/xmobar/README6
-rw-r--r--desktop/xmobar/xmobar.info2
2 files changed, 1 insertions, 7 deletions
diff --git a/desktop/xmobar/README b/desktop/xmobar/README
index 550d70d958..e467f1e863 100644
--- a/desktop/xmobar/README
+++ b/desktop/xmobar/README
@@ -3,9 +3,3 @@ Xmobar was designed to work with the xmonad Window Manager.
It was inspired by the Ion3 status bar, and supports similar features,
like dynamic color management, output templates, and extensibility
through plugins.
-
-This requires ghc, haskell-hinotify, haskell-stm, haskell-syb,
-haskell-text, haskell-transformers, haskell-utf8-string, haskell-X11,
-haskell-mtl, haskell-X11-xft, and haskell-parsec.
-
-haskell-xmonad-contrib is recommended.
diff --git a/desktop/xmobar/xmobar.info b/desktop/xmobar/xmobar.info
index ee5935b3ce..ba2accf478 100644
--- a/desktop/xmobar/xmobar.info
+++ b/desktop/xmobar/xmobar.info
@@ -5,6 +5,6 @@ DOWNLOAD="http://hackage.haskell.org/packages/archive/xmobar/0.15/xmobar-0.15.ta
MD5SUM="0658679b39168f49d32fe178029ff9f1"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
-REQUIRES="ghc haskell-X11 haskell-X11-xft haskell-hinotify haskell-mtl haskell-parsec haskell-stm haskell-syb haskell-text haskell-transformers haskell-utf8-string xmonad"
+REQUIRES="ghc haskell-hinotify haskell-stm haskell-syb haskell-text haskell-transformers haskell-utf8-string haskell-X11 haskell-mtl haskell-X11-xft haskell-parsec haskell-xmonad-contrib"
MAINTAINER="Mikko Värri"
EMAIL="vmj@linuxbox.fi"