diff options
author | Jochen Keil <jochen.keil@gmail.com> | 2012-08-11 21:22:45 +0200 |
---|---|---|
committer | Jochen Keil <jochen.keil@gmail.com> | 2012-08-11 21:22:45 +0200 |
commit | 73e70006694a559f816536aae68965b2220fced1 (patch) | |
tree | 331e2789bf256a5f5259e8972752a1cb9321625a /xmobar.cabal | |
parent | e339854d14b37f7e5db5835bf2dbcfe3164fc438 (diff) | |
download | xmobar-73e70006694a559f816536aae68965b2220fced1.tar.gz xmobar-73e70006694a559f816536aae68965b2220fced1.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.cabal | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xmobar.cabal b/xmobar.cabal index f153cd2..a9b89e9 100644 --- a/xmobar.cabal +++ b/xmobar.cabal @@ -162,6 +162,6 @@ 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 |