[PATCH (whome) 1/2] Add wmget to dockapps webpage.

2016-02-07 Thread Doug Torrance
--- dockapps/dockapps.db| 10 ++ dockapps/img/wmget1.png | Bin 0 -> 1609 bytes dockapps/img/wmget2.png | Bin 0 -> 1762 bytes dockapps/img/wmget3.png | Bin 0 -> 1752 bytes 4 files changed, 10 insertions(+) create mode 100644 dockapps/img/wmget1.png create mode 100644

[PATCH 2/2] check-doc: Ignore with-aix-soname in check-cmdline-options-doc.sh

2016-02-09 Thread Doug Torrance
Control: tags -1 forwarded wmaker-dev@lists.windowmaker.org libtool 2.4.4 will add a --with-aix-soname option. Ignore it when checking whether INSTALL-WMAKER is up to date. Fixes Debian bug #814213 [1]. Proposed fix to Debian package at [2]. From: Chris Lamb Subject:

[PATCH 1/2] check-doc: Ignore runstatedir in check-cmdline-options-doc.sh

2016-02-09 Thread Doug Torrance
autoconf 2.70 will add a --runstatedir option, Debian has backported it. Ignore it when checking whether INSTALL-WMAKER is up to date. Patch by Andreas Metzler from Debian package [1]. [1] https://sources.debian.net/src/wmaker/0.95.7-3/debian/patches/ 56_ignore_runstatedir.diff/ ---

[PATCH 1/2] debian: Remove 56_ignore_runstatedir.diff.

2016-02-09 Thread Doug Torrance
This patch has now been applied in next, so its presence among the Debian patches would cause quilt to fail for those trying to build packages from next. --- debian/patches/56_ignore_runstatedir.diff | 16 debian/patches/series | 1 - 2 files changed, 17

[PATCH 2/2] debian: Update with version 0.95.7-3 packaging.

2016-02-09 Thread Doug Torrance
--- debian/changelog | 8 ++ debian/libwraster5.symbols | 120 ++--- .../patches/60_fix_wraster_symbol_versioning.diff | 28 + debian/patches/series | 1 + 4 files changed, 97

Re: Bug#813837: wmaker: autostart script runs twice

2016-02-05 Thread Doug Torrance
Control: tags -1 forwarded wmaker-dev@lists.windowmaker.org Hi everyone, I'm forwarding a bug report from the Debian Window Maker package: On 02/05/2016 02:13 PM, nefedov wrote: > Package: wmaker > Version: 0.95.7-3 > Severity: normal > > My autostart script

[PATCH 02/11] wmtop: Fix incorrect memory usage.

2016-02-07 Thread Doug Torrance
Patch by Dwayne C. Litzenberger to fix Debian bug #224732. Obtained from [1]. [1] https://sources.debian.net/src/wmtop/0.84-12/debian/patches/fix_incorrect_memory_usage.patch/ --- wmtop/wmtop.c | 13 - 1 file changed, 8 insertions(+), 5 deletions(-) diff --git

[PATCH 01/11] wmtop: Add version 0.84 to repository.

2016-02-07 Thread Doug Torrance
Obtained from [1]. [1] http://http.debian.net/debian/pool/main/w/wmtop/wmtop_0.84.orig.tar.gz --- wmtop/.cvsignore| 1 + wmtop/BUGS | 13 + wmtop/CHANGES | 101 + wmtop/COPYING | 344 +++ wmtop/Makefile |

[PATCH 04/11] wmtop: Remove wmgeneral directory and use libdockapp.

2016-02-07 Thread Doug Torrance
--- wmtop/Makefile | 4 +- wmtop/wmgeneral/list.c | 169 wmtop/wmgeneral/list.h | 59 -- wmtop/wmgeneral/misc.c | 164 --- wmtop/wmgeneral/misc.h | 9 - wmtop/wmgeneral/wmgeneral.c | 481

[PATCH 00/11] wmtop

2016-02-07 Thread Doug Torrance
Some time ago, I got permission from the original author of wmtop, Dan Piponi, to add it to the dockapps repo. Carlos, would you tag the first commit wmtop-0.84 and the last wmtop-0.85? Thanks! Doug Torrance (11): wmtop: Add version 0.84 to repository. wmtop: Fix incorrect memory usage

[PATCH 09/11] wmtop: Switch build system to autotools.

2016-02-07 Thread Doug Torrance
To take advantage of this, we rename CHANGES to ChangeLog and also replace the WMTOP_VERSION macro with PACKAGE_VERSION. --- wmtop/{CHANGES => ChangeLog} | 0 wmtop/Makefile | 46 wmtop/Makefile.am| 9 +

[PATCH 10/11] wmtop: Remove .cvsignore.

2016-02-07 Thread Doug Torrance
--- wmtop/.cvsignore | 1 - 1 file changed, 1 deletion(-) delete mode 100644 wmtop/.cvsignore diff --git a/wmtop/.cvsignore b/wmtop/.cvsignore deleted file mode 100644 index eb1004c..000 --- a/wmtop/.cvsignore +++ /dev/null @@ -1 +0,0 @@ -wmtop -- 2.5.0 -- To unsubscribe, send mail to

[PATCH 11/11] wmtop: Bump to version 0.85.

2016-02-07 Thread Doug Torrance
+++ b/wmtop/ChangeLog @@ -1,4 +1,72 @@ -$Log: CHANGES,v $ +2016-02-07 Doug Torrance +Bump to version 0.85. + +2016-02-07 Doug Torrance +Remove .cvsignore. + +2016-02-07 Doug Torrance +Switch build system to autotools. + +To take advantage of this, we rename CHANGES to ChangeLog and also replace

