[Xfce4-commits] <xfce4-wmdock-plugin:master> Removed the svn keywords. Increased the version in the configure.in.in. Added the new files in the Makefile.am.

Andre Ellguth noreply at xfce.org
Mon Nov 4 13:36:02 CET 2013


Updating branch refs/heads/master
         to 75271cfaf36dd3b8b6d9a92019b1129d581b47d7 (commit)
       from 28cb3b0aa6d8ac01d1fdcf5e457861cc1277050b (commit)

commit 75271cfaf36dd3b8b6d9a92019b1129d581b47d7
Author: Andre Ellguth <andre at ellguth.com>
Date:   Wed Aug 15 12:39:27 2012 +0200

    Removed the svn keywords.
    Increased the version in the configure.in.in.
    Added the new files in the Makefile.am.

 configure.in.in            |    2 +-
 panel-plugin/Makefile.am   |   15 +++++++++++++++
 panel-plugin/catchwindow.c |    2 --
 panel-plugin/catchwindow.h |    2 --
 panel-plugin/debug.c       |    2 --
 panel-plugin/debug.h       |    2 --
 panel-plugin/dnd.c         |    2 --
 panel-plugin/dnd.h         |    2 --
 panel-plugin/dockapp.c     |    2 --
 panel-plugin/dockapp.h     |    2 --
 panel-plugin/extern.h      |    2 --
 panel-plugin/misc.c        |    2 --
 panel-plugin/misc.h        |    2 --
 panel-plugin/props.c       |    2 --
 panel-plugin/props.h       |    2 --
 panel-plugin/rcfile.c      |    2 --
 panel-plugin/rcfile.h      |    2 --
 panel-plugin/wmdock.c      |    2 --
 panel-plugin/wmdock.h      |    2 --
 19 files changed, 16 insertions(+), 35 deletions(-)

diff --git a/configure.in.in b/configure.in.in
index 3fe241e..8f0d2b1 100644
--- a/configure.in.in
+++ b/configure.in.in
@@ -5,7 +5,7 @@ dnl
 dnl
 
 dnl version info
-m4_define([wmdock_version], [0.3.4])
+m4_define([wmdock_version], [0.6.0])
 
 dnl init autoconf
 AC_INIT([xfce4-wmdock-plugin], [wmdock_version])
diff --git a/panel-plugin/Makefile.am b/panel-plugin/Makefile.am
index 96b3ff0..5ce2e84 100644
--- a/panel-plugin/Makefile.am
+++ b/panel-plugin/Makefile.am
@@ -2,7 +2,22 @@ plugindir = $(libexecdir)/xfce4/panel-plugins
 plugin_PROGRAMS = xfce4-wmdock-plugin
 
 xfce4_wmdock_plugin_SOURCES =						\
+	catchwindow.h							\
+	catchwindow.c							\
+	debug.h								\
+	debug.c								\
+	dnd.h								\
+	dnd.c								\
+	dockapp.h							\
+	dockapp.c							\
+	misc.h								\
+	misc.c								\
+	props.h								\
+	props.c								\
+	rcfile.h							\
+	rcfile.c							\
 	wmdock.h							\
+	extern.h							\
 	xfce4-wmdock-plugin.xpm						\
 	tile.xpm							\
 	wmdock.c
