[PATCH 0/6] Dockapps small clean

2014-08-12 Thread kix
This set of patches removes some files that are not used (binary,...) and includes the autogen.sh and some changes in wmacpiload to build it. Rodolfo García Peñas (kix) (6): wmacpiload: Removed unneed files wmacpiload: New autogen.sh file wmacpiload: Avoid warning in Makefile.am wmacpiload

[PATCH 3/6] wmacpiload: Avoid warning in Makefile.am

2014-08-12 Thread kix
This patch remove the warning about the old keywords "CPPFLAGS" and "INCLUDES" using AM_CPPFLAGS. --- wmacpiload/src/Makefile.am | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/wmacpiload/src/Makefile.am b/wmacpiload/src/Makefile.am index 967c657..60a5698 100644 --- a/wmacpi

[PATCH 5/6] wmnotify: Remove svn folder

2014-08-12 Thread kix
This patch removes the old svn folder. --- wmnotify/pixmaps/.svn/all-wcprops | 17 - wmnotify/pixmaps/.svn/entries | 120 --- .../.svn/text-base/wmaker-tile.xpm.svn-base| 183 - .../pixmaps/.svn/text-base/wmnotify.xpm.svn-base | 879

[PATCH 2/6] wmacpiload: New autogen.sh file

2014-08-12 Thread kix
This patch includes the autogen.sh file. --- wmacpiload/autogen.sh | 68 +++ 1 file changed, 68 insertions(+) create mode 100755 wmacpiload/autogen.sh diff --git a/wmacpiload/autogen.sh b/wmacpiload/autogen.sh new file mode 100755 index 000..5f

[PATCH 4/6] wmacpiload: Avoid warning in configure.ac

2014-08-12 Thread kix
This patch removes the warning about extra values in AM_INIT_AUTOMAKE. --- wmacpiload/configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wmacpiload/configure.ac b/wmacpiload/configure.ac index cbc5f99..124fde3 100644 --- a/wmacpiload/configure.ac +++ b/wmacpiload/conf

[PATCH 6/6] wmbatteries: Remove unneded files

2014-08-12 Thread kix
This patch removes files not used in wmbatteries repo. --- wmbatteries/src/#files.h# | 33 -- wmbatteries/src/.#files.h |1 - wmbatteries/src/battest | Bin 16837 -> 0 bytes wmbatteries/src/files.h~ | 33 -- wmbatteries/src/main.c~ | 1147 -

[PATCH] util/wmiv: Add drag-and-drop support

2014-08-12 Thread David Maciejak
This patch is adding Drag-and-Drop support to wmiv based on Xdnd protocol handling library. BTW as you may have seen with my last patch, these days i am doing some DnD tests. This is the implementation I did and used to test wmaker DnD. It's based on some common xdnd protocol implementation I upda

[PATCH] dockapps.db: Update wmacpiload, wmbatteries, and wmnotify.

2014-08-12 Thread Doug Torrance
2edd1b29ca65853b60bee279e +version-3.1 = 573f183185747f9427a0d21b234aba5f1f8bbf41 image = wmSMPmon-SMP_style1.jpg description = "* Current CPU utilization of up to two CPUs * On dual CPU systems, three different styles for the utilization graph are available. @@ -49,8 +49,8 @@ dockapps = 32 category = System Monitor

[PATCH] Add script to generate dockapps website database.

2014-08-12 Thread Doug Torrance
This script is run in the root directory of the dockapps repo to generate the file used by the Window Maker website to store all of the information in the dockapps section. Note that this file will then be submitted to the whome repo. --- dockapps.db.in | 364 +