[PATCH 06/11] wmtop: Add #define _BSD_SOURCE.

2016-02-07 Thread Doug Torrance
Avoid implicit declaration warnings (usleep and getpagesize) if compiled using C99 standard. --- wmtop/wmtop.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/wmtop/wmtop.c b/wmtop/wmtop.c index a1409de..3585a0d 100644 --- a/wmtop/wmtop.c +++ b/wmtop/wmtop.c @@ -27,6 +27,8 @@ #error No

[PATCH 05/11] wmtop: Switch user variable from int to uid_t.

2016-02-07 Thread Doug Torrance
Fixes 'comparison between signed and unsigned integer expressions' compiler warnings. --- wmtop/wmtop.c | 8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/wmtop/wmtop.c b/wmtop/wmtop.c index ac4bf33..a1409de 100644 --- a/wmtop/wmtop.c +++ b/wmtop/wmtop.c @@ -96,7 +96,7 @@

[PATCH 07/11] wmtop: Remove inline keywords.

2016-02-07 Thread Doug Torrance
Otherwise, build fails with "error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘void’" if using ANSI C. --- wmtop/wmtop.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/wmtop/wmtop.c b/wmtop/wmtop.c index 3585a0d..9125ffc 100644 --- a/wmtop/wmtop.c +++

[PATCH 08/11] wmtop: Use proper int types.

2016-02-07 Thread Doug Torrance
Based partially on a patch by wbk to fix Gentoo bug #410093 [1]. From the bug report: After fixing the /proc/meminfo issue, another bug will emerge on systems where total system RAM in bytes exceeds INT_MAX. The correct top three processes will be identified, but their load bars will have

[PATCH 03/11] wmtop: Escape minus signs and fix spelling errors in manpage.

2016-02-07 Thread Doug Torrance
Obtained from [1]. [1] https://sources.debian.net/src/wmtop/0.84-12/debian/patches/fix_manpage.patch/ --- wmtop/wmtop.1 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/wmtop/wmtop.1 b/wmtop/wmtop.1 index 21823a1..49bccea 100644 --- a/wmtop/wmtop.1 +++ b/wmtop/wmtop.1

[PATCH (whome) 2/2] Use single quotes so we get a literal dollar sign on dockapps webpage.