diff --git a/panel-plugin/catchwindow.c b/panel-plugin/catchwindow.c
index 2fae482..b9c6628 100644
--- a/panel-plugin/catchwindow.c
+++ b/panel-plugin/catchwindow.c
@@ -1,8 +1,6 @@
 /* wmdock xfce4 plugin by Andre Ellguth
  * Catch the window if is a dockapp.
  *
- * $Id: catchwindow.c 26 2012-08-11 21:04:14Z ellguth $
- *
  * Authors:
  *   Andre Ellguth <ellguth at ibh.de>
  *
diff --git a/panel-plugin/catchwindow.h b/panel-plugin/catchwindow.h
index e7918c5..0aaf2d6 100644
--- a/panel-plugin/catchwindow.h
+++ b/panel-plugin/catchwindow.h
@@ -1,8 +1,6 @@
 /* wmdock xfce4 plugin by Andre Ellguth
  * catchwindow.h
  *
- * $Id: catchwindow.h 11 2012-05-29 19:45:56Z ellguth $
- *
  * Authors:
  *   Andre Ellguth <ellguth at ibh.de>
  *
diff --git a/panel-plugin/debug.c b/panel-plugin/debug.c
index 7115910..8f6d8ce 100644
--- a/panel-plugin/debug.c
+++ b/panel-plugin/debug.c
@@ -1,8 +1,6 @@
 /* wmdock xfce4 plugin by Andre Ellguth
  * Debug output.
  *
- * $Id: debug.c 10 2012-05-29 06:29:21Z ellguth $
- *
  * Authors:
  *   Andre Ellguth <ellguth at ibh.de>
  *
diff --git a/panel-plugin/debug.h b/panel-plugin/debug.h
index 2a014e7..cae6fa4 100644
--- a/panel-plugin/debug.h
+++ b/panel-plugin/debug.h
@@ -1,8 +1,6 @@
 /* wmdock xfce4 plugin by Andre Ellguth
  * debug.h
  *
- * $Id: debug.h 5 2012-05-23 18:16:58Z ellguth $
- *
  * Authors:
  *   Andre Ellguth <ellguth at ibh.de>
  *
diff --git a/panel-plugin/dnd.c b/panel-plugin/dnd.c
index 852a91b..9bb4393 100644
--- a/panel-plugin/dnd.c
+++ b/panel-plugin/dnd.c
@@ -1,8 +1,6 @@
 /* wmdock xfce4 plugin by Andre Ellguth
  * Drag & Drop functions.
  *
- * $Id: dnd.c 23 2012-08-09 19:39:15Z ellguth $
- *
  * Authors:
  *   Andre Ellguth <ellguth at ibh.de>
  *
diff --git a/panel-plugin/dnd.h b/panel-plugin/dnd.h
index 648e3d4..ffe96ac 100644
--- a/panel-plugin/dnd.h
+++ b/panel-plugin/dnd.h
@@ -1,8 +1,6 @@
 /* wmdock xfce4 plugin by Andre Ellguth
  * dnd.h
  *
- * $Id: dnd.h 4 2012-05-23 12:45:49Z ellguth $
- *
  * Authors:
  *   Andre Ellguth <ellguth at ibh.de>
  *
diff --git a/panel-plugin/dockapp.c b/panel-plugin/dockapp.c
index 86895ce..acefe6a 100644
--- a/panel-plugin/dockapp.c
+++ b/panel-plugin/dockapp.c
@@ -1,8 +1,6 @@
 /* wmdock xfce4 plugin by Andre Ellguth
  * Dockapp handling.
  *
- * $Id: dockapp.c 28 2012-08-12 12:31:28Z ellguth $
- *
  * Authors:
  *   Andre Ellguth <ellguth at ibh.de>
  *
diff --git a/panel-plugin/dockapp.h b/panel-plugin/dockapp.h
index d643015..73a75b5 100644
--- a/panel-plugin/dockapp.h
+++ b/panel-plugin/dockapp.h
@@ -1,8 +1,6 @@
 /* wmdock xfce4 plugin by Andre Ellguth
  * dockapp.h
  *
- * $Id: dockapp.h 28 2012-08-12 12:31:28Z ellguth $
- *
  * Authors:
  *   Andre Ellguth <ellguth at ibh.de>
  *
diff --git a/panel-plugin/extern.h b/panel-plugin/extern.h
index 0366f84..cb83c13 100644
--- a/panel-plugin/extern.h
+++ b/panel-plugin/extern.h
@@ -1,8 +1,6 @@
 /* wmdock xfce4 plugin by Andre Ellguth
  * extern.h
  *
- * $Id: extern.h 18 2012-08-06 21:00:29Z ellguth $
- *
  * Authors:
  *   Andre Ellguth <ellguth at ibh.de>
  *
diff --git a/panel-plugin/misc.c b/panel-plugin/misc.c
index 1fd0174..cf42b34 100644
--- a/panel-plugin/misc.c
+++ b/panel-plugin/misc.c
@@ -1,8 +1,6 @@
 /* wmdock xfce4 plugin by Andre Ellguth
  * Misc functions.
  *
- * $Id: misc.c 6 2012-05-23 20:54:15Z ellguth $
- *
  * Authors:
  *   Andre Ellguth <ellguth at ibh.de>
  *
diff --git a/panel-plugin/misc.h b/panel-plugin/misc.h
index e31a890..5d2adc6 100644
--- a/panel-plugin/misc.h
+++ b/panel-plugin/misc.h
@@ -1,8 +1,6 @@
 /* wmdock xfce4 plugin by Andre Ellguth
  * misc.h
  *
- * $Id: misc.h 4 2012-05-23 12:45:49Z ellguth $
- *
  * Authors:
  *   Andre Ellguth <ellguth at ibh.de>
  *
diff --git a/panel-plugin/props.c b/panel-plugin/props.c
index 004874f..762b271 100644
--- a/panel-plugin/props.c
+++ b/panel-plugin/props.c
@@ -1,8 +1,6 @@
 /* wmdock xfce4 plugin by Andre Ellguth
  * Properties dialog.
  *
- * $Id: props.c 23 2012-08-09 19:39:15Z ellguth $
- *
  * Authors:
  *   Andre Ellguth <ellguth at ibh.de>
  *
diff --git a/panel-plugin/props.h b/panel-plugin/props.h
index 225d5c3..c747041 100644
--- a/panel-plugin/props.h
+++ b/panel-plugin/props.h
@@ -1,8 +1,6 @@
 /* wmdock xfce4 plugin by Andre Ellguth
  * Properties dialog - Header.
  *
- * $Id: props.h 4 2012-05-23 12:45:49Z ellguth $
- *
  * Authors:
  *   Andre Ellguth <ellguth at ibh.de>
  *
diff --git a/panel-plugin/rcfile.c b/panel-plugin/rcfile.c
index 3b3a69b..333b83b 100644
--- a/panel-plugin/rcfile.c
+++ b/panel-plugin/rcfile.c
@@ -1,8 +1,6 @@
 /* wmdock xfce4 plugin by Andre Ellguth
  * Configuration file handling.
  *
- * $Id: rcfile.c 23 2012-08-09 19:39:15Z ellguth $
- *
  * Authors:
  *   Andre Ellguth <ellguth at ibh.de>
  *
diff --git a/panel-plugin/rcfile.h b/panel-plugin/rcfile.h
index e529611..6d4339f 100644
--- a/panel-plugin/rcfile.h
+++ b/panel-plugin/rcfile.h
@@ -1,8 +1,6 @@
 /* wmdock xfce4 plugin by Andre Ellguth
  * rcfile.h
  *
- * $Id: rcfile.h 4 2012-05-23 12:45:49Z ellguth $
- *
  * Authors:
  *   Andre Ellguth <ellguth at ibh.de>
  *
diff --git a/panel-plugin/wmdock.c b/panel-plugin/wmdock.c
index 24ee42d..31cf9e0 100644
--- a/panel-plugin/wmdock.c
+++ b/panel-plugin/wmdock.c
@@ -1,7 +1,5 @@
 /* wmdock xfce4 plugin by Andre Ellguth
  *
- * $Id: wmdock.c 23 2012-08-09 19:39:15Z ellguth $
- *
  * Authors:
  *   Andre Ellguth <ellguth at ibh.de>
  *
diff --git a/panel-plugin/wmdock.h b/panel-plugin/wmdock.h
index 4021dcc..d7178b0 100644
--- a/panel-plugin/wmdock.h
+++ b/panel-plugin/wmdock.h
@@ -1,7 +1,5 @@
 /* wmdock xfce4 plugin by Andre Ellguth
  *
- * $Id: wmdock.h 18 2012-08-06 21:00:29Z ellguth $
- *
  * Authors:
  *   Andre Ellguth <ellguth at ibh.de>
  *


More information about the Xfce4-commits mailing list