Commit graph

1020 commits

Author SHA1 Message Date
Rodolfo García Peñas (kix)
204f7e50de wmkeys uses libdockapp
wmkeys uses now the new library libdockapp that includes the old
wmgeneral library.

Signed-off-by: Rodolfo García Peñas (kix) <kix@kix.es>
2015-08-16 09:41:07 +01:00
Rodolfo García Peñas (kix)
4fad0812e8 wmkeys compilation bugs
This patch solves a bug and a warning:

- The dockapp wmkeys uses the getline function, that is the same
  function provided by stdio.h. This patch changes the function
  name to getline_wmkeys.
- The main function returns void, and should return integer. This
  patch includes the return 0 at the function end and it changes
  the function prototype.

Signed-off-by: Rodolfo García Peñas (kix) <kix@kix.es>
2015-08-16 09:41:07 +01:00
Rodolfo García Peñas (kix)
1d92de9867 wmtime uses libdockapp
The dockapp wmtime uses the new version of libdockapp and do not use
libwmgeneral.

Signed-off-by: Rodolfo García Peñas (kix) <kix@kix.es>
2015-08-15 09:52:19 +01:00
Rodolfo García Peñas (kix)
f35a87796f wmmon uses libdockapp
The dockapp wmmon uses the new version of libdockapp and do not use
libwmgeneral.

Signed-off-by: Rodolfo García Peñas (kix) <kix@kix.es>
2015-08-15 09:52:19 +01:00
Rodolfo García Peñas (kix)
faae8b4f2f Include libwmgeneral in libdockapp
This patch includes the libwmgeneral library in the libdockapp
library.

The new library is now version 3 (previous was version 2) and it
includes the new include folder in $libdir/libdockapp.

The wmgeneral files were moved from the previous folder (libwmgeneral)
and the folder is now removed.

Signed-off-by: Rodolfo García Peñas (kix) <kix@kix.es>
2015-08-15 09:52:19 +01:00
Rodolfo García Peñas (kix)
58f189b9ef wmtime uses wmgeneral
This patch show how to include the wmgeneral in a previous dockapps.

The change is easy, remove the wmgeneral folder an include the
-lwmgeneral in the libraries linking.
2015-08-13 19:35:17 +01:00
Rodolfo García Peñas (kix)
9b5756d5bd New library wmgeneral
This patch includes the library wmgeneral. The wmgeneral library
is used in a lot of dockapps:

$ find . -name wmgeneral
./wmkeys/wmgeneral
./wmtime/wmgeneral
./wmtz/wmgeneral
./wmsm.app/wmgeneral
./wmcpufreq/wmgeneral
./wmtv/src/wmgeneral
./wmSMPmon/wmgeneral
./wmckgmail/wmgeneral
./wmifs/wmgeneral
./wmbiff/wmgeneral
./wmfsm/wmgeneral
./wmsun/wmgeneral
./wmmon/wmgeneral
./wmitime/wmgeneral
./wmppp.app/wmgeneral

So, any change in the wmgeneral needs change a lot of dockapps.

I used the wmmon dockapp to move the wmgeneral and then I adjust the
wmmon to use the library. The library must be installed in the system
to build wmmon (wmmon uses the .h files) and is needed to run wmmon
(wmmon uses the libwmgeneral.so shared library).

I did not include any Changelog/README/... file to announce the change
in the libwmgeneral folder.

Signed-off-by: Rodolfo García Peñas (kix) <kix@kix.es>
2015-08-13 19:33:19 +01:00
Doug Torrance
78109f686c Add wmforecast, wmstickynotes, and wmweather+ information for webpage.
These are the first non-hosted dockapps to appear.  (Note that wmstickynotes
and wmweather+ were previously removed.)
2015-06-15 23:13:09 +01:00
Doug Torrance
d97e5f12f8 Document new "hosted" field in update-dockapps.pl. 2015-06-15 23:13:08 +01:00
Doug Torrance
ae998e971f Add new "hosted" field to dockapps.db.in for all existing dockapps. 2015-06-15 23:13:08 +01:00
Doug Torrance
4438554a62 Add wmsun information for dockapps webpage. 2015-06-15 10:47:37 +01:00
Doug Torrance
d0c4bbca70 wmsun: Bump to version 1.04. 2015-06-14 23:23:24 +01:00
Doug Torrance
238c627724 wmsun: Update includes using include-what-you-use. 2015-06-14 23:23:24 +01:00
Doug Torrance
e1e6fef2c9 wmsun: Escape hyphens in manpage.
Based on the patch for Debian by Denis Briand <denis@narcan.fr> [1].

[1] http://sources.debian.net/src/wmsun/1.03%2B1-2/debian/patches/02_fix_hyphen-used-as-minus-sign.diff/
2015-06-14 23:23:24 +01:00
Doug Torrance
a835dae3aa wmsun: Fix need to restart for Daylight Savings change.
Based on patch by Martin Stigge <martin@stigge.org> to fix Debian
bug #414489 [1].

[1] https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=414489
2015-06-14 23:23:24 +01:00
Doug Torrance
debdd1b74e wmsun: Smart display refresh for fewer wake-ups and better responsiveness.
Patch by Peter Colberg <peterc@gmx.net> for Debian bug #446681 [1].

