[xmobar] add xmobar-flags.patch

Jens Petersen petersen at fedoraproject.org
Tue Nov 20 03:18:57 UTC 2012


commit 468b9fb3e9ec0b9a677cb246b55e39e8fe71f948
Author: Jens Petersen <petersen at redhat.com>
Date:   Tue Nov 20 12:18:45 2012 +0900

    add xmobar-flags.patch

 xmobar-flags.patch |   34 ++++++++++++++++++++++++++++++++++
 1 files changed, 34 insertions(+), 0 deletions(-)
---
diff --git a/xmobar-flags.patch b/xmobar-flags.patch
new file mode 100644
index 0000000..b360800
--- /dev/null
+++ b/xmobar-flags.patch
@@ -0,0 +1,34 @@
+--- xmobar-0.15/xmobar.cabal~	2012-10-29 17:05:03.537038157 +0900
++++ xmobar-0.15/xmobar.cabal	2012-11-18 12:28:28.698660089 +0900
+@@ -28,10 +28,11 @@
+ 
+ flag small_base
+   description: Choose the new smaller, split-up base package.
++  default: True
+ 
+ flag with_xft
+   description: Use Xft to render text. UTF-8 support included.
+-  default: False
++  default: True
+ 
+ flag with_utf8
+   description: With UTF-8 support.
+@@ -39,15 +40,15 @@
+ 
+ flag with_inotify
+   description: inotify support (modern Linux only). Required for the Mail and MBox plugins.
+-  default: False
++  default: True
+ 
+ flag with_iwlib
+   description: Wireless info support. Required for the Wireless plugin, needs iwlib installed.
+-  default: False
++  default: True
+ 
+ flag with_mpd
+   description: MPD support. Needs libmpd installed.
+-  default: False
++  default: True
+ 
+ flag all_extensions
+   description: Includes all optional extensions.


More information about the scm-commits mailing list