2016-02-08 Thread Doug Torrance
--- dockapps/index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dockapps/index.php b/dockapps/index.php index 2e11bd0..6780a9b 100644 --- a/dockapps/index.php +++ b/dockapps/index.php @@ -73,7 +73,7 @@ if ($name) { "$name-$version\n";

[PATCH (whome) 1/2] Add wmtop to dockapps webpage.

2016-02-08 Thread Doug Torrance
--- dockapps/dockapps.db | 10 ++ dockapps/img/wmtop_rainbow.gif | Bin 0 -> 5450 bytes 2 files changed, 10 insertions(+) create mode 100644 dockapps/img/wmtop_rainbow.gif diff --git a/dockapps/dockapps.db b/dockapps/dockapps.db index b418906..e49743b 100644 ---

[PATCH (dockapps)] Add wmtop information for dockapps webpage.

2016-02-08 Thread Doug Torrance
--- dockapps.db.in | 8 1 file changed, 8 insertions(+) diff --git a/dockapps.db.in b/dockapps.db.in index 073b190..7c0b6a7 100644 --- a/dockapps.db.in +++ b/dockapps.db.in @@ -499,6 +499,14 @@ url = https://web.archive.org/web/19991104043355/http://windowmaker.mezaway.org/ dockapps =

[PATCH 16/16] wmtv: Bump to version 0.6.6.

2016-01-31 Thread Doug Torrance
--- wmtv/ChangeLog| 23 +++ wmtv/configure.ac | 2 +- 2 files changed, 24 insertions(+), 1 deletion(-) diff --git a/wmtv/ChangeLog b/wmtv/ChangeLog index 9ba832c..4822011 100644 --- a/wmtv/ChangeLog +++ b/wmtv/ChangeLog @@ -1,3 +1,26 @@ +version 0.6.6 +-

[PATCH 12/16] wmtv: Restore non-libdockapp wmgeneral (for now).

2016-01-31 Thread Doug Torrance
Currently incompatible with shared library. For example, it needs to get some attributes of iconwin, which is not public. --- wmtv/src/wmgeneral/wmgeneral.c | 419 + wmtv/src/wmgeneral/wmgeneral.h | 62 ++ wmtv/src/wmtv.c| 3 +- 3

[PATCH 14/16] wmtv: Add manpage from Debian.

2016-01-31 Thread Doug Torrance
>From [1]. [1] http://sources.debian.net/src/wmtv/0.6.5-17/debian/wmtv.1/ --- wmtv/Makefile.am | 1 + wmtv/wmtv.1 | 244 +++ 2 files changed, 245 insertions(+) create mode 100644 wmtv/wmtv.1 diff --git a/wmtv/Makefile.am

[PATCH 09/16] wmtv: Add new -c option to choose the video4linux device to use.

2016-01-31 Thread Doug Torrance
Patch by Nicolas Boullis . Introduced in Debian package version 0.6.5-16. --- wmtv/src/wmtv.c | 7 ++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/wmtv/src/wmtv.c b/wmtv/src/wmtv.c index 354a6dd..5daa36c 100644 --- a/wmtv/src/wmtv.c +++ b/wmtv/src/wmtv.c

[PATCH 08/16] wmtv: Fix frequency sent to external program.

2016-01-31 Thread Doug Torrance
Need to divide by 16 or 16000 depending on whether using kHz or MHz. Patch by Nicolas Boullis for Debian package version 0.6.5-14 or 15. (Not mentioned in debian/changelog.) --- wmtv/src/wmtv.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git

[PATCH 01/16] wmtv: Config file handling.

2016-01-31 Thread Doug Torrance
Patch by Yann Vernier . From [1]: wmtv failed to read my .wmtvrc (hand written) correctly, I tracked it down to incorrect memory management (sizeof() instead of strlen()). The code was so bad that I chose to rewrite it to a simpler version, patch below. Other

[PATCH 04/16] wmtv: Add some French channels.

2016-01-31 Thread Doug Torrance
Patch by Nicolas Boullis . From [1]: From: Nicolas Boullis Subject: wmtv: some french channels are not available Date: Fri, 16 Nov 2001 01:33:13 +0100 wmtv does not currently support a few channels which are used in

[PATCH 06/16] wmtv: Do not shorten user config file.

2016-01-31 Thread Doug Torrance
Patch by Nicolas Boullis . From [1]: From: Nicolas Boullis Subject: wmtv: shortens user's configuration file Date: Sun, 18 Nov 2001 02:38:00 +0100 Hello ! When wmtv writes it configuration back to the user's

[PATCH 07/16] wmtv: Remaining changes from debian package versions 0.6.5-8 through 13.

2016-01-31 Thread Doug Torrance
(I couldn't find the patches separately in, e.g., a bug report.) Patches by Nicolas Boullis . Corresponding entries from debian/changelog: 0.6.5-8 === * Drop privileges to access files, and then regain privileges. (Closes: #120825) * A new user's

[PATCH] wmtv: Remove define of VERSION in favor of version defined by autoconf.

2016-01-31 Thread Doug Torrance
--- wmtv/src/wmtv.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/wmtv/src/wmtv.c b/wmtv/src/wmtv.c index a1e393a..1fa2eea 100644 --- a/wmtv/src/wmtv.c +++ b/wmtv/src/wmtv.c @@ -53,8 +53,6 @@ /* Defines */ -#define VERSION "0.6.5" - #define ON 1 #define OFF0

[PATCH] more wmtv

2016-01-31 Thread Doug Torrance
Actually, Carlos, could you tag *this* patch wmtv-0.6.6? :) Thanks! Doug Torrance (1): wmtv: Remove define of VERSION in favor of version defined by autoconf. wmtv/src/wmtv.c | 2 -- 1 file changed, 2 deletions(-) -- 2.5.0 -- To unsubscribe, send mail to wmaker-dev-unsubscr

[PATCH 13/16] wmtv: Switch to autotools for build.

2016-01-31 Thread Doug Torrance
Also rename CREDITS and CHANGES to AUTHORS and ChangeLog, resp. --- wmtv/{CREDITS => AUTHORS} | 0 wmtv/{CHANGES => ChangeLog} | 0 wmtv/Makefile | 25 - wmtv/Makefile.am| 10 ++ wmtv/configure.ac | 12 5 files

[PATCH 10/16] wmtv: Update video4linux include.

2016-01-31 Thread Doug Torrance
Patch by Daniel Polehn [1]. [1] https://bugs.launchpad.net/ubuntu/+source/wmtv/+bug/756053 --- wmtv/src/wmtv.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wmtv/src/wmtv.c b/wmtv/src/wmtv.c index 5daa36c..f223c57 100644 --- a/wmtv/src/wmtv.c +++

[PATCH 11/16] wmtv: Replace obsolete include of xf86dga.h with Xxf86dga.h.

2016-01-31 Thread Doug Torrance
Fixes the following warning: In file included from src/wmtv.c:47:0: /usr/include/X11/extensions/xf86dga.h:9:2: warning: #warning "xf86dga.h is obsolete and may be removed in the future." [-Wcpp] #warning "xf86dga.h is obsolete and may be removed in the future." ^

[PATCH 15/16] wmtv: Update and tidy up README.

2016-01-31 Thread Doug Torrance
--- wmtv/README | 87 ++--- 1 file changed, 54 insertions(+), 33 deletions(-) diff --git a/wmtv/README b/wmtv/README index 9474329..f6651c4 100644 --- a/wmtv/README +++ b/wmtv/README @@ -1,32 +1,36 @@

[PATCH 03/16] wmtv: Fix security hole.

2016-01-31 Thread Doug Torrance
Patch by Nicolas Boullis . From [1]: From: Nicolas Boullis To: Debian Bug Tracking System Subject: wmtv: dangerous suid root Date: Thu, 08 Nov 2001 20:07:52 +0100 Hi ! I think there is a

[PATCH 05/16] wmtv: Start without user config file.

2016-01-31 Thread Doug Torrance
Patch by Nicolas Boullis . From [1]: From: Nicolas Boullis Subject: wmtv: does not start without user's ~/.wmtvrc Date: Sun, 18 Nov 2001 00:17:26 +0100 Hi ! The current version of wmtv does not start if the user

[PATCH 00/16] wmtv

2016-01-31 Thread Doug Torrance
Attached are a bunch of wmtv patches, mostly from Debian. Carlos, could you tag the last commit wmtv-0.6.6? Thanks! Doug Torrance (16): wmtv: Config file handling. wmtv: Fix calculation of bytes per line. wmtv: Fix security hole. wmtv: Add some French channels. wmtv: Start without

[PATCH (whome)] Update wmtv on dockapps webpage.

2016-02-01 Thread Doug Torrance
--- dockapps/dockapps.db | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dockapps/dockapps.db b/dockapps/dockapps.db index d68f911..bf2e1ea 100644 --- a/dockapps/dockapps.db +++ b/dockapps/dockapps.db @@ -643,7 +643,7 @@ dockapps = 324 category = Date/Time [wmtv]

[PATCH 1/2] wmaker: Fix whitespace in menu.h; passes checkpatch.pl inspection.

2016-01-20 Thread Doug Torrance
--- src/menu.h | 138 ++--- 1 file changed, 69 insertions(+), 69 deletions(-) diff --git a/src/menu.h b/src/menu.h index 45525eb..e568a7e 100644 --- a/src/menu.h +++ b/src/menu.h @@ -30,76 +30,76 @@ #define MI_SHADED 4 typedef

[PATCH 2/2] wmaker: Implement basic menu shading.

2016-01-20 Thread Doug Torrance
Menus may now be shaded like other windows by double clicking on their title bars. Note that, even if animations are enabled, the shade animation seen with other windows does not work for menus. This fixes Debian bug #72038 [1]: From: Chris Pimlott Subject: wmaker:

[PATCH 0/2] libwraster version issues

2016-01-21 Thread Doug Torrance
patch). It would probably be a good idea to release a new version (0.95.7.1?), maybe with just this patch, to minimize potential problems with other downstreams. [1] http://article.gmane.org/gmane.compw.window-managers.windowmaker.devel/9757 Doug Torrance (2): debian: Update with version 0.95.7

