summaryrefslogtreecommitdiffhomepage
path: root/xmobar.cabal
diff options
context:
space:
mode:
authorJochen Keil <jochen.keil@gmail.com>2012-08-11 21:22:45 +0200
committerJochen Keil <jochen.keil@gmail.com>2012-08-12 10:45:19 +0200
commit901bd4c9067b05616392de238d525dd8d4a99f45 (patch)
treea10cd4ec5a9873e466fd8660f3e300e596cf983a /xmobar.cabal
parenta7a2234de9a4f5f7bc5cdd626f40d8505967d1c0 (diff)
downloadxmobar-901bd4c9067b05616392de238d525dd8d4a99f45.tar.gz
xmobar-901bd4c9067b05616392de238d525dd8d4a99f45.tar.bz2
Fix the MPRIS plugin to work with DBus >= 0.10
This commit updates the mpris plugin to use the DBus 0.10 interface. DBus-Core does no longer exist and is deprecated. DBus 0.10 does not use proxies anymore. The dependency on Data.Text also disappeared. Since I do not have/use mpris I cannot test if this works. It should however, since the functionality was just transformed to use the new interface.
Diffstat (limited to 'xmobar.cabal')
-rw-r--r--xmobar.cabal2
1 files changed, 1 insertions, 1 deletions
diff --git a/xmobar.cabal b/xmobar.cabal
index 8e5b604..54f932e 100644
--- a/xmobar.cabal
+++ b/xmobar.cabal
@@ -166,7 +166,7 @@ executable xmobar
cpp-options: -DDATEZONE
if flag(with_mpris) || flag(all_extensions)
- build-depends: dbus-core >= 0.9.2.1, text >= 0.11.1.5 && < 0.12
+ build-depends: dbus >= 0.10
other-modules: Plugins.Monitors.Mpris
cpp-options: -DMPRIS