[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 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 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 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 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 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 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 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 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 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 0/6] cnslock

2017-02-27 Thread Doug Torrance
cnslock used old-school GDK, but no longer functioned as a dockapp (e.g., only created a small window but could not be docked, printed out strange "Toplevel windows must be created as children of of a window of type GDK_WINDOW_ROOT or GDK_WINDOW_FOREIGN" warnings). I've rewritten it using

[repo.or.cz] wmaker-crm.git branch next updated: wmaker-0.95.7-71-g6e4698fe112b

2017-02-27 Thread crmafra
This is an automated email generated because a ref change occurred in the git repository for project wmaker-crm.git. The branch, next has been updated via 6e4698fe112b2d7f91019e8e644ffe3e935f61f2 (commit) via 3617e4c20cbe1d8b91a519e414f0ca75fb68a1cc (commit) from