dockapps/wmitime
Doug Torrance 7d77c17cc1 wmgeneral: Remove inline keywords.
Previously, if we attempted to build using C99 or later, we got "inline
function declared but never defined" warnings and eventual "undefined
reference" errors.  As a result, it fails to build from source using gcc5.

However, if we move the definitions to list.h and add "extern inline"
declarations to list.c, which does compile using C99 and later, then it no
longer compiles using gnu90, the default for gcc4.

To avoid this mess, we remove the inline keywords altogether.

Note that this fixes Debian bugs for wmifs [1], wmppp.app [2], and
wmtime [3].

[1] https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=778170
[2] https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=778172
[3] https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=778174
2015-05-20 10:44:40 +01:00
..
wmgeneral wmgeneral: Remove inline keywords. 2015-05-20 10:44:40 +01:00
BUGS Remove trailing whitespace. 2014-10-05 19:18:49 +01:00
CHANGES wmitime: Bump to version 0.4. 2014-12-20 09:55:06 +00:00
COPYING Mass update GPLv2 from http://www.gnu.org/licenses/old-licenses/gpl-2.0.txt 2012-06-05 20:45:40 +01:00
Makefile wmitime: Do not include or compile unused wmgeneral files. 2014-12-20 09:55:06 +00:00
README wmitime: Bump to version 0.4. 2014-12-20 09:55:06 +00:00
wmitime-master.xpm wmitime: Update Makefile. 2014-12-20 09:55:06 +00:00
wmitime.1 wmitime: Add manpage. 2014-12-20 09:55:06 +00:00
wmitime.c wmitime: Bump to version 0.4. 2014-12-20 09:55:06 +00:00
wmitime.desktop.in wmitime: Add desktop file. 2014-12-20 09:55:06 +00:00

wmitime
--------------------------------------------------------------
Author...:	Dave Clark (clarkd@skynet.ca)
Maintainers :   Window Maker Developers Team <wmaker-dev@lists.windowmaker.org>
Homepage :      http://windowmaker.org/dockapps/?name=wmitime

Description
--------------------------------------------------------------
I cooked this up one night when i was bored and had read about
the new internet time thing from Swatch... kinda interesting
idea, who knows if it'll go anywhere...

wmitime is yet another clock for your dock/clip/etc...
It's quite overglorified :)

It tells standard 12/24hr time and Swatch's new Internet Time
(see www.swatch.com)

Let me know what you think of it. ;)

Installing
--------------------------------------------------------------
make
make install

should do it.

Options
--------------------------------------------------------------
Do a 'wmitime -h' to see the options...


Files
--------------------------------------------------------------
README		This file.
BUGS		Things you don't want to know ;-)
CHANGES		Description of changes.
COPYING		GNU General Public License Version 2.


Bugs
--------------------------------------------------------------
If you discover any bugs in this software, please send a
bugreport to wmaker-dev@lists.windowmaker.org and describe the
problem as detailed! as you can.


Copyright
--------------------------------------------------------------
wmitime is copyright (c) 1997/98 by Dave Clark

wmitime is licensed through the GNU General Public License.
Read the COPYING file for the complete GNU license.