Doug Torrance
c091439f89
wmcalendar: Update libical include file path.
2017-02-22 10:48:04 +00:00
Doug Torrance
7e75dd2880
asbeats: Add format string to fprintf().
2017-02-21 14:35:02 +00:00
Doug Torrance
2fecb84536
asbeats: Include unistd.h for usleep().
2017-02-21 14:35:02 +00:00
Doug Torrance
610e6f3cd4
asbeats: Link against libX11.
2017-02-21 14:35:02 +00:00
Doug Torrance
62d0cfe834
asbeats: Include stdlib.h for exit().
2017-02-21 14:35:02 +00:00
Doug Torrance
e95d926c50
wmcp: Include stdlib.h.
2017-02-21 11:15:02 +00:00
Doug Torrance
b437378fe4
wmcp: Properly break up multiple line help text.
2017-02-21 11:15:02 +00:00
Doug Torrance
a32ddd87e5
wmcp: Add X11 directory to path of Xlib include files.
2017-02-21 11:15:02 +00:00
Doug Torrance
31b0d9b8a9
wmthemech: Remove autotools-generated files from git.
2017-02-21 11:15:02 +00:00
Doug Torrance
c5df4b92fe
wmmp3: Remove AC_PATH_XTRA macro from configure.ac; caused build failure.
2017-02-21 11:15:02 +00:00
Doug Torrance
5dcd32bedc
wmmp3: Remove autotools-generated files git
2017-02-21 11:15:02 +00:00
Doug Torrance
8bce7b0cf4
wmmp3: Modernize AM_INIT_AUTOMAKE
2017-02-21 11:15:02 +00:00
Doug Torrance
6be39458b0
wmmp3: Rename configure.in as configure.ac.
2017-02-21 11:15:02 +00:00
Doug Torrance
2d0eda8da8
wmspaceweather: Remove precompiled binary and object file from git.
2017-02-21 11:15:02 +00:00
Doug Torrance
6a256f94e3
wmspaceweather: Use libdockapp for wmgeneral.
2017-02-21 11:15:02 +00:00
Doug Torrance
7e78639bb6
Remove trailing whitespace.
2017-02-21 11:15:02 +00:00
Doug Torrance
a011e83b28
wmtetris: Cast mask bitmap to signed char; avoids compiler warning.
2017-02-21 11:15:02 +00:00
Doug Torrance
c856197239
wmtetris: Remove unused variables.
2017-02-21 11:15:02 +00:00
Doug Torrance
7d54e1c0b1
wmtetris: Include time.h and add argument to time().
2017-02-21 11:15:02 +00:00
Doug Torrance
74fe5b1bf0
wmtetris: Use libdockapp for wmgeneral.
2017-02-21 11:15:02 +00:00
Doug Torrance
448c944212
wmtetris: Link against Xlib.
2017-02-21 11:15:02 +00:00
Doug Torrance
feccccf12c
wmtetris: Remove unused source files wmmon.c and wmtetris.h.
2017-02-21 11:15:02 +00:00
Bernard Cafarelli
7cf2e5406b
wmhdplop: include sys/sysmacros.h for major/minor funcs
...
In some future release, glibc's <sys/types.h> will not include
<sys/sysmacros.h> anymore. As of 2.25, it still does, but you get
deprecation warnings if you use the macros without including
<sys/sysmacros.h>
Gentoo original bug: https://bugs.gentoo.org/show_bug.cgi?id=604296
2017-02-16 15:48:23 +00:00
Mikael Magnusson
13cc7b59b5
wmhdplop: fix integer overflow
...
After a while, the procstats fields will overflow the
signed int field and the hd leds will be permanently on.
Use long instead of int for these counters
Gentoo original bug: https://bugs.gentoo.org/show_bug.cgi?id=325615
2017-02-16 15:48:23 +00:00
Doug Torrance
24b831f9b9
wmgtemp: Bump to version 1.2.
2017-02-02 13:33:12 +00:00
Doug Torrance
d14a0c0681
wmgtemp: Use 'char' instead of 'unsigned char' for bit mask.
...
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,
^
In file included from src/wmgtemp.c:15:0:
/usr/include/libdockapp/wmgeneral.h:78:6: note: expected ‘char *’ but argument is of type ‘unsigned char *’
void openXwindow(int argc, char *argv[], char **, char *, int, int);
^
2017-02-02 13:33:12 +00:00
Doug Torrance
6f171bfde2
wmgtemp: Remove unused variable 'chipname'
2017-02-02 13:33:12 +00:00
Doug Torrance
df04a1b4d5
wmgtemp: Drop all inline functions.
...
Too many issues when compiling with different C standards.
2017-02-02 13:33:12 +00:00
Doug Torrance
94f3870b82
wmgtemp: Switch to autotools for build.
2017-02-02 13:33:12 +00:00
Doug Torrance
236af53275
wmgtemp: Use wmgeneral from libdockapp.
2017-02-02 13:33:12 +00:00
Doug Torrance
bb4dd3f5c6
wmgtemp: Fix -Waggressive-loop-optimizations compiler warning.
...
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/
2017-02-02 13:33:12 +00:00
Doug Torrance
84b7716e3d
wmgtemp: Autodetect sensors.conf instead of providing default value.
...
Patch by Aurelien Jarno <aurel32@debian.org>.
From
http://sources.debian.net/src/wmgtemp/1.1-3/debian/patches/sensors.conf.patch/
2017-02-02 13:33:11 +00:00
Doug Torrance
68b2a5b9e6
wmgtemp: Fix hyphen in manpage.
...
Patch by Dario Minnucci <midget@debian.org>.
From
http://sources.debian.net/src/wmgtemp/1.1-3/debian/patches/fix_hyphens_in_wmgtemp.1.patch/
2017-02-02 13:33:11 +00:00
Doug Torrance
bdaf5fd1f6
wmgtemp: Add verson 1.1 to repository.
...
From
http://fluxcode.net/files/wmgtemp-1.1.tar.gz
2017-02-02 13:31:10 +00:00
Doug Torrance
4474efbed2
wmcalclockkbd: Add version 0.1a to repository.
...
From
http://www.sourcefiles.org/Toys/Clocks/wmCalClockKbd-0.1a.tar.gz
2016-12-27 20:58:24 +00:00
Doug Torrance
3b8506cfaa
wmglobe: Add version 0.5 to repository.
...
From
http://web.cs.mun.ca/~gstarkes/wmaker/dockapps/files/wmglobe-0.5.tar.gz
2016-12-27 20:56:41 +00:00
Doug Torrance
b1491b9d02
wmthemech: Add version 0.3 to repository.
...
From
http://ftp.vim.org/ftp/ibiblio/distributions/amigolinux/download/DockApps/wmthemech-0.3/wmThemeCh-0.3.tar.bz2
2016-12-27 20:56:41 +00:00
Doug Torrance
69923dff37
wmtunlo: Add version 0.1.3 to repository.
...
From
http://www.gnu-darwin.org/distfiles/wmtunlo-0.1.3.tar.gz
(Note that this is not really gzipped; used "tar -xvf".)
2016-12-27 20:56:41 +00:00
Brian Bidulock
29e0d27bba
remove trailing whitespace
2016-12-27 20:53:45 +00:00
Brian Bidulock
0a78bb3c74
corrections for gtk2 build
2016-12-27 20:53:45 +00:00
Brian Bidulock
926890b0c3
add wmtrash-0.2
2016-12-27 20:53:45 +00:00
Doug Torrance
a2bcf3c0f4
wmcp: Add version 1.2.8 to repository.
...
From
http://www.cs.mun.ca/~gstarkes/wmaker/dockapps/files/wmcp-1.2.8.tar.gz
2016-12-27 20:51:47 +00:00
Doug Torrance
673a7d931f
Remove .xvpics directories (gimp thumbnails).
2016-12-27 20:51:47 +00:00
Doug Torrance
431faf8097
cnslock: Add version 1.02 to repository.
...
From
http://www.gnu-darwin.org/distfiles/cnslock-1.02.tar.gz
(Note that this file is not really gzipped, just use "tar -xf".)
2016-12-27 20:51:47 +00:00
Doug Torrance
a33dd8bb92
wmdots: Add version 0.2beta to repository.
...
From
http://gentoo.osuosl.org/distfiles/wmdots-0.2beta.tar.gz
2016-12-27 20:51:47 +00:00
Doug Torrance
787c7e6848
wmdonkeymon: Add version 0.91 to repository.
...
From
https://web.archive.org/web/20080819184057/http://www.morgade.hpg.ig.com.br/wmdonkeymon/wmdonkeymon-0.91.tar.gz ?
2016-12-27 20:51:47 +00:00
Doug Torrance
b77cf49163
wmomikuzi: Use shared libdockapp.
2016-12-27 11:13:35 +00:00
Doug Torrance
fb13fbc428
wmfortune: Use shared libdockapp.
2016-12-27 11:13:35 +00:00
Doug Torrance
f98cf8b672
wmradio: Remove autotools cruft and compiled binary
2016-12-26 22:00:25 +00:00
Doug Torrance
9d0025526c
wmradio: Remove CVS cruft.
2016-12-26 21:57:07 +00:00