[Xfce4-commits] <xfce4-mpc-plugin:master> Updates for 0.4.1 release
Landry Breuil
noreply at xfce.org
Wed Feb 15 11:22:06 CET 2012
Updating branch refs/heads/master
to af907a5f739f0f7ff628b08355d930487735342e (commit)
from 4ed85a6e0e3301a76550f1dde310d76158e11ba1 (commit)
commit af907a5f739f0f7ff628b08355d930487735342e
Author: Landry Breuil <landry at xfce.org>
Date: Wed Feb 15 11:19:54 2012 +0100
Updates for 0.4.1 release
ChangeLog | 5 +++++
README | 4 ++--
configure.ac.in | 4 ++--
3 files changed, 9 insertions(+), 4 deletions(-)
diff --git a/ChangeLog b/ChangeLog
index 032e426..4837bb8 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+15-02-2012 Landry Breuil <landry at rhaalovely.net>
+ * release 0.4.1
+ * build plugin as a module
+ * add nrows handling/mode-changed callback for panel > 4.9
+
12-02-2012 Landry Breuil <landry at rhaalovely.net>
* release 0.4.0
* port from libxfcegui4 to libxfce4ui
diff --git a/README b/README
index c16c23f..50357a7 100644
--- a/README
+++ b/README
@@ -15,7 +15,7 @@ Features :
To build it, you have two options :
- against libmpd libraries :
-Get'em from your OS' repository/ports, or from source here : http://cms.qballcow.nl
+Get'em from your OS' repository/ports, or from source
It will be autodetected by pkg-config.
If libmpd is not installed in a standard directory, use --with-libmpd=path_to_libmpd.
- without libmpd, using simple-libmpd :
@@ -25,7 +25,7 @@ If libmpd is not found, it will be used as a fallback (or if you specify --witho
./configure && make && su -c make install should suffice in most cases.
If it crashes, recompile it with --enable-debug=full, add it to the panel, attach gdb to it
-(gdb -p `pidof xfce4-mpc-plugin` , continue) and report a bug with a complete backtrace.
+(gdb -p `pgrep -f libmpc` , continue) and report a bug with a complete backtrace.
This little piece of code is licensed under a BSD-style licence.
(OpenBSD variant modeled after the ISC licence)
diff --git a/configure.ac.in b/configure.ac.in
index f559c95..846d7f0 100644
--- a/configure.ac.in
+++ b/configure.ac.in
@@ -5,13 +5,13 @@ dnl
m4_define([mpc_version_major], [0])
m4_define([mpc_version_minor], [4])
-m4_define([mpc_version_micro], [0])
+m4_define([mpc_version_micro], [1])
m4_define([mpc_version_tag], []) # Leave empty for releases
m4_define([mpc_version_build], [@REVISION@])
m4_define([mpc_version], [mpc_version_major().mpc_version_minor().mpc_version_micro()ifelse(mpc_version_tag(), [], [], [mpc_version_tag()-mpc_version_build()])])
AC_INIT([xfce4-mpc-plugin], [mpc_version],
- [landry at rhaalovely.net])
+ [landry at xfce.org])
MPC_VERSION=mpc_version()
AM_INIT_AUTOMAKE([xfce4-mpc-plugin], [$MPC_VERSION], [-Wall -Werror foreign])
More information about the Xfce4-commits
mailing list