[PATCH 05/14] wmsm uses libdockapp

2015-08-15 Thread kix
wmsm uses now the new library libdockapp that includes the old wmgeneral library. Signed-off-by: Rodolfo García Peñas (kix) k...@kix.es --- wmsm.app/wmgeneral/list.c | 169 -- wmsm.app/wmgeneral/list.h | 53 - wmsm.app/wmgeneral/misc.c | 172 --

[PATCH 06/14] wmcpufreq uses libdockapp

2015-08-15 Thread kix
wmcpufreq uses now the new library libdockapp that includes the old wmgeneral library. Signed-off-by: Rodolfo García Peñas (kix) k...@kix.es --- wmcpufreq/wmcpufreq/Makefile | 8 +- wmcpufreq/wmcpufreq/wmcpufreq.c | 2 +- wmcpufreq/wmcpufreq/wmcpufreq.c~ | 311

[PATCH 04/14] wmtz uses libdockapp

2015-08-15 Thread kix
wmtz uses now the new library libdockapp that includes the old wmgeneral library. Signed-off-by: Rodolfo García Peñas (kix) k...@kix.es --- wmtz/wmgeneral/list.c | 169 wmtz/wmgeneral/list.h | 53 - wmtz/wmgeneral/misc.c | 172

[PATCH 10/14] wmifs uses libdockapp

2015-08-15 Thread kix
wmifs uses now the new library libdockapp that includes the old wmgeneral library. Signed-off-by: Rodolfo García Peñas (kix) k...@kix.es --- wmifs/Makefile | 7 +- wmifs/wmgeneral/list.c | 169 --- wmifs/wmgeneral/list.h | 53 - wmifs/wmgeneral/misc.c

[PATCH 09/14] wmckgmail uses libdockapp

2015-08-15 Thread kix
wmckgmail uses now the new library libdockapp that includes the old wmgeneral library. Signed-off-by: Rodolfo García Peñas (kix) k...@kix.es --- wmckgmail/wmckgmail/Makefile| 8 +- wmckgmail/wmckgmail/wmckgmail.c | 4 +- wmckgmail/wmgeneral/list.c | 169 --

[PATCH 14/14] wmitime uses libdockapp

2015-08-15 Thread kix
wmitime uses now the new library libdockapp that includes the old wmgeneral library. Signed-off-by: Rodolfo García Peñas (kix) k...@kix.es --- wmitime/Makefile | 4 +- wmitime/wmgeneral/list.c | 169 --- wmitime/wmgeneral/list.h | 53 -

[PATCH 12/14] wmfsm uses libdockapp

2015-08-15 Thread kix
wmfsm uses now the new library libdockapp that includes the old wmgeneral library. Signed-off-by: Rodolfo García Peñas (kix) k...@kix.es --- wmfsm/Makefile.am | 3 +- wmfsm/configure.ac | 4 +- wmfsm/wmfsm/Makefile.am | 2 +- wmfsm/wmfsm/wmfsm.c | 2 +-

[PATCH 08/14] wmSMPmon uses libdockapp

2015-08-15 Thread kix
wmSMPmon uses now the new library libdockapp that includes the old wmgeneral library. Signed-off-by: Rodolfo García Peñas (kix) k...@kix.es --- wmSMPmon/wmSMPmon/Makefile | 5 +- wmSMPmon/wmSMPmon/wmSMPmon.c | 2 +- wmSMPmon/wmgeneral/wmgeneral.c | 494

[PATCH 11/14] wmsun uses libdockapp

2015-08-15 Thread kix
wmsun uses now the new library libdockapp that includes the old wmgeneral library. Signed-off-by: Rodolfo García Peñas (kix) k...@kix.es --- wmsun/Makefile | 4 +- wmsun/wmgeneral/wmgeneral.c | 494 wmsun/wmgeneral/wmgeneral.h | 89

Re: [PATCH 01/14] wmkeys compilation bugs

2015-08-15 Thread Doug Torrance
On 08/15/2015 06:29 PM, Rodolfo García Peñas (kix) wrote: I modified all other dockapps. Thanks for doing this! The wmbiff dockapp includes a different wmgeneral library. This dockapp doesn't compile. I don't include this new code in libdockapps because include code of application that

