b31be191b8
Fix comment into files/Batt.hs. Adjust WANTLIB. Use lynx from base instead of curl for the weather plugin. OK kili@
16 lines
626 B
Plaintext
16 lines
626 B
Plaintext
$OpenBSD: patch-xmobar_cabal,v 1.3 2012/01/12 21:42:07 dcoppa Exp $
|
|
--- xmobar.cabal.orig Tue Jan 10 22:20:48 2012
|
|
+++ xmobar.cabal Tue Jan 10 22:21:50 2012
|
|
@@ -77,9 +77,10 @@ executable xmobar
|
|
Plugins.Monitors.Swap, Plugins.Monitors.Thermal,
|
|
Plugins.Monitors.ThermalZone, Plugins.Monitors.Top,
|
|
Plugins.Monitors.Uptime, Plugins.Monitors.Weather,
|
|
- Plugins.Monitors.Bright
|
|
+ Plugins.Monitors.Bright, Plugins.Monitors.Batt.Binding
|
|
|
|
ghc-prof-options: -prof -auto-all
|
|
+ c-sources: src/Plugins/Monitors/Batt/apm.c
|
|
|
|
if true
|
|
ghc-options: -funbox-strict-fields -Wall -threaded
|