[1] https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=446681
2015-06-14 23:23:24 +01:00
Doug Torrance
c968d3f755 wmsun: Update contact information. 2015-06-14 23:23:24 +01:00
Doug Torrance
770d8b3754 wmsun: Add ChangeLog; changes split from wmsun.c. 2015-06-14 23:23:24 +01:00
Doug Torrance
0db93a85e0 wmsun: Rename executable from wmSun to wmsun. 2015-06-14 23:23:24 +01:00
Doug Torrance
e46ebfcb20 wmgeneral, wmsun: Use threadsafe functions. 2015-06-14 23:23:24 +01:00
Doug Torrance
d8688d16d9 wmsun: Add -12 command line option to use 12-hour clock. 2015-06-14 23:23:24 +01:00
Doug Torrance
2fe82fe86e wmsun: Reduce scope of variables. 2015-06-14 23:23:24 +01:00
Doug Torrance
35350143fa wmsun: Remove unused UTTohhmm function. 2015-06-14 23:23:24 +01:00
Doug Torrance
c135b3a247 wmsun: Add support for wmgeneral -geometry command line option.
Also take the opportunity to fit -td option's help text on one line.
2015-06-14 23:23:24 +01:00
Doug Torrance
f886377b0f wmsun: Remove trailing whitespace. 2015-06-14 23:23:24 +01:00
Doug Torrance
b919e2ddad wmsun: Fix "overflow in implicit constant conversion" compiler warning. 2015-06-14 23:23:24 +01:00
Doug Torrance
11e5cd86da wmsun: Fix "unused parameter" compiler warnings. 2015-06-14 23:23:24 +01:00
Doug Torrance
4d5bfe0d0a wmsun: Add return types to functions. 2015-06-14 23:23:24 +01:00
Doug Torrance
02cb7fea1e wmsun: Remove unused variables. 2015-06-14 23:23:23 +01:00
Doug Torrance
608ca0f523 wmsun: Fix implicit definition warnings.
Add declaration for SunRise() in wmSun.c and move Interp() earlier in
SunRise.c.
2015-06-14 23:23:23 +01:00
Doug Torrance
b5f8a9a4d5 wmsun: Update Makefile.
In particular,
- Remove INCDIR, DESTDIR, and LIBDIR definitions.
- Add PREFIX, BINDIR, MANDIR, and INSTALL definitions.
- Add -lm to LIBS.
- Drop COPTS, uname, and INCDIR and add CPPFLAGS and CFLAGS when compiling.
- Drop COPTS, SYSTEM, INCDIR, and LIBDIR and add LDFLAGS when linking.
- Use INSTALL when installing, create installation directories, use new
  BINDIR and MANDIR directories.
2015-06-14 23:23:23 +01:00
Doug Torrance
a3f809008c wmsun: Move source files to top directory. 2015-06-14 23:23:23 +01:00
Doug Torrance
414b635dbd wmsun: Update to latest version of wmgeneral library. 2015-06-14 23:23:23 +01:00
Doug Torrance
22558c813b wmsun: Add version 1.03 to repository.
Obtained from [1].

[1] http://snapshot.debian.org/archive/debian/20091106T012259Z/pool/main/w/wmsun/wmsun_1.03%2B1.orig.tar.gz
2015-06-14 23:22:04 +01:00
Doug Torrance
ca490e32b0 Remove wmstickynotes from repository.
Upstream is still active, and version 0.7 was recently released (we only
have version 0.1).  Therefore, wmstickynotes is not appropriate for the
repository.
2015-06-13 13:28:04 -06:00
Doug Torrance
cd1071e875 Add wmshutdown information for dockapps webpage. 2015-06-13 11:01:10 -06:00
Doug Torrance
2085fdd1c8 wmshutdown: Bump to version 1.4. 2015-06-13 06:02:21 -06:00
Doug Torrance
d810f277f1 wmshutdown: Update contact information. 2015-06-13 06:02:21 -06:00
Doug Torrance
89c7d43b85 wmshutdown: Fix 'mixed declarations and code' compiler warnings. 2015-06-13 06:02:21 -06:00
Doug Torrance
2644a1e8f5 wmshutdown: Fix 'unused parameter' compiler warnings. 2015-06-13 06:02:21 -06:00
Doug Torrance
1b9fd1dbe5 wmshutdown: Remove autotools-generated files. 2015-06-13 06:02:21 -06:00
Doug Torrance
ea797c7461 wmshutdown: Add version 1.3 to repository.
Obtained from [1].

[1] https://github.com/d-torrance/wmshutdown/releases/download/upstream%2F1.3/wmshutdown-1.3.tar.gz
2015-06-13 06:01:41 -06:00
Doug Torrance
0a5f2cf8b5 wmifs: Bump to version 1.5. 2015-05-28 00:36:23 +01:00
Doug Torrance
89da4045af wmifs: Update README.
In particular,
- Remove version-specific information in header.
- Clarify webhost information in Credits section.
2015-05-28 00:36:23 +01:00
Doug Torrance
3033f80310 wmifs: Remove first two installation steps in INSTALL.
The user must have already done these two things already to be able to
read INSTALL in the first place.
2015-05-28 00:36:23 +01:00
Doug Torrance
619ee7c8ca wmifs: Update Window Maker instructions in HINTS. 2015-05-28 00:36:23 +01:00
Doug Torrance
88a398ff01 wmifs: Add proper copyright header. 2015-05-28 00:36:23 +01:00
Doug Torrance
8a960f1d3b wmifs: Convert strtok() calls to thread-safe strtok_r(). 2015-05-28 00:36:23 +01:00
Doug Torrance
78ad4e4380 wmifs: Reduce scopes of variables (fixes style warnings from cppcheck). 2015-05-28 00:36:23 +01:00
Doug Torrance
ea33cf06ce wmifs: Tidy #includes using include-what-you-use. 2015-05-28 00:36:23 +01:00