[PATCH 01/14] wmkeys compilation bugs

2015-08-15 Thread kix
This patch solves a bug and a warning: - The dockapp wmkeys uses the getline function, that is the same function provided by stdio.h. This patch changes the function name to getline_wmkeys. - The main function returns void, and should return integer. This patch includes the return 0 at the

Re: [PATCH 01/14] wmkeys compilation bugs

2015-08-15 Thread Rodolfo García Peñas (kix)
Hi, I modified all other dockapps. The wmbiff dockapp includes a different wmgeneral library. This dockapp doesn't compile. I don't include this new code in libdockapps because include code of application that doesn't compile IMO is not a good idea. Probably we should try to compile the

[PATCH 2/3] wmmon uses libdockapp

2015-08-15 Thread kix
The dockapp wmmon uses the new version of libdockapp and do not use libwmgeneral. Signed-off-by: Rodolfo García Peñas (kix) k...@kix.es --- wmmon/wmmon/Makefile | 2 +- wmmon/wmmon/wmmon.c | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/wmmon/wmmon/Makefile

[PATCH 3/3] wmtime uses libdockapp

2015-08-15 Thread kix
The dockapp wmtime uses the new version of libdockapp and do not use libwmgeneral. Signed-off-by: Rodolfo García Peñas (kix) k...@kix.es --- wmtime/Makefile | 2 +- wmtime/wmtime.c | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/wmtime/Makefile b/wmtime/Makefile index

Re: [PATCH] New library wmgeneral

2015-08-15 Thread Rodolfo García Peñas (kix)
Alexey I. Froloff ra...@raorn.name escribió: On Thu, Aug 13, 2015 at 05:42:41PM +0200, Rodolfo García Peñas (kix) wrote: This patch includes the library wmgeneral. Please, don't do it! There's already libdockapp, why would we need yet another _shared_ library with, like, five functions?

[PATCH 1/3] Include libwmgeneral in libdockapp

2015-08-15 Thread kix
This patch includes the libwmgeneral library in the libdockapp library. The new library is now version 3 (previous was version 2) and it includes the new include folder in $libdir/libdockapp. The wmgeneral files were moved from the previous folder (libwmgeneral) and the folder is now removed.

[PATCH] Window Maker 0.95.7 Debian files

2015-08-15 Thread kix
Signed-off-by: Rodolfo García Peñas (kix) k...@kix.es --- debian/changelog | 24 +++ debian/copyright | 26 --- debian/debianfiles/wmaker-common.desktop | 1 - debian/libwings3.symbols | 4 ++ debian/libwraster5.symbols

Re: Build Errors

2015-08-15 Thread Rodolfo García Peñas (kix)
Ed Snyder dragonpalem...@gmail.com escribió: Hi Milan, Thanks for the info and help! I think I got it sorted out and working now. Thanks! Ed On Thu, Aug 13, 2015 at 1:31 PM, Milan Čermák mcer...@chello.cz wrote: Hi Ed, I've built WindowMaker Debian packages just yesterday and encountered

[PATCH (whome)] Update libdockapp, wmmon, and wmtime on dockapps webpage.

2015-08-15 Thread Doug Torrance
= b9a19e1255ffe7505e652f0b05cac3121123616e +version-1.2b1+20150815 = 537c3de536e0d7b95dee8d89ceb0d12d4736cc39 version-1.2b1 = 1f7dc4736465673ee36dc3fa22cdf4f4aea822c4 version-1.0b2 = 26794d80270124f3e39a036503b3edc3284c7f74 image = wmmon.gif @@ -606,7 +607,7 @@ dockapps = 320 category = System Monitoring [wmtime

[repo.or.cz] wmaker-crm.git branch next updated: wmaker-0.95.7-2-g7e42fed

2015-08-15 Thread crmafra
This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project wmaker-crm.git. The branch, next has been updated via 7e42fedcbb25cdee72e937c99f6595f610e16c36 (commit) from