diff options
author | jmmv <jmmv@pkgsrc.org> | 2003-09-26 11:23:43 +0000 |
---|---|---|
committer | jmmv <jmmv@pkgsrc.org> | 2003-09-26 11:23:43 +0000 |
commit | 96c19bc826759dd8e1b2f11d6877e1bf7a0faa92 (patch) | |
tree | fde49a3bbab2a534ca2708031e62a9c51a006524 /x11/xmms-osd | |
parent | 8ecd6572548a6acd4a04f0f8883958b2a2577b5f (diff) | |
download | pkgsrc-96c19bc826759dd8e1b2f11d6877e1bf7a0faa92.tar.gz |
Update xosd and xmms-osd to 2.2.5. Changes since 2.2.2:
2.2.5:
set font patch (Joachim "nomeata" Breitner)
cleanup "draw_bar" method patch (Philipp Matthias Hahn)
ran all source and header files through 'indent' for
consistancy (Tim Wright). Used default arguents --- GNU style.
2.2.4: outline/shadow cut fix (Tomas Janousek)
xmms_plugin: added outline (Ondrej Novy)
added playlist_pos/playlist_length (Ondrej Novy)
added time_pos on pause (Ondrej Novy)
added outline to draw_bar and shadow fix (Ondrej Novy)
2.2.3:
Alignment patch (Philipp Matthias Hahn)
xosd-config xlibs patch (Philipp Matthias Hahn)
Diffstat (limited to 'x11/xmms-osd')
-rw-r--r-- | x11/xmms-osd/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/x11/xmms-osd/Makefile b/x11/xmms-osd/Makefile index 3f1e5f34116..eb62ded0242 100644 --- a/x11/xmms-osd/Makefile +++ b/x11/xmms-osd/Makefile @@ -1,10 +1,9 @@ -# $NetBSD: Makefile,v 1.5 2003/07/24 17:17:37 jmmv Exp $ +# $NetBSD: Makefile,v 1.6 2003/09/26 11:23:43 jmmv Exp $ # .include "../xosd/Makefile.common" PKGNAME= ${DISTNAME:S/xosd/xmms-osd/} -PKGREVISION= 2 COMMENT= XMMS plugin that shows current status on your desktop CONFLICTS= xosd<=2.2.0 |