[PATCH 1/2] debian: Update with version 0.95.7-3 packaging.

2016-01-21 Thread Doug Torrance
--- debian/changelog | 8 ++ debian/libwraster5.symbols | 120 ++--- .../patches/60_fix_wraster_symbol_versioning.diff | 28 + debian/patches/series | 1 + 4 files changed, 97

[PATCH 2/2] wrlib: Drop symbol version back to 3.

2016-01-21 Thread Doug Torrance
Both 0.95.6 and 0.95.7 shipped libwraster with a soname version of 5. However, in 0.95.6, libwraster.map still listed the symbols as version 3. In commit d458304, included in 0.95.7, this was bumped to 5. However, there are now two different libwraster5's in the wild, causing issues for reverse

[PATCH] wmlib: Remove install-exec-local target.

2016-01-23 Thread Doug Torrance
This was made redundant by defining pkgconfigdir and pkgconfig_DATA. On some systems (with automake < 1.15), this caused a build failure, e.g., [1]: /usr/bin/install -c -m 644 wmlib.pc /«BUILDDIR»/wmaker-0.95.7+201601230517/ debian/tmp/usr/lib/x86_64-linux-gnu/pkgconfig/ /usr/bin/install -c -m

Re: [PATCH] wmaker: Use window placement settings on other workspaces.

2016-01-19 Thread Doug Torrance
On 01/18/2016 10:21 PM, Carlos R. Mafra wrote: > On Mon, 18 Jan 2016 at 20:52:17 -0500, Doug Torrance wrote: >> This is Debian bug #181735. > > A ready-to-click link to the bug report would be more useful. Sorry about that! Should I resubmit? >> /* do not ask

[PATCH 2/2] wmaker: Display keyboard shortcuts for remaining options in window menu.

