summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorJose Antonio Ortega Ruiz <jao@gnu.org>2012-08-11 23:34:05 +0200
committerJose Antonio Ortega Ruiz <jao@gnu.org>2012-08-11 23:34:05 +0200
commit73837127825529d44e2e0d4ed440da0d7b180020 (patch)
tree8073c7ef6d4f02f92893e4864f4e7c2ae4ecc77a
parent73e70006694a559f816536aae68965b2220fced1 (diff)
downloadxmobar-73837127825529d44e2e0d4ed440da0d7b180020.tar.gz
xmobar-73837127825529d44e2e0d4ed440da0d7b180020.tar.bz2
A bit of documentation re mpris
-rw-r--r--news.md2
-rw-r--r--readme.md6
2 files changed, 5 insertions, 3 deletions
diff --git a/news.md b/news.md
index 963f5c5..991a981 100644
--- a/news.md
+++ b/news.md
@@ -8,6 +8,8 @@ _New features_
MPD status (thanks to Ben Boeckel).
- Dependencies updated to latest mtl and libmpd (thanks to Sergei
Trofimovich).
+ - Dependencies on the deprecated dbus-core removed in favour of
+ dbus 0.10.
_Bug fixes_
diff --git a/readme.md b/readme.md
index 5fba067..98d3b7b 100644
--- a/readme.md
+++ b/readme.md
@@ -121,7 +121,7 @@ Otherwise, you'll need to install them yourself.
`with_mpris`
: Enables support for MPRIS v1/v2 protocol.
- Requires the [dbus-core] and [text] packages.
+ Requires the [dbus] and [text] packages.
`with_inotify`
: Support for inotify in modern linux kernels. This option is needed
@@ -644,7 +644,7 @@ Monitors have default aliases.
### `Mpris1 PlayerName Args RefreshRate`
- Aliases to `mpris1`
-- Requires [dbus-core] and [text] packages.
+- Requires [dbus] and [text] packages.
To activate, pass `--flags="with_mpris"` during compilation.
- PlayerName: player supporting MPRIS v1 protocol, in lowercase.
- Args: default monitor arguments.
@@ -1127,7 +1127,7 @@ Copyright &copy; 2010-2012 Jose Antonio Ortega Ruiz
[iwlib]: http://www.hpl.hp.com/personal/Jean_Tourrilhes/Linux/Tools.html
[hinotify]: http://hackage.haskell.org/package/hinotify/
[libmpd]: http://hackage.haskell.org/package/libmpd/
-[dbus-core]: http://hackage.haskell.org/package/dbus-core
+[dbus]: http://hackage.haskell.org/package/dbus
[text]: http://hackage.haskell.org/package/text
[sawfish]: http://sawfish.wikia.com/
[utf8-string]: http://hackage.haskell.org/package/utf8-string/