]>
Commit | Line | Data |
---|---|---|
d53a283b MG |
1 | App-XMMS2-Notifier version 0.001 |
2 | =============================== | |
3 | ||
4 | xmms2-notifier is a script which shows libnotify notifications when | |
5 | the song is changed and when the playback is started/resumed. | |
6 | ||
7 | INSTALLATION | |
8 | ||
9 | To install this module type the following: | |
10 | ||
11 | perl Makefile.PL | |
12 | make | |
13 | make test | |
14 | make install | |
15 | ||
16 | DEPENDENCIES | |
17 | ||
18 | This module requires these other modules and libraries: | |
19 | ||
20 | * Audio::XMMSClient | |
21 | * Gtk2::Notify | |
22 | ||
23 | COPYRIGHT AND LICENCE | |
24 | ||
25 | Put the correct copyright and licence information here. | |
26 | ||
27 | Copyright (C) 2013 by Marius Gavrilescu | |
28 | ||
29 | This library is free software; you can redistribute it and/or modify | |
30 | it under the same terms as Perl itself, either Perl version 5.14.2 or, | |
31 | at your option, any later version of Perl 5 you may have available. | |
32 | ||
33 |