diff options
author | jao <jao@gnu.org> | 2020-02-26 20:54:56 +0000 |
---|---|---|
committer | jao <jao@gnu.org> | 2020-02-26 20:54:56 +0000 |
commit | f97d2fea2756f8936dd4cbc895bd945d1547699f (patch) | |
tree | 4396de174bef9cfd07a38355c55d51967bd2214a | |
parent | 3b185461108d3d7614d9d8cf854e3434797ec5ed (diff) | |
download | xmobar-f97d2fea2756f8936dd4cbc895bd945d1547699f.tar.gz xmobar-f97d2fea2756f8936dd4cbc895bd945d1547699f.tar.bz2 |
Version 0.330.33
-rw-r--r-- | changelog.md | 2 | ||||
-rw-r--r-- | xmobar.cabal | 9 |
2 files changed, 6 insertions, 5 deletions
diff --git a/changelog.md b/changelog.md index 93fa31e..a88e1ba 100644 --- a/changelog.md +++ b/changelog.md @@ -1,4 +1,4 @@ -## Version 0.33 +## Version 0.33 (February, 2020) _New features_ diff --git a/xmobar.cabal b/xmobar.cabal index b29b987..c2089f4 100644 --- a/xmobar.cabal +++ b/xmobar.cabal @@ -1,5 +1,5 @@ name: xmobar -version: 0.32 +version: 0.33 homepage: http://xmobar.org synopsis: A Minimalistic Text Based Status Bar description: Xmobar is a minimalistic text based status bar. @@ -213,16 +213,17 @@ library exposed-modules: Xmobar.Plugins.Mail, Xmobar.Plugins.MBox cpp-options: -DINOTIFY + if flag(with_iwlib) || flag(with_nl80211) || flag(all_extensions) + exposed-modules: Xmobar.Plugins.Monitors.Wireless + if flag(with_iwlib) extra-libraries: iw build-depends: iwlib >= 0.1.0 && < 0.2 - exposed-modules: Xmobar.Plugins.Monitors.Wireless cpp-options: -DIWLIB - if flag(with_nl80211) || flag(all_extensions) + if !flag(with_iwlib) && (flag(with_nl80211) || flag(all_extensions)) build-depends: netlink >= 1.1.1.0, cereal >= 0.5.8.1 - exposed-modules: Xmobar.Plugins.Monitors.Wireless cpp-options: -DUSE_NL80211 if flag(with_mpd) || flag(all_extensions) |