2016-01-19 Thread Doug Torrance
In particular, Keep on top, Keep at bottom, and Omnipresent. --- src/winmenu.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/winmenu.c b/src/winmenu.c index 6f090e3..2aa3187 100644 --- a/src/winmenu.c +++ b/src/winmenu.c @@ -482,16 +482,19 @@ static void updateOptionsMenu(WMenu *

[PATCH 1/2] wmaker: Add keyboard shortcuts for keeping window on top or at bottom.

2016-01-19 Thread Doug Torrance
This closes Debian bug #306808 [1]. [1] https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=306808 --- WPrefs.app/KeyboardShortcuts.c | 2 ++ src/defaults.c | 4 src/event.c| 21 + src/keybind.h | 2 ++ 4 files

[PATCH 1/2] WPrefs: Code formatting in TexturePanel.c; minimizes checkpatch.pl warnings.

2016-01-23 Thread Doug Torrance
--- WPrefs.app/TexturePanel.c | 129 +- 1 file changed, 58 insertions(+), 71 deletions(-) diff --git a/WPrefs.app/TexturePanel.c b/WPrefs.app/TexturePanel.c index f12f6e9..c105a3a 100644 --- a/WPrefs.app/TexturePanel.c +++ b/WPrefs.app/TexturePanel.c

[PATCH 2/2] WPrefs: Add support for fpixmap ("fillscale") texture.

2016-01-23 Thread Doug Torrance
--- WPrefs.app/TexturePanel.c | 33 +++-- 1 file changed, 23 insertions(+), 10 deletions(-) diff --git a/WPrefs.app/TexturePanel.c b/WPrefs.app/TexturePanel.c index c105a3a..6dd3747 100644 --- a/WPrefs.app/TexturePanel.c +++ b/WPrefs.app/TexturePanel.c @@ -117,16

Re: [PATCH] wmaker: Use window placement settings on other workspaces.

2016-01-20 Thread Doug Torrance
On 01/20/2016 08:24 AM, Carlos R. Mafra wrote: After reading the bug report (please in the future add the relevant bits of the bug report in the commit message as well, it's much more convenient than hunting the bug in debian's website) I think that your patch makes sense for the situation

[PATCH] wmlib: Add pkg-config file.

2016-01-22 Thread Doug Torrance
--- wmlib/Makefile.am | 12 1 file changed, 12 insertions(+) diff --git a/wmlib/Makefile.am b/wmlib/Makefile.am index c6432b6..9169aae 100644 --- a/wmlib/Makefile.am +++ b/wmlib/Makefile.am @@ -18,8 +18,20 @@ libWMaker_la_SOURCES = \ app.h \ menu.h

[PATCH] debian: Update with version 0.95.7-4 packaging.

2016-02-15 Thread Doug Torrance
+ * Enable all hardening flags; fixes hardening-no-{bindnow,pie} Lintian +warnings. + * Bump Standards-Version to 3.9.7, no changes required. + * 57_ignore_with-aix-soname.diff: Ignore missing documentation for +--with-aix-soname in INSTALL-WMAKER (Closes: #814213). + + -- Doug T

[PATCH] debian: Update with version 0.95.7-5 packaging.

2016-03-09 Thread Doug Torrance
config files +(Closes: #726075). + * Do not use buggy --enable-randr configure option (Closes: #816993). + + -- Doug Torrance <dtorra...@piedmont.edu> Mon, 07 Mar 2016 11:04:33 -0500 + wmaker (0.95.7-4) unstable; urgency=medium * Update Vcs-Browser to use https; fixes vcs-field-uses-insecu

Re: Bug#816872: wmbattery: memory leak in wmbattery

2016-03-09 Thread Doug Torrance
Control: forwarded -1 wmaker-dev@lists.windowmaker.org On 03/05/2016 10:24 PM, Dave Johnson wrote: Package: wmbattery Version: 2.45-2 Severity: important Dear Maintainer, wmbattery appears to have a memory leak. When invoked with "wmbattery -w 2" it is leaking approx 350KB/minute on my

Re: Bug#798136: wmbattery does not update display after launching

2016-03-09 Thread Doug Torrance
Control: forwarded -1 wmaker-dev@lists.windowmaker.org On 03/05/2016 10:17 PM, David Johnson wrote: I also saw this issue after upgrading to jessie. launching wmbattery with no args and it would never update after launch. workaround is to launch wmbattery with a -w argument, i.e. "wmbattery

Re: Bug#816993: wmaker: versions > 0.95.6-1.2 break some fullscreen applications (DOSBox, quakeforge, vavoom)

2016-03-09 Thread Doug Torrance
Control: forwarded -1 wmaker-dev@lists.windowmaker.org Matti: Thanks for your report! Window Maker Team: Below, please find a new bug report from Debian. On 03/06/2016 07:00 PM, Matti Hamalainen wrote: > Package: wmaker > Version: 0.95.6-1.2 > Severity: normal > > Dear Maintainer, > > After

[PATCH] debian: Update with version 0.95.7-6 packaging.

2016-03-24 Thread Doug Torrance
/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +wmaker (0.95.7-6) unstable; urgency=medium + + * Split wxcopy and wxpaste into new wmaker-utils package (Closes: #78119). + * Restore libwmaker packages. + + -- Doug Torrance <dtorra...@piedmont.edu> Wed, 09 Mar 2016 00:08:43 -0500 + wmaker (

[PATCH] wmmenugen: Fix segfault; argv[argc] doesn't exist.

2016-04-24 Thread Doug Torrance
--- util/wmmenugen.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/util/wmmenugen.c b/util/wmmenugen.c index 5839189..47e89f7 100644 --- a/util/wmmenugen.c +++ b/util/wmmenugen.c @@ -106,7 +106,7 @@ int main(int argc, char **argv) parse_locale(NULL, _lang, _ctry,

[PATCH 4/4] wmifs: Bump to version 1.7.

2016-04-19 Thread Doug Torrance
--- wmifs/CHANGES | 13 + wmifs/configure.ac | 2 +- 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/wmifs/CHANGES b/wmifs/CHANGES index 07904fc..aeec17d 100644 --- a/wmifs/CHANGES +++ b/wmifs/CHANGES @@ -1,5 +1,18 @@ Version Description

[PATCH 3/4] wmifs: Update INSTALL after switch to autotools.

2016-04-19 Thread Doug Torrance
--- wmifs/INSTALL | 41 ++--- 1 file changed, 22 insertions(+), 19 deletions(-) diff --git a/wmifs/INSTALL b/wmifs/INSTALL index 4160d81..0766dfd 100644 --- a/wmifs/INSTALL +++ b/wmifs/INSTALL @@ -23,16 +23,23 @@

[PATCH 2/4] wmifs: Add desktop entry file.

2016-04-19 Thread Doug Torrance
--- wmifs/Makefile.am | 3 +++ wmifs/wmifs.desktop | 8 2 files changed, 11 insertions(+) create mode 100644 wmifs/wmifs.desktop diff --git a/wmifs/Makefile.am b/wmifs/Makefile.am index 476a848..b92ded9 100644 --- a/wmifs/Makefile.am +++ b/wmifs/Makefile.am @@ -5,3 +5,6 @@ EXTRA_DIST

[PATCH 1/4] wmifs: Switch to autotools for build.

2016-04-19 Thread Doug Torrance
--- wmifs/Makefile | 42 -- wmifs/Makefile.am | 7 +++ wmifs/autogen.sh | 2 ++ wmifs/configure.ac | 9 + 4 files changed, 18 insertions(+), 42 deletions(-) delete mode 100644 wmifs/Makefile create mode 100644 wmifs/Makefile.am

[PATCH (dockapps) 0/4] wmifs updates

2016-04-19 Thread Doug Torrance
Carlos, could you tag the last commit wmifs-1.7? Thanks! Doug Torrance (4): wmifs: Switch to autotools for build. wmifs: Add desktop entry file. wmifs: Update INSTALL after switch to autotools. wmifs: Bump to version 1.7. wmifs/CHANGES | 13 + wmifs/INSTALL | 41

[PATCH 1/3] wmifs: Display version number from configure.ac with -v option.

2016-04-19 Thread Doug Torrance
--- wmifs/wmifs.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/wmifs/wmifs.c b/wmifs/wmifs.c index 28e8f18..d50abe1 100644 --- a/wmifs/wmifs.c +++ b/wmifs/wmifs.c @@ -243,8 +243,6 @@ #define LED_NET_TX (5) #define LED_NET_POWER (6)

[PATCH 2/3] wmifs: Fix typos.

2016-04-19 Thread Doug Torrance
Ran `codespell -w .`. --- wmifs/BUGS| 2 +- wmifs/CHANGES | 6 +++--- wmifs/INSTALL | 2 +- wmifs/README | 6 +++--- wmifs/wmifs.c | 4 ++-- 5 files changed, 10 insertions(+), 10 deletions(-) diff --git a/wmifs/BUGS b/wmifs/BUGS index 97fb409..de4317c 100644 --- a/wmifs/BUGS +++

[PATCH (dockapps) 0/3] more wmifs

2016-04-19 Thread Doug Torrance
So I completely forgot to bump the version string for display with the -v option in the last release... So here's another release fixing that and some typos. Carlos, could you tag the last commit wmifs-1.8? Thanks! Doug Torrance (3): wmifs: Display version number from configure.ac with -v

[PATCH 3/3] wmifs: Bump to version 1.8.

2016-04-19 Thread Doug Torrance
--- wmifs/CHANGES | 6 ++ wmifs/configure.ac | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/wmifs/CHANGES b/wmifs/CHANGES index 9a3fee7..ce7279e 100644 --- a/wmifs/CHANGES +++ b/wmifs/CHANGES @@ -1,5 +1,11 @@ Version Description

[PATCH (whome)] Update wmifs on dockapps webpage.

2016-04-20 Thread Doug Torrance
--- dockapps/dockapps.db | 2 ++ 1 file changed, 2 insertions(+) diff --git a/dockapps/dockapps.db b/dockapps/dockapps.db index e49743b..08c4ea6 100644 --- a/dockapps/dockapps.db +++ b/dockapps/dockapps.db @@ -345,6 +345,8 @@ dockapps = 72 category = Network [wmifs] +version-1.8 =

Re: wmmp source code available

2016-08-03 Thread Doug Torrance
On 08/03/2016 09:43 AM, Nicolas Herry wrote: A few years ago, I managed to find the source code of wmmp, a dockapp client for MPD, fixed a few bugs and put everything on github. Over the years, I've used (and tested) it on NetBSD, FreeBSD and Linux, and AFAICT, it builds and works fine. Maybe

[PATCH 1/2] wmbiff: Close mailbox before we call status on it.

2016-07-19 Thread Doug Torrance
Additional patch by Nye Liu to fix Debian bug #830889 [1]. [1] https://bugs.debian.org/830889 --- wmbiff/wmbiff/Imap4Client.c | 8 1 file changed, 8 insertions(+) diff --git a/wmbiff/wmbiff/Imap4Client.c b/wmbiff/wmbiff/Imap4Client.c index 882446d..ba12a66 100644 ---

[PATCH 2/2] wmbiff: Bump to version 0.4.29.

2016-07-19 Thread Doug Torrance
-07-19 Doug Torrance <dtorra...@piedmont.edu> + + * wmbiff/Imap4Client.c: Close mailbox before we call + status on it. + + Additional patch by Nye Liu <n...@nyet.org> to fix Debian bug + #830889 [1]. + + [1] https://bugs.debian.org/830889 + +2016-07-12 D

[PATCH 0/2] wmbiff

2016-07-19 Thread Doug Torrance
Here is an additional patch addressing Debian bug #830889, along with a new release of wmbiff. Carlos, could you tag the last commit wmbiff-0.4.29? Thanks! Doug Torrance (2): wmbiff: Close mailbox before we call status on it. wmbiff: Bump to version 0.4.29. wmbiff/ChangeLog

[PATCH] wmbiff: Fix typos.

2016-07-20 Thread Doug Torrance
--- wmbiff/wmbiff/wmbiff.1 | 2 +- wmbiff/wmbiff/wmbiff.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/wmbiff/wmbiff/wmbiff.1 b/wmbiff/wmbiff/wmbiff.1 index 41b1ba5..0a9856b 100644 --- a/wmbiff/wmbiff/wmbiff.1 +++ b/wmbiff/wmbiff/wmbiff.1 @@ -21,7 +21,7 @@ WMbiff

Introducing dockapps.net

2016-07-20 Thread Doug Torrance
Hi everyone, One big problem with the current dockapps webpage I designed on the main Window Maker site is that it links to tarballs generated on the fly from repo.or.cz. This is less than ideal, especially for package maintainers who want to be able to have a stable location to download

Re: Bug#830889: wmbiff: Outlook office365 IMAP servers expect EXAMINE before STATUS, or UNSEEN is always reported as 0

2016-07-12 Thread Doug Torrance
Control: forwarded -1 wmaker-dev@lists.windowmaker.org Thanks for the report! CC'ing this to the Window Maker dev list. On 07/12/2016 01:34 PM, Nye Liu wrote: Package: wmbiff Version: 0.4.28-2 Severity: important Tags: upstream patch Dear Maintainer, Outlook Office365 IMAP servers now

[PATCH] wmbiff: EXAMINE before STATUS

2016-07-12 Thread Doug Torrance
Patch by Nye Liu to fix Debian bug #830889 [1]. Dear Maintainer, Outlook Office365 IMAP servers now expect a client to issue at least one EXAMINE before STATUS, or UNSEEN is always zero: "unsub" folder has two messages, one unseen. Broken: 56:04.84 > CJFK1 LOGIN "nyet@xxx"

[PATCH (whome)] Switch list archive links from Gmane to the Mail Archive.

2016-08-08 Thread Doug Torrance
Gmane has shut down its web service due to DDoS attacks [1]. [1] https://lars.ingebrigtsen.no/2016/07/28/the-end-of-gmane/ --- lists.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lists.php b/lists.php index 22d4030..e0ba46b 100644 --- a/lists.php +++ b/lists.php

[PATCH 04/10] wmgtemp: Fix -Waggressive-loop-optimizations compiler warning.

2017-02-01 Thread Doug Torrance
In particular, the cpu_history array has length 59, so when i = 58, cpu_history[i+1] is undefined. From: http://sources.debian.net/src/wmgtemp/1.1-3/debian/patches/fix_-Waggressive-loop-optimizations.patch/ --- wmgtemp/src/wmgtemp.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff

[PATCH 05/10] wmgtemp: Use wmgeneral from libdockapp.

2017-02-01 Thread Doug Torrance
--- wmgtemp/src/.deps | 3 +- wmgtemp/src/Makefile | 7 +- wmgtemp/src/wmgeneral/list.c | 169 - wmgtemp/src/wmgeneral/list.h | 59 - wmgtemp/src/wmgeneral/misc.c | 164 - wmgtemp/src/wmgeneral/misc.h | 9 -

[PATCH 00/10] wmgtemp

2017-02-01 Thread Doug Torrance
I received permission from the previous maintainer to take over maintenance of wmgtemp. Carlos, could you tag the first commit wmgtemp-1.1 and the last wmgtemp-1.2? Thanks! Doug Torrance (10): wmgtemp: Add verson 1.1 to repository. wmgtemp: Fix hyphen in manpage. wmgtemp: Autodetect

[PATCH 01/10] wmgtemp: Add verson 1.1 to repository.

2017-02-01 Thread Doug Torrance
From: http://fluxcode.net/files/wmgtemp-1.1.tar.gz --- wmgtemp/Artistic | 131 wmgtemp/BUGS |0 wmgtemp/CREDITS| 13 + wmgtemp/ChangeLog | 323 ++ wmgtemp/INSTALL

[PATCH 03/10] wmgtemp: Autodetect sensors.conf instead of providing default value.

2017-02-01 Thread Doug Torrance
Patch by Aurelien Jarno . From: http://sources.debian.net/src/wmgtemp/1.1-3/debian/patches/sensors.conf.patch/ --- wmgtemp/src/wmgtemp.c | 19 ++- 1 file changed, 10 insertions(+), 9 deletions(-) diff --git a/wmgtemp/src/wmgtemp.c b/wmgtemp/src/wmgtemp.c

[PATCH 07/10] wmgtemp: Drop all inline functions.

2017-02-01 Thread Doug Torrance
Too many issues when compiling with different C standards. --- wmgtemp/src/wmgtemp.c | 36 ++-- 1 file changed, 18 insertions(+), 18 deletions(-) diff --git a/wmgtemp/src/wmgtemp.c b/wmgtemp/src/wmgtemp.c index c47ee33..6951f13 100644 --- a/wmgtemp/src/wmgtemp.c

[PATCH 09/10] wmgtemp: Use 'char' instead of 'unsigned char' for bit mask.

2017-02-01 Thread Doug Torrance
Avoids compiler warning: src/wmgtemp.c: In function ‘main’: src/wmgtemp.c:202:50: warning: pointer targets in passing argument 4 of ‘openXwindow’ differ in signedness [-Wpointer-sign] openXwindow(argc, argv, wmgtemp_interface_xpm, wmgtemp_interface_mask_bits,

[PATCH 02/10] wmgtemp: Fix hyphen in manpage.

2017-02-01 Thread Doug Torrance
Patch by Dario Minnucci . From: http://sources.debian.net/src/wmgtemp/1.1-3/debian/patches/fix_hyphens_in_wmgtemp.1.patch/ --- wmgtemp/wmgtemp.1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wmgtemp/wmgtemp.1 b/wmgtemp/wmgtemp.1 index bf34ab7..8e500e0

[PATCH 10/10] wmgtemp: Bump to version 1.2.

2017-02-01 Thread Doug Torrance
e is greatly appreciated. diff --git a/wmgtemp/ChangeLog b/wmgtemp/ChangeLog index d1d20b3..c5e0490 100644 --- a/wmgtemp/ChangeLog +++ b/wmgtemp/ChangeLog @@ -1,4 +1,56 @@ -Project Version : rel-1_1 +2017-02-01 Doug Torrance <dtorra...@piedmont.edu> + + * CREDITS, ChangeLog, README,

[PATCH 08/10] wmgtemp: Remove unused variable 'chipname'

2017-02-01 Thread Doug Torrance
--- wmgtemp/src/wmgtemp.c | 6 +- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/wmgtemp/src/wmgtemp.c b/wmgtemp/src/wmgtemp.c index 6951f13..6965a08 100644 --- a/wmgtemp/src/wmgtemp.c +++ b/wmgtemp/src/wmgtemp.c @@ -117,7 +117,6 @@ char *sensor_chip = NULL; short quiet = 0;

[PATCH 06/10] wmgtemp: Switch to autotools for build.

2017-02-01 Thread Doug Torrance
--- wmgtemp/Makefile | 17 - wmgtemp/Makefile.am | 9 + wmgtemp/configure.ac | 9 + wmgtemp/src/.deps | 1 - wmgtemp/src/Makefile | 29 - wmgtemp/src/wmgtemp.c | 2 +- 6 files changed, 19 insertions(+), 48 deletions(-)

[PATCH] configure: Use PKG_PROG_PKG_CONFIG macro to allow cross building.

2017-01-30 Thread Doug Torrance
Patch by Helmut Grohne to fix Debian bug #853236 [1]: > wmaker fails to cross build from source, because it forces the use of > pkg-config without $ac_tool_prefix. Discovering pkg-config with the > PKG_PROG_PKG_CONFIG macro considers $ac_tool_prefix and thus makes cross >

[PATCH] Remove WindowMaker/mkMakefile script.

2017-01-20 Thread Doug Torrance
It was used to generate WindowMaker/Makefile.am, but hasn't been touched since 1999. Meanwhile, WindowMaker/Makefile.am has been changed manually a number of times. --- WindowMaker/mkMakefile | 63 -- 1 file changed, 63 deletions(-) delete mode

[PATCH] Don't try and add removed file mkMakefile to distribution tarball.

2017-01-20 Thread Doug Torrance
--- WindowMaker/Makefile.am | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/WindowMaker/Makefile.am b/WindowMaker/Makefile.am index da4dc91..e648d54 100644 --- a/WindowMaker/Makefile.am +++ b/WindowMaker/Makefile.am @@ -70,8 +70,7 @@ dist_prefsdata_DATA =\

[PATCH] debian: Update with version 0.95.7-7 packaging.

2017-01-28 Thread Doug Torrance
+ + * Add missing license information to debian/copyright. + * Fix segfault in wmmenugen (Closes: #844783). + + -- Doug Torrance <dtorra...@piedmont.edu> Sat, 19 Nov 2016 10:35:50 -0500 + wmaker (0.95.7-6) unstable; urgency=medium * Split wxcopy and wxpaste into new wmaker-utils package (

[PATCH] Look for plmenu in build directory when creating WMRootMenu.

2017-01-28 Thread Doug Torrance
Previously, plmenu already existed in the source directory, and that's where make looked for it. Now, however, it is generated to include the proper path to WPrefs and therefore is in the build directory. See https://www.gnu.org/software/make/manual/html_node/Makefile-Basics.html for more about

[PATCH 3/4] asbeats: Include unistd.h for usleep().

2017-02-21 Thread Doug Torrance
--- asbeats/asbeats.c | 1 + 1 file changed, 1 insertion(+) diff --git a/asbeats/asbeats.c b/asbeats/asbeats.c index efc449e..378e74b 100644 --- a/asbeats/asbeats.c +++ b/asbeats/asbeats.c @@ -1,5 +1,6 @@ #include #include +#include #include #include #include -- 2.7.4 -- To

[PATCH 2/4] asbeats: Link against libX11.

2017-02-21 Thread Doug Torrance
--- asbeats/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/asbeats/Makefile b/asbeats/Makefile index 0594eee..e419836 100644 --- a/asbeats/Makefile +++ b/asbeats/Makefile @@ -1,7 +1,7 @@ GCC=gcc RM=rm -f LIBPATHS=-L/usr/X11R6/lib -LIBS=-lXpm -lXext +LIBS=-lXpm

[PATCH 4/4] asbeats: Add format string to fprintf().

2017-02-21 Thread Doug Torrance
--- asbeats/asbeats.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/asbeats/asbeats.c b/asbeats/asbeats.c index 378e74b..647dbc7 100644 --- a/asbeats/asbeats.c +++ b/asbeats/asbeats.c @@ -193,7 +193,7 @@ static void CreatePixmap(Display *dpy, Window Root, char **data,

[PATCH 1/4] asbeats: Include stdlib.h for exit().

2017-02-21 Thread Doug Torrance
--- asbeats/asbeats.c | 1 + 1 file changed, 1 insertion(+) diff --git a/asbeats/asbeats.c b/asbeats/asbeats.c index 34a700c..efc449e 100644 --- a/asbeats/asbeats.c +++ b/asbeats/asbeats.c @@ -1,4 +1,5 @@ #include +#include #include #include #include -- 2.7.4 -- To unsubscribe, send

[PATCH 7/8] wmcalendar: Add format string to printf().

2017-02-21 Thread Doug Torrance
--- wmcalendar/Src/calendar.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wmcalendar/Src/calendar.c b/wmcalendar/Src/calendar.c index ae6d3ce..77e39df 100644 --- a/wmcalendar/Src/calendar.c +++ b/wmcalendar/Src/calendar.c @@ -11,7 +11,7 @@ void checkicalversion()

<    2   3   4   5   6   7   8   9   10   >