[PATCH 8/8] wmcalendar: Fix capitalization in type name.

2017-02-21 Thread Doug Torrance
--- wmcalendar/Src/calendar.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/wmcalendar/Src/calendar.c b/wmcalendar/Src/calendar.c index 77e39df..ffadf03 100644 --- a/wmcalendar/Src/calendar.c +++ b/wmcalendar/Src/calendar.c @@ -313,9 +313,9 @@ int dayevents(struct

[PATCH 6/8] wmcalendar: Update local headers to fix implicit declaration warnings.

2017-02-21 Thread Doug Torrance
--- wmcalendar/Src/calendar.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/wmcalendar/Src/calendar.h b/wmcalendar/Src/calendar.h index 89afba4..c540ff0 100644 --- a/wmcalendar/Src/calendar.h +++ b/wmcalendar/Src/calendar.h @@ -3,6 +3,8 @@ #include #include #include +#include

[PATCH 4/8] wmcalendar: Properly link against libraries.

2017-02-21 Thread Doug Torrance
--- wmcalendar/Src/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/wmcalendar/Src/Makefile b/wmcalendar/Src/Makefile index b05ca8e..c096415 100755 --- a/wmcalendar/Src/Makefile +++ b/wmcalendar/Src/Makefile @@ -13,7 +13,7 @@ LIBDIR = -L/usr/lib -L${X11BASE}/lib

[PATCH 5/8] wmcalendar: Include math.h.

2017-02-21 Thread Doug Torrance
--- wmcalendar/Src/calendarfunc.h | 1 + 1 file changed, 1 insertion(+) diff --git a/wmcalendar/Src/calendarfunc.h b/wmcalendar/Src/calendarfunc.h index d8dd89b..d50ddf8 100644 --- a/wmcalendar/Src/calendarfunc.h +++ b/wmcalendar/Src/calendarfunc.h @@ -23,6 +23,7 @@ #include #include

[PATCH 3/8] wmcalendar: Rename kill() to widget_kill() to avoid conflict error.

2017-02-21 Thread Doug Torrance
--- wmcalendar/Src/calendar.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/wmcalendar/Src/calendar.c b/wmcalendar/Src/calendar.c index fb16395..ae6d3ce 100644 --- a/wmcalendar/Src/calendar.c +++ b/wmcalendar/Src/calendar.c @@ -48,7 +48,7 @@ void move2(GtkWidget *widget,

[PATCH 1/8] wmcalendar: Update libical include file path.

2017-02-21 Thread Doug Torrance
--- wmcalendar/Src/calendar.h | 2 +- wmcalendar/Src/calendarfunc.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/wmcalendar/Src/calendar.h b/wmcalendar/Src/calendar.h index c022fb4..89afba4 100644 --- a/wmcalendar/Src/calendar.h +++ b/wmcalendar/Src/calendar.h @@

[PATCH 4/4] wmdonkeymon: Remove unused wmgeneral files list.* and misc.*.

2017-02-22 Thread Doug Torrance
Still using wmdonkeymon's version of wmgeneral.* as it adds a new function not available in libdockapp yet. --- wmdonkeymon/wmdonkeymon/Makefile | 6 +- wmdonkeymon/wmgeneral/list.c | 169 --- wmdonkeymon/wmgeneral/list.h | 59 --

[PATCH 2/4] wmcapshare: Include glib header.

2017-02-22 Thread Doug Torrance
--- wmcapshare/obex_io.h | 2 ++ wmcapshare/obex_put_common.h | 2 ++ 2 files changed, 4 insertions(+) diff --git a/wmcapshare/obex_io.h b/wmcapshare/obex_io.h index 69bed7d..dcdc5b3 100644 --- a/wmcapshare/obex_io.h +++ b/wmcapshare/obex_io.h @@ -1,6 +1,8 @@ #ifndef OBEX_IO_H #define

[PATCH 1/4] wmcapshare: Use pkg-config instead of deprecated glib-config.

2017-02-22 Thread Doug Torrance
--- wmcapshare/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wmcapshare/Makefile b/wmcapshare/Makefile index 5fb3066..9fd72e8 100644 --- a/wmcapshare/Makefile +++ b/wmcapshare/Makefile @@ -3,7 +3,7 @@ CC = gcc bindir = /usr/local/bin OPENOBEX_CONFIG =

[PATCH 3/4] wmcapshare: Update libdockapp header path.

2017-02-22 Thread Doug Torrance
--- wmcapshare/wmcapshare.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wmcapshare/wmcapshare.c b/wmcapshare/wmcapshare.c index 8de0e19..2d4f8e7 100644 --- a/wmcapshare/wmcapshare.c +++ b/wmcapshare/wmcapshare.c @@ -43,7 +43,7 @@ #include "obex_put_common.h" #include

[PATCH 3/4] wmcp: Properly break up multiple line help text.

2017-02-20 Thread Doug Torrance
--- wmcp/wmcp.c | 64 ++--- 1 file changed, 32 insertions(+), 32 deletions(-) diff --git a/wmcp/wmcp.c b/wmcp/wmcp.c index 2d30e83..5f659e8 100644 --- a/wmcp/wmcp.c +++ b/wmcp/wmcp.c @@ -806,38 +806,38 @@ int flush_expose(Window w) { void

[PATCH 4/4] wmcp: Include stdlib.h.

2017-02-20 Thread Doug Torrance
--- wmcp/wmcp.c | 1 + 1 file changed, 1 insertion(+) diff --git a/wmcp/wmcp.c b/wmcp/wmcp.c index 5f659e8..603078d 100644 --- a/wmcp/wmcp.c +++ b/wmcp/wmcp.c @@ -26,6 +26,7 @@ #include #include #include +#include #include #include "backdrop.xpm" -- 2.7.4 -- To unsubscribe, send

[PATCH 2/4] wmcp: Add X11 directory to path of Xlib include files.

2017-02-20 Thread Doug Torrance
--- wmcp/wmcp.c | 10 +- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/wmcp/wmcp.c b/wmcp/wmcp.c index 0028efc..2d30e83 100644 --- a/wmcp/wmcp.c +++ b/wmcp/wmcp.c @@ -20,11 +20,11 @@ #define VERSION "Ver 1.2.8 -- May 25, 1999" -#include -#include -#include

[PATCH 2/7] wmtetris: Link against Xlib.

2017-02-20 Thread Doug Torrance
--- wmtetris/wmtetris/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wmtetris/wmtetris/Makefile b/wmtetris/wmtetris/Makefile index 0594796..0d2fcba 100644 --- a/wmtetris/wmtetris/Makefile +++ b/wmtetris/wmtetris/Makefile @@ -1,5 +1,5 @@ LIBDIR = -L/usr/X11R6/lib

[PATCH 3/7] wmtetris: Use libdockapp for wmgeneral.

2017-02-20 Thread Doug Torrance
--- wmtetris/wmgeneral/wmgeneral.c | 366 - wmtetris/wmgeneral/wmgeneral.h | 50 -- wmtetris/wmtetris/Makefile | 5 +- wmtetris/wmtetris/wmtetris.c | 2 +- 4 files changed, 3 insertions(+), 420 deletions(-) delete mode 100644

[PATCH 1/7] wmtetris: Remove unused source files wmmon.c and wmtetris.h.

2017-02-20 Thread Doug Torrance
--- wmtetris/wmtetris/wmmon.c| 739 --- wmtetris/wmtetris/wmtetris.h | 40 --- 2 files changed, 779 deletions(-) delete mode 100644 wmtetris/wmtetris/wmmon.c delete mode 100644 wmtetris/wmtetris/wmtetris.h diff --git a/wmtetris/wmtetris/wmmon.c

[PATCH 6/7] wmtetris: Cast mask bitmap to signed char; avoids compiler warning.

2017-02-20 Thread Doug Torrance
--- wmtetris/wmtetris/wmtetris.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wmtetris/wmtetris/wmtetris.c b/wmtetris/wmtetris/wmtetris.c index d1335bb..3d536fc 100644 --- a/wmtetris/wmtetris/wmtetris.c +++ b/wmtetris/wmtetris/wmtetris.c @@ -77,7 +77,7 @@ int main(int argc,

[PATCH 5/7] wmtetris: Remove unused variables.

2017-02-20 Thread Doug Torrance
--- wmtetris/wmtetris/wmtetris.c | 1 - 1 file changed, 1 deletion(-) diff --git a/wmtetris/wmtetris/wmtetris.c b/wmtetris/wmtetris/wmtetris.c index cd6536f..d1335bb 100644 --- a/wmtetris/wmtetris/wmtetris.c +++ b/wmtetris/wmtetris/wmtetris.c @@ -69,7 +69,6 @@ int main(int argc, char *argv[]) {

[PATCH 4/7] wmtetris: Include time.h and add argument to time().

2017-02-20 Thread Doug Torrance
--- wmtetris/wmtetris/wmtetris.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/wmtetris/wmtetris/wmtetris.c b/wmtetris/wmtetris/wmtetris.c index 6517575..cd6536f 100644 --- a/wmtetris/wmtetris/wmtetris.c +++ b/wmtetris/wmtetris/wmtetris.c @@ -2,6 +2,7 @@ #include

[PATCH 5/6] wmmp3: Remove autotools-generated files git

2017-02-20 Thread Doug Torrance
--- wmmp3/Makefile.in | 321 --- wmmp3/aclocal.m4| 104 --- wmmp3/configure | 2402 --- wmmp3/install-sh| 251 -- wmmp3/missing | 190 wmmp3/mkinstalldirs | 40 - 6 files changed, 3308 deletions(-) delete mode

[PATCH 6/6] wmmp3: Remove AC_PATH_XTRA macro from configure.ac; caused build failure.

2017-02-20 Thread Doug Torrance
--- wmmp3/configure.ac | 1 - 1 file changed, 1 deletion(-) diff --git a/wmmp3/configure.ac b/wmmp3/configure.ac index b8229c6..b1156a3 100644 --- a/wmmp3/configure.ac +++ b/wmmp3/configure.ac @@ -3,7 +3,6 @@ AC_CONFIG_SRCDIR(main.c) AM_INIT_AUTOMAKE(foreign) AC_PROG_CC AC_PROG_INSTALL

[PATCH 3/6] wmmp3: Rename configure.in as configure.ac.

2017-02-20 Thread Doug Torrance
--- wmmp3/configure.ac | 19 +++ wmmp3/configure.in | 19 --- 2 files changed, 19 insertions(+), 19 deletions(-) create mode 100644 wmmp3/configure.ac delete mode 100644 wmmp3/configure.in diff --git a/wmmp3/configure.ac b/wmmp3/configure.ac new file mode 100644

[PATCH 4/6] wmmp3: Modernize AM_INIT_AUTOMAKE

2017-02-20 Thread Doug Torrance
--- wmmp3/configure.ac | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/wmmp3/configure.ac b/wmmp3/configure.ac index 69a6c9d..b8229c6 100644 --- a/wmmp3/configure.ac +++ b/wmmp3/configure.ac @@ -1,5 +1,6 @@ -AC_INIT(main.c) -AM_INIT_AUTOMAKE(wmmp3,0.12)

[PATCH 2/6] wmspaceweather: Remove precompiled binary and object file from git.

2017-02-20 Thread Doug Torrance
--- wmspaceweather/wmSpaceWeather/wmSpaceWeather | Bin 28269 -> 0 bytes wmspaceweather/wmSpaceWeather/wmSpaceWeather.o | Bin 19808 -> 0 bytes 2 files changed, 0 insertions(+), 0 deletions(-) delete mode 100755 wmspaceweather/wmSpaceWeather/wmSpaceWeather delete mode 100644

[PATCH 1/6] wmspaceweather: Use libdockapp for wmgeneral.

2017-02-20 Thread Doug Torrance
--- wmspaceweather/wmSpaceWeather/Makefile | 5 +- wmspaceweather/wmSpaceWeather/wmSpaceWeather.c | 2 +- wmspaceweather/wmgeneral/wmgeneral.c | 366 - wmspaceweather/wmgeneral/wmgeneral.h | 50 wmspaceweather/wmgeneral/wmgeneral.o

[PATCH 9/9] wmpop3lb: Use wmgeneral from libdockapp.

2017-02-23 Thread Doug Torrance
--- wmpop3lb/wmgeneral/list.c | 169 --- wmpop3lb/wmgeneral/list.h | 59 - wmpop3lb/wmgeneral/misc.c | 164 -- wmpop3lb/wmgeneral/misc.h | 9 - wmpop3lb/wmgeneral/wmgeneral.c | 480 -

[PATCH 6/9] wmomikuzi: Use short unsigned ints for dockapp dimensions.

2017-02-23 Thread Doug Torrance
Fixes "incompatible pointer type" warnings. --- wmomikuzi/wmomikuzi.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wmomikuzi/wmomikuzi.c b/wmomikuzi/wmomikuzi.c index c49bc5a..56702ba 100644 --- a/wmomikuzi/wmomikuzi.c +++ b/wmomikuzi/wmomikuzi.c @@ -82,7 +82,7 @@ main(int

[PATCH 3/9] wmhexaclock: Remove precompiled binary from git.

2017-02-23 Thread Doug Torrance
--- wmhexaclock/wmHexaClock | Bin 23868 -> 0 bytes 1 file changed, 0 insertions(+), 0 deletions(-) delete mode 100755 wmhexaclock/wmHexaClock diff --git a/wmhexaclock/wmHexaClock b/wmhexaclock/wmHexaClock deleted file mode 100755 index

[PATCH 5/9] wmomikuzi: Don't try and compile local libdockapp.

2017-02-23 Thread Doug Torrance
--- wmomikuzi/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wmomikuzi/Makefile b/wmomikuzi/Makefile index 9e7f0c4..95c50d9 100644 --- a/wmomikuzi/Makefile +++ b/wmomikuzi/Makefile @@ -13,7 +13,7 @@ CC = gcc OPTIMIZE = -O2 XLIBDIR = /usr/X11R6/lib XLIB = -ldockapp

[PATCH 2/9] wmfu: Indicate directory of wireless header file.

2017-02-23 Thread Doug Torrance
--- wmfu/linux/system.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wmfu/linux/system.c b/wmfu/linux/system.c index a5df183..a2dddc8 100644 --- a/wmfu/linux/system.c +++ b/wmfu/linux/system.c @@ -26,7 +26,7 @@ #include #include #include -#include +#include

[PATCH 4/9] wmmoonclock: Remove Debian directory.

2017-02-23 Thread Doug Torrance
--- wmmoonclock/debian/README.Debian| 8 - wmmoonclock/debian/changelog| 285 wmmoonclock/debian/compat | 1 - wmmoonclock/debian/control | 17 -- wmmoonclock/debian/copyright| 37 -

[PATCH 7/9] wmomikuzi: main() returns an int.

2017-02-23 Thread Doug Torrance
--- wmomikuzi/wmomikuzi.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wmomikuzi/wmomikuzi.c b/wmomikuzi/wmomikuzi.c index 56702ba..824ab11 100644 --- a/wmomikuzi/wmomikuzi.c +++ b/wmomikuzi/wmomikuzi.c @@ -73,7 +73,7 @@ static DAProgramOption options[] = { {"-d",

[PATCH 8/9] wmpop3: Use wmgeneral from libdockapp.

2017-02-23 Thread Doug Torrance
--- wmpop3/wmgeneral/list.c | 169 --- wmpop3/wmgeneral/list.h | 59 -- wmpop3/wmgeneral/misc.c | 164 --- wmpop3/wmgeneral/misc.h | 9 - wmpop3/wmgeneral/wmgeneral.c | 481 --- wmpop3/wmgeneral/wmgeneral.h

[PATCH 5/8] wmdots: Include string.h.

2017-02-24 Thread Doug Torrance
--- wmdots/wmdots.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wmdots/wmdots.c b/wmdots/wmdots.c index f664209..670d538 100644 --- a/wmdots/wmdots.c +++ b/wmdots/wmdots.c @@ -83,7 +83,7 @@ #include #include #include - +#include #include #include #include

[PATCH 2/8] wmdots: Use wmgeneral from libdockapp.

2017-02-24 Thread Doug Torrance
--- wmdots/wmdots/Makefile | 4 +- wmdots/wmdots/wmdots.c | 2 +- wmdots/wmgeneral/list.c | 169 --- wmdots/wmgeneral/list.h | 59 -- wmdots/wmgeneral/misc.c | 164 --- wmdots/wmgeneral/misc.h | 9 - wmdots/wmgeneral/wmgeneral.c |

[PATCH 6/8] wmdots: Rename local sincos() to avoid conflicting types warning.

2017-02-24 Thread Doug Torrance
--- wmdots/wmdots.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/wmdots/wmdots.c b/wmdots/wmdots.c index 670d538..28654fd 100644 --- a/wmdots/wmdots.c +++ b/wmdots/wmdots.c @@ -410,7 +410,7 @@ void do_trails(void) //

[PATCH 4/8] wmdots: Add -f option to rm for clean target in Makefile.

2017-02-24 Thread Doug Torrance
--- wmdots/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/wmdots/Makefile b/wmdots/Makefile index 46cea12..8a1c0f4 100755 --- a/wmdots/Makefile +++ b/wmdots/Makefile @@ -12,9 +12,9 @@ all:: wmdots clean:: for i in $(OBJS) ; do \ - rm $$i

[PATCH 1/8] wmdots: Remove precompiled binary and object files.

2017-02-24 Thread Doug Torrance
--- wmdots/wmdots/wmdots | Bin 62534 -> 0 bytes wmdots/wmdots/wmdots.o | Bin 53132 -> 0 bytes wmdots/wmgeneral/list.o | Bin 1436 -> 0 bytes wmdots/wmgeneral/misc.o | Bin 2036 -> 0 bytes wmdots/wmgeneral/wmgeneral.o | Bin 7992 -> 0 bytes 5 files changed, 0

[PATCH 8/8] wmfortune: Use short unsigned int for dockapp dimensions.

2017-02-24 Thread Doug Torrance
Avoids incompatible pointer type warnings. --- wmfortune/wmfortune.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/wmfortune/wmfortune.c b/wmfortune/wmfortune.c index a32c380..80e0711 100644 --- a/wmfortune/wmfortune.c +++ b/wmfortune/wmfortune.c @@ -25,6 +25,7 @@

[PATCH 7/8] wmdots: Fix typo in Makefile - use correct name for binary.

2017-02-24 Thread Doug Torrance
--- wmdots/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wmdots/Makefile b/wmdots/Makefile index 8a1c0f4..077aba2 100755 --- a/wmdots/Makefile +++ b/wmdots/Makefile @@ -5,7 +5,7 @@ OBJS = wmdots.o .c.o: cc -c -g -O2 -Wall $< -o $*.o -wmifs: $(OBJS)

[PATCH] Use wprefs_bindir output variable to set WPrefs path in menus.

2017-01-19 Thread Doug Torrance
The path to WPrefs has been hardcoded in many of the menu files to /usr/local/GNUstep/Applications/WPrefs.app/WPrefs, which would only actually work if the user ran something like: ./configure --with-gnustepdir=/usr/local/GNUstep during build. Instead, we add a .in extension to all menu

[PATCH 6/7] wmappkill: Use pkg-config for glib build flags.

2017-02-27 Thread Doug Torrance
--- wmappkill/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/wmappkill/Makefile b/wmappkill/Makefile index 8b18e03..12a2bf0 100644 --- a/wmappkill/Makefile +++ b/wmappkill/Makefile @@ -1,5 +1,6 @@ -GTOP_LIBS = -lgtop -lgtop_sysdeps -lgtop_common -lXau -GCCOPTS =

[PATCH 7/7] wmappkill: Use g_free from glib instead of glibtop_free.

2017-02-27 Thread Doug Torrance
gliptop_free no longer exists. --- wmappkill/wmAppKill.c | 11 +-- 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/wmappkill/wmAppKill.c b/wmappkill/wmAppKill.c index f38a89b..2a5e219 100644 --- a/wmappkill/wmAppKill.c +++ b/wmappkill/wmAppKill.c @@ -38,7 +38,6 @@ #include

[PATCH 5/6] cnslock: Add desktop entry file.

2017-02-27 Thread Doug Torrance
--- cnslock/Makefile.am | 3 +++ cnslock/cnslock.desktop | 8 2 files changed, 11 insertions(+) create mode 100644 cnslock/cnslock.desktop diff --git a/cnslock/Makefile.am b/cnslock/Makefile.am index 1103536..7139189 100644 --- a/cnslock/Makefile.am +++ b/cnslock/Makefile.am @@

[PATCH 4/6] cnslock: Add manpage.

2017-02-27 Thread Doug Torrance
--- cnslock/Makefile.am | 1 + cnslock/cnslock.1.in | 21 + cnslock/configure.ac | 2 +- 3 files changed, 23 insertions(+), 1 deletion(-) create mode 100644 cnslock/cnslock.1.in diff --git a/cnslock/Makefile.am b/cnslock/Makefile.am index 6404d2c..1103536 100644 ---

[PATCH 6/6] cnslock: Bump to version 1.03.

2017-02-27 Thread Doug Torrance
--- cnslock/CHANGES | 7 +++ cnslock/cnslock.c| 3 ++- cnslock/configure.ac | 2 +- 3 files changed, 10 insertions(+), 2 deletions(-) diff --git a/cnslock/CHANGES b/cnslock/CHANGES index 4692af2..60acd5a 100644 --- a/cnslock/CHANGES +++ b/cnslock/CHANGES @@ -1,3 +1,10 @@ +cnslock

[PATCH 1/6] cnslock: Complete rewrite using libdockapp.

2017-02-27 Thread Doug Torrance
No longer functioned as a dockapp using modern GDK 2.0, which is what cnslock previously used. --- cnslock/Makefile | 13 +- cnslock/applet.c | 83 - cnslock/cnslock.c | 286 + cnslock/graphics/caps.h

[PATCH 0/6] cnslock

2017-02-27 Thread Doug Torrance
n it using libdockapp, and now it functions as expected. Carlos, could you tag the final commit cnslock-1.03? Thanks! Doug Torrance (6): cnslock: Complete rewrite using libdockapp. cnslock: Switch to autotools. cnslock: Update documentation. cnslock: Add manpage. cnslock: Add desktop

[PATCH 2/6] cnslock: Switch to autotools.

2017-02-27 Thread Doug Torrance
--- cnslock/Makefile | 26 -- cnslock/Makefile.am | 6 ++ cnslock/configure.ac | 8 3 files changed, 14 insertions(+), 26 deletions(-) delete mode 100644 cnslock/Makefile create mode 100644 cnslock/Makefile.am create mode 100644 cnslock/configure.ac

[PATCH 3/6] cnslock: Update documentation.

2017-02-27 Thread Doug Torrance
--- cnslock/INSTALL | 5 +++-- cnslock/README | 12 ++-- 2 files changed, 5 insertions(+), 12 deletions(-) diff --git a/cnslock/INSTALL b/cnslock/INSTALL index a7c4910..5d2f8e6 100644 --- a/cnslock/INSTALL +++ b/cnslock/INSTALL @@ -1,7 +1,7 @@ Requirements

[PATCH 5/7] wmail: Specify libdockapper header file directory.

2017-02-27 Thread Doug Torrance
--- wmail/src/wmail.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wmail/src/wmail.c b/wmail/src/wmail.c index bd2752a..28d3d41 100644 --- a/wmail/src/wmail.c +++ b/wmail/src/wmail.c @@ -45,7 +45,7 @@ #include #include #include -#include +#include #include

[PATCH 2/7] washerdryer: Use wmgeneral from libdockapp.

2017-02-27 Thread Doug Torrance
--- washerdryer/washerDryer/Makefile | 7 +- washerdryer/washerDryer/washerDryer.c | 4 +- washerdryer/wmgeneral/list.c | 165 - washerdryer/wmgeneral/list.h | 61 - washerdryer/wmgeneral/misc.c | 229 --

[PATCH 4/7] wmail: Link shared lbraries in correct order.

2017-02-27 Thread Doug Torrance
--- wmail/src/Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wmail/src/Makefile.in b/wmail/src/Makefile.in index 1901884..2e0280e 100644 --- a/wmail/src/Makefile.in +++ b/wmail/src/Makefile.in @@ -10,7 +10,7 @@ CFLAGS = @CFLAGS@ @XCFLAGS@ default all target:

[PATCH 1/7] washerdryer: Use pkg-config for GTK build flags.

2017-02-27 Thread Doug Torrance
--- washerdryer/washerDryer/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/washerdryer/washerDryer/Makefile b/washerdryer/washerDryer/Makefile index 49205ce..7a56308 100644 --- a/washerdryer/washerDryer/Makefile +++ b/washerdryer/washerDryer/Makefile @@ -1,6 +1,6

[PATCH 1/3] wmswallow: Link against libX11.

2017-02-25 Thread Doug Torrance
--- wmswallow/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wmswallow/Makefile b/wmswallow/Makefile index b75aa24..84e2e62 100644 --- a/wmswallow/Makefile +++ b/wmswallow/Makefile @@ -5,7 +5,7 @@ RM=rm -f X=/usr/X11R6 INCLUDES=-I$(X)/include LIBPATHS=-L${X}/lib

Re: [PATCH 2/3] wmxss: Add version 0.1 to repository.

2017-02-28 Thread Doug Torrance
On 02/28/2017 09:07 AM, Nerijus Baliunas wrote: On Thu, 1 Dec 2016 20:38:39 -0500 Doug Torrance <dtorra...@piedmont.edu> wrote: diff --git a/wmxss/Src/.nfs3822 b/wmxss/Src/.nfs3822 new file mode 100755 index ..73eb00946be25add536d30049983ad6f8d

[PATCH] wmxss: Delete NFS "silly rename" file.

2017-02-28 Thread Doug Torrance
These are created by NFS clients to help delete files. See: http://nfs.sourceforge.net/#faq_d2 We don't need this in git. Reported-by: Nerijus Baliunas --- wmxss/Src/.nfs3822 | Bin 183024 -> 0 bytes 1 file changed, 0 insertions(+), 0 deletions(-) delete mode

Re: Window Maker generates menus it cannot parse due to an ommtted ')'

2017-02-28 Thread Doug Torrance
On 02/28/2017 04:23 AM, Cyrus Rahman wrote: In addition the menu generated to call WPrefs should specify a complete path, as the file is located in a directory which would not be expected to be contained in a user's PATH. WPrefs isn't guaranteed to be in

[PATCH 0/7] wmcpuload updates

2016-10-20 Thread Doug Torrance
Here are some updates to wmcpuload. Carlos, could you tag the first commit wmcpuload-1.1.0pre5 and the last wmcpuload-1.1.1? Thanks! Doug Torrance (7): wmcpuload: Bump to version 1.1.0pre5. wmcpuload: Restore some previous commits (COPYING update, whitespace). wmcpuload: Update autotools

[PATCH 2/7] wmcpuload: Restore some previous commits (COPYING update, whitespace).

2016-10-20 Thread Doug Torrance
--- wmcpuload/COPYING | 41 - wmcpuload/ChangeLog| 2 +- wmcpuload/doc/wmcpuload.1 | 2 +- wmcpuload/src/cpu_irix.c | 6 +++--- wmcpuload/src/cpu_netbsd.c | 2 +- 5 files changed, 26 insertions(+), 27 deletions(-) diff --git

[PATCH 1/7] wmcpuload: Bump to version 1.1.0pre5.

2016-10-20 Thread Doug Torrance
Obtained from http://distfiles.gentoo.org/distfiles/wmcpuload-1.1.0pre5.tar.gz --- wmcpuload/AUTHORS | 10 +- wmcpuload/COPYING | 41 wmcpuload/ChangeLog| 62 ++- wmcpuload/INSTALL | 9 +- wmcpuload/Makefile.am |

[PATCH 3/7] wmcpuload: Update autotools files to silence warnings.

2016-10-20 Thread Doug Torrance
--- wmcpuload/configure.ac| 2 +- wmcpuload/src/Makefile.am | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/wmcpuload/configure.ac b/wmcpuload/configure.ac index d891f1c..26cb4f7 100644 --- a/wmcpuload/configure.ac +++ b/wmcpuload/configure.ac @@ -8,7 +8,7 @@ dnl

[PATCH 5/7] wmcpuload: Update url and contact information.

2016-10-20 Thread Doug Torrance
--- wmcpuload/README | 4 ++-- wmcpuload/configure.ac | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/wmcpuload/README b/wmcpuload/README index 9c89be8..0f99ee1 100644 --- a/wmcpuload/README +++ b/wmcpuload/README @@ -126,10 +126,10 @@ A) kapm-idled executes HLT

[PATCH 7/7] wmcpuload: Bump to version 1.1.1.

2016-10-20 Thread Doug Torrance
--- wmcpuload/ChangeLog| 8 wmcpuload/configure.ac | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/wmcpuload/ChangeLog b/wmcpuload/ChangeLog index 37331ee..029e92c 100644 --- a/wmcpuload/ChangeLog +++ b/wmcpuload/ChangeLog @@ -1,3 +1,11 @@ +2016 Oct 20 + * Bump

[PATCH 4/7] wmcpuload: Remove CVS cruft.

2016-10-20 Thread Doug Torrance
--- wmcpuload/AUTHORS | 2 -- wmcpuload/ChangeLog| 2 -- wmcpuload/INSTALL | 2 -- wmcpuload/Makefile.am | 2 -- wmcpuload/NEWS | 2 -- wmcpuload/README | 2 -- wmcpuload/TODO | 2 --

[PATCH] wmauda: Remove from repository.

2016-11-23 Thread Doug Torrance
A newer version was released relatively recently (2012) and is available at http://www.netswarm.net/. --- wmauda/AUTHORS | 18 - wmauda/COPYING | 339 --- wmauda/Makefile| 31 -- wmauda/README | 9 - wmauda/dock-master.xpm | 229 -

[PATCH 04/11] wmhdplop: Change gkhdplop_so_LDFLAGS to gkhdplop_so_LDADD in Makefile

2016-11-24 Thread Doug Torrance
This patch prevents a "undefined symbol: imlib_image_draw_pixel" error by placing -lImlib2 after the *.o files during make. Patch to fix Ubuntu bug #995272. https://bugs.launchpad.net/ubuntu/+source/wmhdplop/+bug/995272 https://sources.debian.net/src/wmhdplop/0.9.9-5/debian/patches/

[PATCH 00/11] wmhdplop

2016-11-24 Thread Doug Torrance
These patches add wmhdplop to the dockapps repository, along with a bunch of patches, mostly from the Debian package. Carlos, could you tag the first commit wmhdplop-0.9.9 and the last commit wmhdplop-0.9.10? Thanks! Doug Torrance (11): wmhdplop: Add version 0.9.9 to repository. wmhdplop

[PATCH 03/11] wmhdplop: Fix GCC 4.7 FTBFS -Wl needs to have values passed to it so that it can pass those on to the linker.

2016-11-24 Thread Doug Torrance
Patch by Paul Tagliamonte to fix Debian bug #667415. http://bugs.debian.org/667415 https://sources.debian.net/src/wmhdplop/0.9.9-5/debian/patches/ fix-ftbfs-gcc-4.7-667415.patch/ --- wmhdplop/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git

[PATCH 06/11] wmhdplop: Modernize autotools.

2016-11-24 Thread Doug Torrance
In particular, fix the following errors and warnings: configure.ac:2: warning: AM_INIT_AUTOMAKE: two- and three-arguments forms are deprecated. For more info, see: configure.ac:2: http://www.gnu.org/software/automake/manual/automake.html #Modernize-AM_005fINIT_005fAUTOMAKE-invocation

[PATCH 05/11] wmhdplop: Find disk device after /run transition

2016-11-24 Thread Doug Torrance
Patch by Andre Beck to fix Debian bug #657882. After the recent /run transition, which also finally turned /etc/mtab into a symlink to /proc/mounts, *hdplop (both incarnations) may fail to find a single disk device automatically. This is likely due to the root device now being

[PATCH 07/11] wmhdplop: Fix compiler warnings.

2016-11-24 Thread Doug Torrance
In particular, the following: wmhdplop.c:451:96: warning: operation on ‘dl->touched_w’ may be undefined [-Wsequence-point] wmhdplop.c:980:44: warning: ignoring return value of ‘seteuid’, declared with attribute warn_unused_result [-Wunused-result] procstat.c:73:19: warning: variable

[PATCH 10/11] wmhdplop: Add desktop entry file.

2016-11-24 Thread Doug Torrance
--- wmhdplop/Makefile.am | 3 +++ wmhdplop/wmhdplop.desktop | 7 +++ 2 files changed, 10 insertions(+) create mode 100644 wmhdplop/wmhdplop.desktop diff --git a/wmhdplop/Makefile.am b/wmhdplop/Makefile.am index 48d8a41..f015722 100644 --- a/wmhdplop/Makefile.am +++

[PATCH 08/11] wmhdplop: Support NVME devices

2016-11-24 Thread Doug Torrance
Patch by GitHub user zen2. https://github.com/d-torrance/wmhdplop/issues/1 --- wmhdplop/devnames.c | 8 1 file changed, 8 insertions(+) diff --git a/wmhdplop/devnames.c b/wmhdplop/devnames.c index 9e93ad2..fdade3a 100644 --- a/wmhdplop/devnames.c +++ b/wmhdplop/devnames.c @@ -153,6

[PATCH 09/11] wmhdplop: Add manpage from Debian.

2016-11-24 Thread Doug Torrance
https://sources.debian.net/src/wmhdplop/0.9.9-5/debian/wmhdplop.1/ --- wmhdplop/Makefile.am | 1 + wmhdplop/wmhdplop.1 | 22 ++ 2 files changed, 23 insertions(+) create mode 100644 wmhdplop/wmhdplop.1 diff --git a/wmhdplop/Makefile.am b/wmhdplop/Makefile.am index

[PATCH 11/11] wmhdplop: Bump to version 0.9.10.

2016-11-24 Thread Doug Torrance
--- wmhdplop/ChangeLog| 12 wmhdplop/configure.ac | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/wmhdplop/ChangeLog b/wmhdplop/ChangeLog index 46ccc9a..cedec1d 100644 --- a/wmhdplop/ChangeLog +++ b/wmhdplop/ChangeLog @@ -1,3 +1,15 @@ +2016-11-24 (v0.9.10)

[PATCH 3/3] wmjmail: Add version 1.6 to repository.

2016-11-27 Thread Doug Torrance
From: https://web.archive.org/web/20070101114026/http://voltar.org/dockapps/wmjmail-1.6.tgz --- wmjmail/CHANGES| 17 ++ wmjmail/COPYING| 339 + wmjmail/CREDITS| 53 ++ wmjmail/INSTALL

wmstpu?

2016-11-27 Thread Doug Torrance
Does anyone have a tarball of wmstpu lying around? It apparently was a stopwatch dockapp. I'm hoping to add it to the git repo and dockapps.net, but can't find it anywhere. https://web.archive.org/web/20121028081641/http://dockapps.windowmaker.org/file.php/id/280 Thanks! Doug -- To

Re: Bug#844193: wmaker: catchXError(startup.c:118)

2016-11-13 Thread Doug Torrance
Control: forwarded -1 wmaker-dev@lists.windowmaker.org Hi everyone, We received the bug report below for the Debian Window Maker package. Any ideas? Doug On 11/13/2016 03:49 AM, Helge Kreutzmann wrote: Package: wmaker Version: 0.95.7-6+b1 Severity: minor In the logs the following appears

[PATCH] WPrefs: Update path for Debian menu

2016-11-13 Thread Doug Torrance
--- WPrefs.app/Menu.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/WPrefs.app/Menu.c b/WPrefs.app/Menu.c index 115bdc3..feadd5f 100644 --- a/WPrefs.app/Menu.c +++ b/WPrefs.app/Menu.c @@ -506,7 +506,7 @@ static void createPanel(_Panel * p)

[PATCH 6/7] wmcpuload: Fix Makefile.am for automake 1.14.

2016-10-20 Thread Doug Torrance
Patch by Andreas Metzler to fix Debian bug #724162. --- wmcpuload/src/Makefile.am | 7 --- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/wmcpuload/src/Makefile.am b/wmcpuload/src/Makefile.am index 3eacac1..26d1da8 100644 --- a/wmcpuload/src/Makefile.am

[PATCH 2/2] washerdryer: Add version 1.1 to repository.

2016-11-26 Thread Doug Torrance
From: https://web.archive.org/web/20021210035511/http://lucille.dhs.org/washerDryer-1.1.tar.bz2 --- washerdryer/COPYING | 339 washerdryer/Changelog| 14 + washerdryer/INSTALL | 19 + washerdryer/README

[PATCH] asbeats: Add version 0.2 to repository.

2016-11-26 Thread Doug Torrance
From: https://web.archive.org/web/19991006202514/http://bohemians.org/~iznogood/asbeats/asbeats-0.2.tar.gz --- asbeats/CHANGES| 10 ++ asbeats/LICENCE| 249 asbeats/Makefile | 12 +++ asbeats/README | 47 +

[PATCH 1/4] wmpop3: Add version 0.5.6a to repository.

2016-12-02 Thread Doug Torrance
From: ftp://ftp.utl.pt/linuxberg/files/x11/dock/WMPop3-0.5.6a.tar.gz --- wmpop3/CHANGE_LOG | 37 +++ wmpop3/COPYING | 339 wmpop3/INSTALL | 40 wmpop3/README | 58 + wmpop3/wmgeneral/list.c

[PATCH 2/4] wmgrabimage: Add version 0.72 to repository.

2016-12-02 Thread Doug Torrance
From: https://web.archive.org/web/20040722180350/http://nis-www.lanl.gov/~mgh/WindowMaker/wmGrabImage-0.72.tgz --- wmgrabimage/BUGS | 1 + wmgrabimage/CHANGES| 45 ++ wmgrabimage/COPYING| 339 +

[PATCH 4/4] wmfortune: Add version 0.241 to repository.

2016-12-03 Thread Doug Torrance
From: http://gentoo.osuosl.org/distfiles/wmfortune-0.241.tar.gz --- wmfortune/CHANGES | 34 + wmfortune/INSTALL | 17 + wmfortune/Makefile | 35 + wmfortune/README | 28 + wmfortune/TODO

[PATCH 3/4] wmcapshare: Add version 0.1 to repository.

2016-12-03 Thread Doug Torrance
From: https://web.archive.org/web/20061215141801/http://www.netjunki.org/projects/wmcapshare-0.1.tar.gz --- wmcapshare/AUTHORS | 6 + wmcapshare/COPYING | 340 wmcapshare/ChangeLog| 4 + wmcapshare/INSTALL

[PATCH 1/4] wmappkill: Add version 0.2 to repository.

2016-12-03 Thread Doug Torrance
From: http://www.sourcefiles.org/Utilities/GUI/wmappkill-0.2.tar.gz --- wmappkill/COPYING | 340 +++ wmappkill/ChangeLog | 10 + wmappkill/INSTALL | 12 + wmappkill/Makefile | 20 ++ wmappkill/README| 21 ++ wmappkill/fond.xbm | 47

[PATCH 3/3] wmhexaclock: Add version 0.1 to repository.

2016-12-01 Thread Doug Torrance
From: http://www.sourcefiles.org/Toys/Clocks/wmHexaClock0.1.tar.gz --- wmhexaclock/AUTHORS | Bin 0 -> 22696 bytes wmhexaclock/INSTALL | 23 +++ wmhexaclock/LICENSE | 339 wmhexaclock/Makefile| 44 ++

[PATCH 2/3] wmxss: Add version 0.1 to repository.

2016-12-01 Thread Doug Torrance
From: http://www.cs.mun.ca/~gstarkes/wmaker/dockapps/files/wmxss-0.1.tar.gz --- wmxss/COPYING | 339 +++ wmxss/Src/.nfs3822 | Bin 0 -> 183024 bytes wmxss/Src/Makefile | 36 + wmxss/Src/Makefile.sgi | 36 +

[PATCH 1/3] wmymail: Add version 0.3 to repository.

2016-12-01 Thread Doug Torrance
From: http://distro.ibiblio.org/amigolinux/download/DockApps/wmymail-0.3/wmymail-0.3.tar.bz2 --- wmymail/ChangeLog| 49 + wmymail/Makefile | 50 + wmymail/README | 75 +++ wmymail/README.old | 66 ++ wmymail/VERSION | 1 +

[PATCH 1/3] wmbiff: Use unsigned data type for port number.

2016-11-30 Thread Doug Torrance
--- wmbiff/wmbiff/Client.h | 7 --- wmbiff/wmbiff/socket.c | 4 ++-- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/wmbiff/wmbiff/Client.h b/wmbiff/wmbiff/Client.h index b3a048c..cd89496 100644 --- a/wmbiff/wmbiff/Client.h +++ b/wmbiff/wmbiff/Client.h @@ -18,6 +18,7 @@

[PATCH 0/3] wmbiff

2016-11-30 Thread Doug Torrance
Here's a few small patches for wmbiff. Carlos, could you tag the last commit wmbiff-0.4.30? Thanks! Doug Torrance (3): wmbiff: Use unsigned data type for port number. wmbiff: Add #define _GNU_SOURCE to avoid "implicit declaration" warnings. wmbiff: Bump to verson 0.4.30

Re: mailing lists archives

2017-01-03 Thread Doug Torrance
On 01/01/2017 12:52 PM, Christian wrote: I want to update the NEWS page, still showing 0.95.6 NEWS ;) The 0.95.7 section of NEWS seems pretty thorough... http://repo.or.cz/wmaker-crm.git/blob/HEAD:/NEWS -- To unsubscribe, send mail to wmaker-dev-unsubscr...@lists.windowmaker.org.

[PATCH 1/4] wmomikuzi: Add version 0.122 to repository.

2016-12-18 Thread Doug Torrance
From: http://ftp.vinelinux.org/pub/Vine/VineSeed/SRPMS.orphaned/wmomikuzi-0.122-0vl1.src.rpm --- wmomikuzi/INSTALL| 10 + wmomikuzi/Makefile | 35 +++ wmomikuzi/README | 87 ++ wmomikuzi/TODO | 2 + wmomikuzi/XPM/back.xpm

[PATCH 4/4] wmtetris: Add wmtetris version 0.1 to repository.

2016-12-18 Thread Doug Torrance
From: http://www.cs.mun.ca/~gstarkes/wmaker/dockapps/files/wmtetris-0.1.tar.gz --- wmtetris/README | 22 ++ wmtetris/wmgeneral/wmgeneral.c | 366 ++ wmtetris/wmgeneral/wmgeneral.h | 50 +++ wmtetris/wmtetris/Makefile | 16 +

[PATCH 3/4] wmswallow: Add version 0.6.1 to repository.

2016-12-18 Thread Doug Torrance
From: http://ponce.cc/slackware/sources/repo/wmswallow.tar.Z --- wmswallow/CHANGELOG | 67 + wmswallow/INSTALL| 34 +++ wmswallow/LICENCE| 341 wmswallow/Makefile | 45 wmswallow/README | 160 +++

[PATCH 4/9] wmlongrun: Add template to AC_DEFINE to avoid autoheader warning.

2016-12-23 Thread Doug Torrance
--- wmlongrun/configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wmlongrun/configure.ac b/wmlongrun/configure.ac index 3b48676..ce483a8 100644 --- a/wmlongrun/configure.ac +++ b/wmlongrun/configure.ac @@ -86,7 +86,7 @@ case ${host_os} in linux*) SETUID_FLAGS="-m

[PATCH 5/9] wmlongrun: Modernize AM_INIT_AUTOMAKE call.

2016-12-23 Thread Doug Torrance
--- wmlongrun/configure.ac | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/wmlongrun/configure.ac b/wmlongrun/configure.ac index ce483a8..3e43a40 100644 --- a/wmlongrun/configure.ac +++ b/wmlongrun/configure.ac @@ -1,7 +1,7 @@ dnl Process this file with autoconf to

[PATCH 9/9] wmlongrun: Bump to version 0.3.1.

2016-12-23 Thread Doug Torrance
--- wmlongrun/ChangeLog| 11 +++ wmlongrun/configure.ac | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/wmlongrun/ChangeLog b/wmlongrun/ChangeLog index d615618..eda37c6 100644 --- a/wmlongrun/ChangeLog +++ b/wmlongrun/ChangeLog @@ -1,3 +1,14 @@ +2016 December

<    3   4   5   6   7   8   9   10   >